I have read and compiled the two activities app and was wondering how many activites are possible when building an App. I have a Dashboard and at least 8 menu buttons each with distinct activities that I'd like to code - each has it's own panels, layouts, pushputtons, dialog boxes and click events. I would rather split these out into separate modules (Static code modules or classes) rather than all in Main in order to make the code more manageable and reusable for future projects. I was wondering if classes in 2.0 might be my answer but not sure how these relate to click events which cannot be handled by static code modules. I put a dashboard in a second activity module and this works fine when invoked from my main module but want to expand functionality over several modules like I explained above. Any ideas? You help would be greatly be appreciated!
thanks
Ray
thanks
Ray
Last edited: