Skip to content

An Open Source Android Client for wordpress that works with json-api plugin

License

Notifications You must be signed in to change notification settings

saeedyp/AndroidWordpressJsonApiClient

 
 

Repository files navigation

AndroidWordpressJsonApiClient

An Open Source Android Client for self hosted wordpress blogs that works with json-api plugin

Instructions

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 :)

Things Done

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.

Things to do

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
....

Libraries Used in this project

  1. loopj async http
  2. Swipe Back Helper
  3. Square Picasso image loading

About

An Open Source Android Client for wordpress that works with json-api plugin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%