How to Create Android Application for your website/Blog in 5 Steps
Bangalore: Now a days Online marketing mainly turned into hand held devices Like mobile ,Tabs etc.
so most of the people are using android devices. Here we are going to help you by creating an android application of your blog or website. Most of the Websites and blog have separate mobile templates Once we Logged In/browse from Mobile it will change automatically into mobile view. There you can customize your page as per you web knowledge. Here we are Explaining How we can create an android Application. On click of this application It ill Open your web site in mobile view. No need to go for your Url. Just Install your application there users can browse in your website.
Step 1: Create a Simple Android Application using Eclipse IDE
If you have not set up the development environment.
Check this. Android Dev Envmnt Installation
If you have doubt in creating sample application check this Clcik
Step 2:Open Your res>Layout Folder and open the xml file.
and modify it like this.
so most of the people are using android devices. Here we are going to help you by creating an android application of your blog or website. Most of the Websites and blog have separate mobile templates Once we Logged In/browse from Mobile it will change automatically into mobile view. There you can customize your page as per you web knowledge. Here we are Explaining How we can create an android Application. On click of this application It ill Open your web site in mobile view. No need to go for your Url. Just Install your application there users can browse in your website.
Step 1: Create a Simple Android Application using Eclipse IDE
If you have not set up the development environment.
Check this. Android Dev Envmnt Installation
If you have doubt in creating sample application check this Clcik
Step 2:Open Your res>Layout Folder and open the xml file.
and modify it like this.
Here In Linear Layout we have created a WebView because for Listing our Webiste we need to Call this webView. So we need to edit the res>values String.xml file like this.
There you can mention the Application Name what you want to display.
Step 3:Modify Your MainActivity.java Class Like this.
src>com.android.webapp>
your package name.
Its all basic java codes with android libraries. we have created webview object and given our Blog Url and loading it when our application launches.
You can customize it any way you want.
Step 4: Add this Internet accessing Permission code in your AndroidManifest.xml file.
Run your application. It will launch your site in Emulator.
Step 5: Pull the .apk file and host it in google Play.
How to take APK File Check this link for Detals :Click me
If you have any doubt Comment Here
here i have done all the things but there are some errors please help me... :(
ReplyDeleteWhat Happened what error your getting ?
ReplyDeleteThis comment has been removed by the author.
ReplyDelete@Ankith Change your Android manifest file like step 4 screen shot
ReplyDeletePlease solve that part... It is opening in web browser not in that it self... please do something...
Deleteexactly same file i have then also not working...
ReplyDeletek what error you are getting ?
ReplyDeleteHey nice app Thanks for the post
ReplyDeleteI tried this for my blog..followed all most all steps explained above. I am getting some error in log , the when I try to run this app it pop up and says "Unfortunately app has stopped" , Do you have any idea? is there any other files need to be modified along these? looking for reply ,,, as there is no contact link in your blog could not able to contact you .
ReplyDeletehttp://www.facebook.com/AndroidSharp
ReplyDeleteLike our facebook page and message me there I will guide you
https://www.dropbox.com/s/btw7fppb7kz1zf1/ExtraHint.zip
ReplyDeleteCheck the sample code in attached link