[Solved] Which Layout is Best for Code base UI in android [closed]
None, it really depends on what you want to do. how to manage components width and height and its position on different screen resolution. That one is easy. You’d do it the exact same way you’d manage XML layouts. In any case, you really need to do some basic reading on Android. That question is … Read more