• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Using database for email and contact storage

Dragonite

Lurker
Hello, Im making an application to store email templates, contact information, tags for organizing the contacts, and a feature to send the mail.

The only issue I am having is working with the databases. I have almost no experience with them, and would like advice.

I suppose what I am looking for would be the structure of the database tables. Im not sure how this works but I will list what each category includes.

Contacts:
Name
Email
Phone1
Phone2
Address
Notes

Templates:
Title/Subject
BodyText

Tags:
TagName
ContactsWithTag

Something like that. Tell me anything else you may need to know to provide help.

Unrelated but could someone tell me what is an equivalent to a comboBox?

I appreciate any help
 
Back
Top Bottom