Website to Android APK ?
-
@emad-r said in Website to Android APK ?:
@scottalanmiller said in Website to Android APK ?:
@emad-r said in Website to Android APK ?:
@scottalanmiller said in Website to Android APK ?:
@emad-r said in Website to Android APK ?:
@scottalanmiller said in Website to Android APK ?:
@emad-r said in Website to Android APK ?:
@scottalanmiller said in Website to Android APK ?:
You want to convert a website to an APK?
Yup, and without jumping into Android Studio I tried last time and it was not so easy the documentation was old and the new studio changed everything.
And the website has no backend, everything is up in the HTML5?
yes, the site is pure HTML 5 and MySQL DB.
MySQL would be a back end, so not convertible from just looking at the website.
I mean I want an android APP/APK that will just launch website, the website is mobile ready.
So the issue you are trying to solve is how long it takes for the website to open the first time?
Not first time, when doing queries and pages it takes long time, but guess what only in Android tablets.
It might be having a code issue, but converting to APK is still going to use Chrome.
-
@scottalanmiller said in Website to Android APK ?:
@emad-r said in Website to Android APK ?:
@scottalanmiller said in Website to Android APK ?:
@emad-r said in Website to Android APK ?:
@scottalanmiller said in Website to Android APK ?:
@emad-r said in Website to Android APK ?:
@scottalanmiller said in Website to Android APK ?:
You want to convert a website to an APK?
Yup, and without jumping into Android Studio I tried last time and it was not so easy the documentation was old and the new studio changed everything.
And the website has no backend, everything is up in the HTML5?
yes, the site is pure HTML 5 and MySQL DB.
MySQL would be a back end, so not convertible from just looking at the website.
I mean I want an android APP/APK that will just launch website, the website is mobile ready. but the chrome in the android tablets is slow, I think it not allowing us to use all the RAM of the tablets, so If I made an APP that might solve it.
It seems unlikely that Chrome is leaving RAM on the table unused. How much RAM does this web page need that needs more than it is getting? You think it is swapping?
I think android is not letting chrome to allocate so much ram for one tab. And there is always alot free so maybe native app will fix this >?
-
@emad-r Ok. Worth a try i guess to see what happens. I'm not sure it would be much of an improvement but I will hope for the best for you
-
@scottalanmiller said in Website to Android APK ?:
@emad-r said in Website to Android APK ?:
@scottalanmiller said in Website to Android APK ?:
@emad-r said in Website to Android APK ?:
@scottalanmiller said in Website to Android APK ?:
@emad-r said in Website to Android APK ?:
@scottalanmiller said in Website to Android APK ?:
@emad-r said in Website to Android APK ?:
@scottalanmiller said in Website to Android APK ?:
You want to convert a website to an APK?
Yup, and without jumping into Android Studio I tried last time and it was not so easy the documentation was old and the new studio changed everything.
And the website has no backend, everything is up in the HTML5?
yes, the site is pure HTML 5 and MySQL DB.
MySQL would be a back end, so not convertible from just looking at the website.
I mean I want an android APP/APK that will just launch website, the website is mobile ready.
So the issue you are trying to solve is how long it takes for the website to open the first time?
Not first time, when doing queries and pages it takes long time, but guess what only in Android tablets.
It might be having a code issue, but converting to APK is still going to use Chrome.
maybe a less restricted one...
Man i want too eattttt still 45 mins left til iftar
-
@emad-r said in Website to Android APK ?:
@scottalanmiller said in Website to Android APK ?:
@emad-r said in Website to Android APK ?:
@scottalanmiller said in Website to Android APK ?:
@emad-r said in Website to Android APK ?:
@scottalanmiller said in Website to Android APK ?:
@emad-r said in Website to Android APK ?:
@scottalanmiller said in Website to Android APK ?:
@emad-r said in Website to Android APK ?:
@scottalanmiller said in Website to Android APK ?:
You want to convert a website to an APK?
Yup, and without jumping into Android Studio I tried last time and it was not so easy the documentation was old and the new studio changed everything.
And the website has no backend, everything is up in the HTML5?
yes, the site is pure HTML 5 and MySQL DB.
MySQL would be a back end, so not convertible from just looking at the website.
I mean I want an android APP/APK that will just launch website, the website is mobile ready.
So the issue you are trying to solve is how long it takes for the website to open the first time?
Not first time, when doing queries and pages it takes long time, but guess what only in Android tablets.
It might be having a code issue, but converting to APK is still going to use Chrome.
maybe a less restricted one...
Man i want too eattttt still 45 mins left til iftar
ftar?
-
@emad-r said in Website to Android APK ?:
@scottalanmiller said in Website to Android APK ?:
@emad-r said in Website to Android APK ?:
@scottalanmiller said in Website to Android APK ?:
@emad-r said in Website to Android APK ?:
@scottalanmiller said in Website to Android APK ?:
@emad-r said in Website to Android APK ?:
@scottalanmiller said in Website to Android APK ?:
You want to convert a website to an APK?
Yup, and without jumping into Android Studio I tried last time and it was not so easy the documentation was old and the new studio changed everything.
And the website has no backend, everything is up in the HTML5?
yes, the site is pure HTML 5 and MySQL DB.
MySQL would be a back end, so not convertible from just looking at the website.
I mean I want an android APP/APK that will just launch website, the website is mobile ready. but the chrome in the android tablets is slow, I think it not allowing us to use all the RAM of the tablets, so If I made an APP that might solve it.
It seems unlikely that Chrome is leaving RAM on the table unused. How much RAM does this web page need that needs more than it is getting? You think it is swapping?
I think android is not letting chrome to allocate so much ram for one tab. And there is always alot free so maybe native app will fix this >?
This doesn't seem likely. How much RAM could it need, would Chrome really opt to swap rather than use RAM, will APK not use Chrome identically?
-
@scottalanmiller said in Website to Android APK ?:
iftar
https://www.google.com/search?hl=en&q=iftar
Basically to start eating at ~8 PM
-
If it's slow in Android it's probably slow on every slow device there is. The problem isn't Android, it's the website.
Lots of inefficient javascript, lots of css and verbose html increases the amount of RAM and CPU the browser has to use to show the webpage. You will get away with it on a PC but not a slower device. It's a frontend problem.
-
@pete-s said in Website to Android APK ?:
If it's slow in Android it's probably slow on every slow device there is. The problem isn't Android, it's the website.
Lots of inefficient javascript, lots of css and verbose html increases the amount of RAM and CPU the browser has to use to show the webpage. You will get away with it on a PC but not a slower device. It's a frontend problem.
But its ghost shipped software, so we are left to come up with solutions.
Wont android APK allocate more RAM, there gotta be setting.
-
But its ghost shipped software, so we are left to come up with solutions.
Wont android APK allocate more RAM, there gotta be setting.
I don't think allocate more RAM is going to make a difference.
If you can't change the software on the server, your only option is to speed up the client.
Either you need to replace the hardware or use other software.Start by trying using some other browser. They might be more suitable to your application.
Here are some to try:
https://www.androidauthority.com/best-fastest-android-browsers-337802/