Android Question Email Subsbribers List

BitsAndBytes

Active Member
Licensed User
I want to implement a "Subscribe with your email" option for the users of a b4a mobile application. Where do i start? The case is simple a text box , a subscribe button and a message "Subscibe to our mailing list receive application news & updates" . Thank you
 

DonManfred

Expert
Licensed User
Longtime User
Where do i start?
What is the problem for you to start?
Aquire the email and send it to your server backend using WS or a HttpJob for ex.
 
Last edited:
Upvote 0
Top