Is there a way to clone a web browser or convert website into app ?

DigitalAnt

Junior Member
Joined
Oct 14, 2017
Messages
161
Reaction score
29
First i am sorry if this isn't the appropriate section to post this.

Second my question is , is there a way to make android browser without android studio ? or by simply ripping off a local browser from app store.

I am trying to make a web browser which loads a particular url like www.website.com when you open app. I tried android studio but only basic version was possible which cannot load images or lots of crashes etc.

I am not a professional coder but i googled to see if any tutorial or software available to do this but nothing caught my eye. So i need you knowledge if its possible to make this ?
 
You can make the website, into an android app with webview, in iOS it's very hard to get into the app store with webview app.
 
You can use MIT's app inventor to simply redirect users to the url you want.

If you want to download a website, use HTTracker then upload the htmls to a free web hoster, easy.
 
You can use MIT's app inventor to simply redirect users to the url you want.

If you want to download a website, use HTTracker then upload the htmls to a free web hoster, easy.
looking into it thanks...will update you results
 
Maybe is better to have a thumbnail of the site and when the user taps on it to redirect him there.Making a full request will pull a lot of internet traffic
 
Maybe is better to have a thumbnail of the site and when the user taps on it to redirect him there.Making a full request will pull a lot of internet traffic
i dont get it ? tumbnail ?
 
Back
Top