I want to create an app for a site that has no mobile version, so I need to show the user only 04 fields on the screen (login, password, sign up and ok). How can I do this?
The site is not mine and I do not have access to the source code.
The first image is the original site and the second is how I want it to appear on the Android App?
How do I do this in Java or HTML (html, javascript, jquery, ajax)?
I have already used WebView, but I could not make these changes in the layout, the most I could do was to put a Zoom, it was horrible, because the user needs to be moving around the screen to enter the login and password data.
Where do I start? What techniques to use to do this that I need.