Best way for a mailing list in Android

Posted by Asgard on Programmers See other posts from Programmers or by Asgard
Published on 2012-09-11T20:17:34Z Indexed on 2012/09/11 21:48 UTC
Read the original article Hit count: 287

Filed under:

I want to create a mailing list function based on an address book included in the application, (NOT the user's contacts)

for example I have the addresses

[email protected]
[email protected]
[email protected]
[email protected]
[email protected]

every email addresses, must be associated with a specific section, the various section should be selected through a checkbox list.

every section may have more than an email.

I have yet created a working email sender that support the simultaneous sending to many email but I don't know what is the best way to store and load the address in the application and how realize this.

© Programmers or respective owner

Related posts about android