An Open Source Android Client for self hosted wordpress blogs that works with json-api plugin
1 Install JSON API wordpress plugin and activate it.
2 Just Copy your api adress to baseUrl variable in NetUtils.java and you are ready to go.
** if your domain adress is http://test.com your json api default adress would be http://test.com/api
more Instructions on development and other stuff witll be added :)
1 Android 4+ and Material design app with apcompat library
2 Custom dynamic navigation menu (dynamic by loading categories)
3 Loading and viewing posts and comments (lazy load)
4 Submitting comment with dialog
5 Badge to show comment counts in post detail activity.
6 Used swipe to close effect on post detail activity and comments activity.
1 Add Splash Screen
2 Add search
3 Add Caching system
4 Add Transition Effects
5 Add Settings
6 Add Different Views
7 Add Signup and Login if possible
....