I am new to Basic4Android and would appriciate if someone could explain or point me to a good example of how you organise an application which will have 10 different screens/forms while at the same keeping the code manageable and not in one big lump.
I see some examples where people have used panels to load screens into these and then hide and unhide these panels. The disadvantage here seems to be that ALL the code will exist within one activity.
That leads me to think about having an activity for each form (screen) I do. The advantage here is to have the code in manageable chunks. Are there any disadvantages?
How will I load a new activity from within an existing activity and how will I unload one and return to the previous?
I am sorry if these are basic questions and would appreciate any pointers anyone can give.
I see some examples where people have used panels to load screens into these and then hide and unhide these panels. The disadvantage here seems to be that ALL the code will exist within one activity.
That leads me to think about having an activity for each form (screen) I do. The advantage here is to have the code in manageable chunks. Are there any disadvantages?
How will I load a new activity from within an existing activity and how will I unload one and return to the previous?
I am sorry if these are basic questions and would appreciate any pointers anyone can give.