Hey guys quick question. Recently I started tinkering around with the android sdk ( i'm new to this even to java in general).
When you design an app is it a collection of different activities ? or do you try to limit yourself to a couple of activities. I'm asking this because transferring data from one activity to the other is quite the hassle (intents and whatnot). What the best way to approach the general design structure ?
When you design an app is it a collection of different activities ? or do you try to limit yourself to a couple of activities. I'm asking this because transferring data from one activity to the other is quite the hassle (intents and whatnot). What the best way to approach the general design structure ?