Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jonashao committed May 31, 2017
1 parent 4464928 commit 003ee89
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,4 @@ google-services.json
freeline.py
freeline/
freeline_project_description.json
/art/
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright {yyyy} {name of copyright owner}
Copyright 2017 jonashao

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
18 changes: 16 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
# next-kotlin
Kotlin version of [Next music player](https://github.com/jonashao/next)
*Welcome to join and contribute.*

This project is still in development.
This is an extremely simple music player, only let user to swipe to skip ,
or pause and start playing music.

*Welcome to join and contribute.*
It might be a good example for learning Kotlin, android music player,
mvp framework, dagger and Realm, since it's simple and clean.

<img src="https://cloud.githubusercontent.com/assets/7600440/26617744/7046dd06-4609-11e7-83ad-29f70e5ca359.jpg" width="300" height="486"/> <img src="https://cloud.githubusercontent.com/assets/7600440/26617745/704da2f8-4609-11e7-8084-3c1b4704610a.jpg" width="300" height="486"/>

## Libs
- Realm
- RxJava
- Dagger2

## Todo
- [ ] fetching album arts from Last.fm
- [ ] recording playing behaivours to recommend music

0 comments on commit 003ee89

Please sign in to comment.