(I am using Android Studio)
I am working on an app that stores information in SQLite, for different "users"... there are only place for 4 different "users" but each "user" has different departments of information...I have a swipe menu which lists the 4 users and when you click on it it opens a new activity for each "user"... in each activity there are a TabLayout with each department for the information, (the tutorial I am looking at is showing me to create a fragment for each department)....
my question is this... is it possible, (and maybe best practice) to create an Activity with a layout... and populate the departments(different Tabs) with the "user" requested information???
So basically I will only have the swipe menu, with 1 Activity, which when opened, shows the different information for each "user"...
thanks for the advice...
I am working on an app that stores information in SQLite, for different "users"... there are only place for 4 different "users" but each "user" has different departments of information...I have a swipe menu which lists the 4 users and when you click on it it opens a new activity for each "user"... in each activity there are a TabLayout with each department for the information, (the tutorial I am looking at is showing me to create a fragment for each department)....
my question is this... is it possible, (and maybe best practice) to create an Activity with a layout... and populate the departments(different Tabs) with the "user" requested information???
So basically I will only have the swipe menu, with 1 Activity, which when opened, shows the different information for each "user"...
thanks for the advice...