An open API service indexing awesome lists of open source software.

https://github.com/droideveloper/publicationandroid

displaying html5 magazines in android, created resources on baker framework test magazines.
https://github.com/droideveloper/publicationandroid

abstraction android baker mvp

Last synced: about 1 month ago
JSON representation

displaying html5 magazines in android, created resources on baker framework test magazines.

Awesome Lists containing this project

README

          

# PublicationAndroid
Previous build had Demo and Library combined in one pack now it is striped from Demo.

```java
Intent intent = new Intent(this, ReadActivity.class);
intent.putExtra(ReadActivityPresenterImp.KEY_CONFIGURATION, config);
startActivity(intent);
```

New Demo application at [BakerPublicationAndroid](https://github.com/droideveloper/BakerPublicationAndroid)