I am planning on writing an android application, which will mainly be
a client-server application.
It has to include the following elements:
- A service, which handles the client-server communication
- A main screen, which will be some kind of user menu.
Under some circumstances, the main screen will not be the activity to
be launched with the application (i.e. the entry point for the
application, as specified with the intent-filters), but some other
activity needs to be shown first.

So, what would be the best practice to do so?
Would it be
a) to choose the service as an entry point for the application (if
possible) and let the service decide which activity to load, or
b) set the menu as an entry point, then load the service in onCreate,
and decide in onCreate which activity to show, and load the activity,
or
c) something else

hope i could make myself clear,
thanks in advance,
Julian

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to