Website to Android APK ?
-
Hi,
Any luck on getting this to work without android developer ?
-
You want to convert a website to an 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.
Anyone has preferred site/tool ?
-
@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?
-
This post is deleted! -
@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.
-
@emad-r I'm not even sure what that would do.
-
@jmoore said in Website to Android APK ?:
@emad-r I'm not even sure what that would do.
OK long story then, we have tablets Android medium specs and the chrome app is not launching the site properly it lags. So i thought if I converted it into APP it will faster, especially if there was setting where I can tell the APP to use as much RAM as possible
-
@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.
-
@emad-r said in Website to Android APK ?:
@jmoore said in Website to Android APK ?:
@emad-r I'm not even sure what that would do.
OK long story then, we have tablets Android medium specs and the chrome app is not launching the site properly it lags. So i thought if I converted it into APP it will faster, especially if there was setting where I can tell the APP to use as much RAM as possible
That'll make it terrible. How will it talk to the database? Or do you plan to build your own database on every device and not have them talk to a server any longer?
-
@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.
-
@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?
-
@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.
-
@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?
-
@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?