I am developing an android app and I would like users to be able to send me feedback directly from the app. So far I have solved the problem with intent by starting an external app to send an email.
But I would like the user to be able to fill out a form (a simple textView) and, by simply pressing a button, he could send me a message.
Is there any way I can implement this?
I hope I explained myself.