android - Simple Browser/Website web app mobile app/shortcut -


i have website/web app want make available on mobile devices.

the website responsive , can used inthe mobile browser, want make available on google play / app store. question is: how create simple app browser, run natively on phone load web page in full screen?

any simple solutions or frameworks?

well there different approaches solve questions trying give rough idea following 2 approaches.

easy , simple one

1) use web views , call home page url that's all.

for better performance.

2) create rest apis required data mobile app . , use either web view or create own views , show user . in case if create native view app perform faster development take time.


Comments

Popular posts from this blog

javascript - ScrollTo Effect (href to div) -

javascript - ng-class not responding to change in model in Angular? -

javascript - document.registerElement extending HTMLInputElement prototype while using custom tag name to avoid implicit browser style -