I’m a new android developer. I would like to get opinions on the app I
need to write. Is my approach correct? Is there an established
standard of doing this type of thing, etc. Is there anything I need to
watch out for?

Thanks in advance


Simple pickup and delivery system:

Program starts
>> Query an XML web service, get a list of pickups (probably no more then 20)
>> Populate a list view

User clicks list item
>> Display additional information, allow entry of some additional data.
>> User selects a SUBMIT button, send information to host via an XML web 
>> service.
>> Host returns confirmation, remove this item from the list. Return to the 
>> list view.

Other requirements
>> Periodically query the XML web service for any new pickups. If any new 
>> entries are found alert the user with an audible tone.

>> Need to send the web service the phones serial number or some other unique 
>> Id so I know who it is.


Pretty simple (I guess?)

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