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.

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

11 comments:

  1. here i have done all the things but there are some errors please help me... :(

    ReplyDelete
  2. What Happened what error your getting ?

    ReplyDelete
  3. This comment has been removed by the author.

    ReplyDelete
  4. @Ankith Change your Android manifest file like step 4 screen shot

    ReplyDelete
    Replies
    1. Please solve that part... It is opening in web browser not in that it self... please do something...

      Delete
  5. exactly same file i have then also not working...

    ReplyDelete
  6. k what error you are getting ?

    ReplyDelete
  7. Hey nice app Thanks for the post

    ReplyDelete
  8. I 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 .

    ReplyDelete
  9. http://www.facebook.com/AndroidSharp

    Like our facebook page and message me there I will guide you

    ReplyDelete
  10. https://www.dropbox.com/s/btw7fppb7kz1zf1/ExtraHint.zip
    Check the sample code in attached link

    ReplyDelete