button - Multi items app in Android -


i want create android app contains 5 or 6 options on menu page. , when click on menu option other activity starts , each activity related menu option contain 5 or 6 option start other activities. using buttons menu options. difficult create 25 36 activities. there way make easy?

my problem is-

activity1-

option1 option2 option3 option4 option5 

on option click new activity start i.e on click on option1 activity 2 starts , contains-

option6 option7 option8 option9 option10 

and on click on option6 description.

so according way have create 30 activity classes time consuming. there easy way this?

use slide menu page change. , on page use tabview that's choice


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -