문제

I have a subscribe button in the about us section in my app. On pressing, a small window appears asking for email from a user. Once the user enters his email where could I store all the emails from the users? How does email subscription is implemented in Android? I'm totally new to it, so please be detailed

도움이 되었습니까?

해결책

I think you would need a server where you can store in a DB the emails the clients (i.e. the apps) send you. Or since it's such a simple thing that you have to store (a string), what you could do is get them to send an email to you, and then voila, you have the addresses you need.

EDIT:

Try parse, it's a cloud server free and easy to use.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top