In this repository I'll show the usages of "tools" attribute of Android Studio. It's a very useful tricks to preview your XML design as like as real App before running it
You don't need to run the project. Simply open the layout
xml files with Android Studio
and check the preview of layouts.
Layout XML source code of activity_main.xml
Layout XML source code of layout_food_list.xml
Layout XML source code of item_food.xml
Layout XML source code of layout_book_list.xml
Layout XML source code of item_book.xml
Layout XML source code of layout_profile_list.xml
Layout XML source code of item_profile.xml
Layout XML source code of layout_student_list.xml
Layout XML source code of item_student.xml