--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

--- Begin Message ---
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

--- Begin Message ---
English is not my first language.
I've been working with android for about a week now, and some things
really start to annoy me. What I'm trying to do is very simple.
An app with three windows and a background service.
The background service polls information from a webservice and adds
this to a few objects.
First window you choose what kind data you want to list and look at.
Second window shows the list you wanted to see, click a list item you
want detailed info about
Third window shows the info associated with the list item clicked.

Now each window has it's own Activity (1,3 = Activity, 2 =
ListActivity). First of all I'd like to follow android coding
standards/conventions. But I can't really find any? For example I'd
like to NOT start new activities as they are expansive to start. And I
have had a hard time finding something that would just stop a child
activity and not kill it as I heard finish() will do. And using
activities I'm having problems being able to go from window 3 to 1,
and it would feel strange to finish both the info activity and then
finish the list activity if the result from info activity is set to
something. This is how I solved it now. Then sometime in the future I
should add update callbacks to the activities when I poll updated data
but I'd like to understand the basic design concepts.

But as I said I'm not happy with the solution at all. And the
application is just an early prototype for now and will be a lot
bigger in the future.

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---


--- End Message ---

--- End Message ---

Reply via email to