https://github.com/ckudlack/skeletonproject
Project with several starting points for apps, plus an example app
https://github.com/ckudlack/skeletonproject
android mvp-architecture retrofit2 rxjava soundcloud-api
Last synced: 5 months ago
JSON representation
Project with several starting points for apps, plus an example app
- Host: GitHub
- URL: https://github.com/ckudlack/skeletonproject
- Owner: ckudlack
- License: mit
- Created: 2017-09-08T22:14:02.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-04T22:33:41.000Z (over 8 years ago)
- Last Synced: 2025-04-04T10:54:03.219Z (about 1 year ago)
- Topics: android, mvp-architecture, retrofit2, rxjava, soundcloud-api
- Language: Java
- Homepage:
- Size: 263 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SkeletonProject
A bare-bones project with important libraries
## Branches
```
master - Contains only libraries
|
|- network - Has a network layer with some basic examples
|
|-- mvp - Has a basic MVP architecture framework
|
|--- sample - A work-in-progress sample app integration with the soundcloud API
```