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.
- Host: GitHub
- URL: https://github.com/droideveloper/publicationandroid
- Owner: droideveloper
- Created: 2016-06-17T18:34:09.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-02-26T11:23:37.000Z (over 9 years ago)
- Last Synced: 2025-12-27T14:10:58.206Z (5 months ago)
- Topics: abstraction, android, baker, mvp
- Language: Java
- Homepage:
- Size: 104 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)