Search code examples
androidandroid-emulatorandroid-widget

Is there any design issues i need to follow while designing UI in android?


I'm using Relative layout for designing UI. Please give me guidelines to follow.


Solution

  • Hey, You can use Layouts according to the requirement that will depends on your application. If you want to display the UI in table format then use TableLayout If you want to display that line by line than use LinearLayout

    like that you have to select the layout

    Note: You can use multiple Layouts in the single Xml file that is in LinearLayout you can use tablelayout if required