Hello fellow android Programers. I am pretty new to Java and would like to ask for help.
The app I am creating Is a Martial arts info app. As of now I have a splash screen. from that it goes to a list view. in the list view their are pics of the different colored belts in the Martial art. After someone clicks on a belt. they are sent to a Tabs view. 3 different tabs. Syllabus, Video and Etc. instead of creating five different tabs activity's I want to save resources by just creating a string of some sort. So when I click on the belt color I want it to set certain stings to the info of the belt and the sting will be displayed in the tabs view under the specific tab. Maybe im taking this too far. Maybe theirs an easier way. or maybe it would be better to just have a new tabs view activity per belt color.
The app I am creating Is a Martial arts info app. As of now I have a splash screen. from that it goes to a list view. in the list view their are pics of the different colored belts in the Martial art. After someone clicks on a belt. they are sent to a Tabs view. 3 different tabs. Syllabus, Video and Etc. instead of creating five different tabs activity's I want to save resources by just creating a string of some sort. So when I click on the belt color I want it to set certain stings to the info of the belt and the sting will be displayed in the tabs view under the specific tab. Maybe im taking this too far. Maybe theirs an easier way. or maybe it would be better to just have a new tabs view activity per belt color.