I am going to work on an android application. The basic flow should be like :
1. Main Activity
**-cat1**
-subcategory 1
-subcategory 2
**-cat2**
-subcategory 1
-subcategory 2
**-cat3**
-subcategory 1
-subcategory 2
this should be the flow of application. Every Page contains static data only. If we consider subcategory under category, it may contain some images and some data.
All Pages would be of same scene.
So, I just want to know what would be the best way to do so??
Can I just have to use resources only or database would come into picture? Thanks.
Let Me add that I am clear with the flow my confusion resides into data storing only that what should be the best way to display static data only.
Editing again and again because I am not satisfied. For data taking scrollable textview would be convenient?? I will put whole data in String.xml