Greetings, fellow beginners! First question: I've done the Hello World and notepad tutorials, as well as run through the quick tutorial <http://www.youtube.com/watch?v=I6ObTqIiYfE>on youtube by Dan Morril. I've also read a bit of the Android fundamentals materials. Is this enough experience to make an application like the one I'll describe below?
If not, what do you think I should read or try next? If so, The application I have in mind will be a counter triggered by users. A user will add themselves to the count, remove themselves from the count, and view the count. When a user adds or removes themself to the count... - if possible, this will update the count on other instances for other users/devices That's my first step for now. The UI will be a ListView showing the counts that users have added themselves to (once I create the means to have one count, I will easily be able to scale the app to have "n" counts). There will be a button to add and remove the user. Sounds reasonable, right? Please let me know if this sounds difficult, especially where the multi-device communication (in updating the counter) is concerned. Know of a library that I'll have to use, or have some general advice for this? Tell me! :) Thank you for reading! -Danny -- You received this message because you are subscribed to the Google Groups "Android Beginners" group. NEW! Try asking and tagging your question on Stack Overflow at http://stackoverflow.com/questions/tagged/android To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en

