The level of difficulty really depends on whether you want some central database for all of your staff, or if you just want a local database on each phone, or in other words, if you'd like staff member A to see transactions with a customer that staff member B has previously served.
If you don't mind them all being local only, it's a case of learning how to use sqlite in android as a first step. On Dec 28, 6: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

