Hybrid application
admindunet Posted messages 148 Status Member -
Hello,
I created a very simple web application that displays data from a MySQL database; it works very well and is accessible via a link.
Now I want to create an Android application. Should I display the link in an iframe in the app, and that's it? If not, what do you recommend? THANK YOU
5 answers
Hello,
What is the purpose of the app? If it's just to access your page, you might as well make it responsive.
@+
Buno, Moderator
The urgent is done, the impossible is underway. For miracles, provide for a delay...
Yes, just read the content, it is already responsive. Am I using an iframe or is there another solution to display it in the application?
You can use a WebView.
Are there other features in the app? Otherwise, it's of no interest.
@+
Buno, Moderator
The urgent is done, the impossible is underway. For miracles, provide for a delay...
It's kind of a website that I want to be opened only by the app with Webview; otherwise, what are you talking about when you say it’s not interesting?