With android devices, what are the best ways of creating theuser interface, and how do you make them scalable over multiplesized devices?
Answer
1)What are the best ways for creting UI.
-> First know what to show and what not to show on eachscreen.
-> Keep the UI Screen as simple as possible by not loadingtoo much of data into a single screen.
-> We have a lot of tools for preparing the UI.
– Android Developers, Zeplin, Sketch , MockPlus.
These tools have their own libraries which you can use themready made for different UI designs.
2) Screens for multiple devices
-> Dont ever proceed with
OR
OR