Question

I've been working on a app for the past month which basically consists of a TabControlActivity with a few ActivityGroups within this Tab.

I decided on using ActivityGroups basically because my knowledge as far as Android programming goes is very limited and at the time I had no clue that you're "supposed" to use Fragments for these things(Making sure that the tabwidget persists even if a new activity is started)

Now, Using ActivityGroups has forced me into doing things I really didn't think was needed. These are the methods I feel like ive been forced to implement in each ActivityGroup to make the application act the way I wanted it to.

I hope I've been able to pain a pretty good picture of my project. What I want to know is how much "effort" and recoding it would take to switch into using fragments instead of ActivityGroups.

No correct solution

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top