android - Cross-platform form functionality for mobile app -


i'm not asking heated debate on best approach, know against stackoverflow rules.

i building app natively in android , ios , wondering ways set form in app comments can made , can see them, i.e - feedback form.

no 1 else needs see them wondering if there method of doing google forms, or other alternative.

i know save comments server/database that's lot of effort really.

i considered sending comment/feedback email apparently there problems in ios development due spam issues or something.

what simple ways go this, few options , can research more?

simple lengthy steps:

1.create form in ui of respective technologies, ie in android java+xml. don't know ios much.

2.send form's parameters html form, client server. sending parameters app.

3.handle parameters on server, use phpmailer library smtp email. fast , mail not appear in spam folder.

cheers


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -