I am building an application for Android, I want to keep it an Android application as much as possible, but it must connect to my database, for user registration, user login, file uploads etc.. I want to create these forms as Android views, with code behind that connects to the database on-line, I don't want to just create web pages that is not an Android application.
I have been researching this all day and experimenting with the Android SDK, but so far I cannot see that this is possible. I have a database built using PHP and MySQL, I have the functions built using HTML, I just need to figure out how to integrate all these forms into an Android application. Advice is appreciated.