A few thoughts;

1 - contacts: have you considered reusing the contacts API, or
activity, I think it would provide for a more robust and familiar user
experience allowing users to pull from their phone's contacts which
are also maintained online (gmail) rather than maintaining 2 distinct
set of contacts.  You can simply use a new group to distinguish from
all other contacts.

2 - sales and retention
as redders pointed out you need to decide if this is local or
centralized information.  The local use is straightforward, and the
developer documentation has several sqlite examples.n  If you want
centralized data you will need to architect a server side solution,
most likely serving xml records from a MySQL database, with some
method of race protection (you dont want two agents editing the same
sale at the same time)

On Dec 28, 1:18 am, StouteEnterprises <[email protected]> wrote:
> I just started creating applications for the android system and am
> still very new to the programming. I would like to create an
> application for my sales staff that will do multiple things through
> the use of tabs. I'd like to have three tabs; Contacts, Sales, and
> Retention.
>
> Under the contact tab i would like it to list only the added contacts
> through the application, not all contacts on the device. I want to be
> able to add new contacts with the following information; First Name,
> Last Name, Home Number, Cell Number, Email Address, Home Address, and
> Notes. After entering the contact information into this application it
> would also save it to the phones contact list.
>
> Under the Sales tab I would like to have the ability to add any sales
> into the log. This tab would give the user the ability to view past
> sales, add new sales, delete sales, create queries for sales between
> chosen dates, and calculate commissions from these sales.
>
> Under the Retention Tab I would like it to create follow-up
> information based on the sale date and item sold. This would
> automatically enter a reminder or calendar appointment to contact the
> customer after 3 days, 1 month, and 1 year. This would also reference
> the customers contact information to "Pop-Up" the next time the
> application was opened after the callback period expired.
>
> This is a pretty complex application but I couldn't find anything
> similar to this in App. World and would like to get some help creating
> this application. I think this application is definitely well over my
> area of expertise. Even if I had to create three separate applications
> to make all of this work I would be fine with that.
>
> Thanks for all the help!

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

Reply via email to