bookdash-android-app icon indicating copy to clipboard operation
bookdash-android-app copied to clipboard

Replace all layout container with ConstraintLayout

Open cloudshooterhuman opened this issue 7 years ago • 4 comments

ConstraintLayout has proved by google that it performs about 40% better in the measure/layout phase than RelativeLayout. I will be happy to work on this feature.

cloudshooterhuman avatar Aug 31 '17 12:08 cloudshooterhuman

Thanks for your interest in helping improve Book Dash!

I'm weary for all the layouts to be replaced at once. Some layouts won't be able to be replaced just yet as well - for instance CoordinatorLayout. There is no equivalent using ConstraintLayout without implementing the behaviours from scratch.

You are welcome to do one by one with a pull request for each one, but just bear in mind that some wont be able to be changed just yet.

riggaroo avatar Oct 28 '17 15:10 riggaroo

lol just seen your comment .. with pleasure!

cloudshooterhuman avatar Feb 01 '18 23:02 cloudshooterhuman

Is this issue still open or someone already working on this? If no one is working on this than I am ready to start work on this.

toravipatel avatar Feb 08 '18 13:02 toravipatel

Unfortunately, I no longer have much time to maintain this project.

riggaroo avatar Apr 18 '19 11:04 riggaroo