|
|
|
|
|
by raphael_o
4041 days ago
|
|
You have a point here. A lot has been done in the Android framework to enable developers to build app that will scale up and down elegantly. However, keep in mind that there is more than supporting the physical form factor to it. To build for tablets vs phone is a different product mindset, with different goals and user experience. I don't expect people to open BillGuard every day on their tablet, rather to take their time on weekends to go deeper into the more advanced tools for example. Since the app is used differently, the UX has to be thought through specifically to take advantage of the specific platform you're building for. |
|
On the other hand, a tablet layout that "flattens" a UI hierarchy by displaying a list Fragment to the side of a display/edit Fragment is pretty simple to do. Material Design works just fine for this, too.