• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

How to create a blog app

First thing you should decide, is whether an app is the best solution. A blog type of application will be predominantly server based, involving a centralised database, and you will have multiple clients accessing the content. This is exactly what web applications are designed to do.
Access to your blog would be via the phone's standard browser. You will of course have to design your web pages to be mobile friendly.
So before you start coding up an app, ask yourself if you really want to reinvent the wheel, or use tried and tested technologies like HTML and HTTP, which are designed to handle applications like this.
 
I also used Wix and I am very pleased.

I use Wix for blogging now, though I have run into it being a little slow and am thinking of moving away from Wix, but all in all I have been really impressed with all Wix has to offer.
 
Last edited by a moderator:
If you want to make a forum, you have to get hosting, and processing power to actually run your forum and blog as well. However, with a blog you can get away with not paying for hosting, and you can instead write HTML pages yourself. I would strongly advise you to not use WIX, because it's a closed ecosystem. You get in, you create your blog or forum, but you cannot export your data, or move away from them easily without completely rewriting your blog and recreating your forum. You own your blog and you should have control over it. You can however use Worpress.org as your blog, but you need a server or somewhere you can store Wordpress, like hostinger. For the forums, it's very hard to create one from scratch, but there are open sourced forum interfaces and everything, allowing you to set it up easily. Then you can make your app.
 
If you want to create a blog then you can use wix, weebly, blogspot, Wordpress etc. But if you want to create an app for your blog you can use following platforms -
Appy Pie
Buildfire
etc.

These platforms require basic coding language to build an application.
 
Back
Top Bottom