How to make android app of a existing website? - android

I have a website and now I want to develop an app for my website for android phone.
Initially what i need to do?
I dont have much knowledge about java, but i have good knowledge about HTML5, CSS3, PHP and mysql?
Anyone please tell me initial steps to do.
Thanks

You can create a responsive website and can load it into android WebView. Even you can read more about building web apps in WebView.

Related

how to convert react.js web app to react native mobile app?

I have a react.js web app I need to convert to the mobile app, Is there any way to do that?
I have tried to search for a solution but I did not find anything that can help
Thanks.

iFrame a website using EclipseAndroid SDK

I am trying to develop an android app. Could anyone tell me a bit in details that how to iFrame a website using Eclipse? I would highly appreciate if anyone can tell me
I assume that by "iFrame a website" you mean you want to load a web page inside your app. You should use WebView. See the Android documentation for WebView.

Codeigniter to develop Android App

I have made a website in Codeigniter which is pretty complex and now I need to make an Android App for the same. Is there a way to do this without recoding?
If you want to create an android app same as your website without recoding the answer is no.
But if you only want display your website in your application yes, you can use webview to display the website but I don't think that'll be a good user experience for the user of your app.
But hey why you don't want recode? coding is fun isn't it? :p

Needed advice on how to deploy a HTML5 mobile app in the android and iphone market

I have made an HTML5 mobile app which I want to release both in the android and the iphone app market. So whats the easiest way I can do that. I had originally thought of making a small webview, which will be native code, both for the android and the iphone, which will serve as an entry point to the HTML5 app, but I am not sure if this will pass verification, is this correct? and if so do you have any other suggestions how I can solve the problem.
Thanks in advance.
I use PhoneGap to embed javascript and html in a native app

How do I use webview to embed the web app in a native Android App?

I have a fully-working web app that is accessible using Android's browser.
The annoying part is the url bar uses a lot of the screen. Is there a way to make this web app a native Android app? I've read that webview can be used to embed a web site within the Android App.
Unfortunately, I only know web programming languages and have no Java experience. Will I still be able to do this on my own?
You certainly will need some learning in java, you can start with reading the following :
Webview documentation
A very detailled tutorial (quite hard if you haven't any java basics)
A basic tutorial on webview usage.
Have you looked at phonegap. It comes with a standalone app with a WebView embedded in it and with native android functionality support. You just need to provide your html/javascript app to it and you're done.
You can use a web app called MIT App Inventor
and get it done in less than 10 minutes, it's very easy, intuitive and requires no programming skills at all.
all you need to do is create a new project,
drag and drop a WebViewer component, on the right set the home url,
and your done! just connect to an android phone via USB to install the app
and you can even download the .apk to your computer, sign it and publish it on Google Play

Categories

Resources