Hello, I'm considering an app with these steps
Home > > category selection > > first step > second step > final result
And my question is whether aca should do the following:
An activity for each particular category, one for Step 1, one for Step 2 and one for Step 3 ?
Because if I have 5 categories it would be 15 activities with their respective particular data
Or should you use a local db type sqlite or firebase ? maybe to make the steps
If it's my first app but I have experience in php and mysql that's why I'm asking how to make it dynamic so it's easier to adapt/maintain
The app has only static information, this won't be changed
Home > > category selection > > first step > second step > final result
And my question is whether aca should do the following:
An activity for each particular category, one for Step 1, one for Step 2 and one for Step 3 ?
Because if I have 5 categories it would be 15 activities with their respective particular data
Or should you use a local db type sqlite or firebase ? maybe to make the steps
If it's my first app but I have experience in php and mysql that's why I'm asking how to make it dynamic so it's easier to adapt/maintain
The app has only static information, this won't be changed
Last edited: