Dedicated Server
Showing posts with label convert blogger blog. Show all posts
Showing posts with label convert blogger blog. Show all posts

How to convert any blogger blog into a native android app ?

A lot of bloggers would like to convert Blogger blog into native android app. Of course we could view our blog in a mobile web browser if we setup a mobile responsive template, but what if we have to customise our blog's look and feel? What if we have to support additional native features like share to whatsapp ?

We may also make use of a WebView to just load the webpage inside the app, but this provides less chances of customisation, or we may make use of any hybrid app platform to convert blogger blog into native android app.

In fact we have access to some of the blog contents in the form of json apis. You could check here for more details. You could then club the blogger functionalities with other native android features as well.


In this tutorial let us try to make a simple native android app which helps us to view our blog posts in a customised layout.