Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Convert a Website with a responsive design to the Android app [closed]

I want to make an Android App without much effort. I already have a website with a responsive design. Is there an easy way to convert it or maybe display a website as an Android app?

like image 271
good_evening Avatar asked Aug 04 '13 22:08

good_evening


3 Answers

Have a look at phonegap, it does exactly what you want.

like image 104
morten.c Avatar answered Sep 23 '22 12:09

morten.c


If you really want to go the minimal effort route, why not just create an application with a single Activity using a WebView.

Here is a guide from Google on developing Web Apps in WebView.

like image 22
michaelcarrano Avatar answered Sep 21 '22 12:09

michaelcarrano


By making your web site responsive, i don't think that you need to convert or display your website as a native App. I think that you need a real mobile or android user experience to get the satisfactions of users.

A lot of technical solution exists already like using a webview in your first activity.

But, my advice, is to make a dedicated design for your app and to apply a full android user experience for it.

Good luck

like image 24
mohamed khalloufi Avatar answered Sep 20 '22 12:09

mohamed khalloufi