Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lawloretienne/soundcloud
SoundCloud client that pulls user profile information and refreshes when the data gets stale
https://github.com/lawloretienne/soundcloud
Last synced: 6 days ago
JSON representation
SoundCloud client that pulls user profile information and refreshes when the data gets stale
- Host: GitHub
- URL: https://github.com/lawloretienne/soundcloud
- Owner: lawloretienne
- Created: 2015-08-22T22:25:26.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-12T08:44:32.000Z (almost 8 years ago)
- Last Synced: 2023-08-01T23:21:08.899Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 6.49 MB
- Stars: 16
- Watchers: 4
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SoundCloud
![SoundCloud](https://raw.githubusercontent.com/lawloretienne/SoundCloud/master/images/ic_launcher.png)
## Overview
A SoundCloud client that pulls user profile information and refreshes when the data gets stale
- Uses RxJava to chain API requests
- Caches data using Realm
- Uses a SyncAdapter to manage refreshing the dataYou can also listen to any of the Liked tracks in the media player screen
## Screenshots
MainActivity | MediaPlayerActivity
:-------------------------:|:-------------------------:
![](https://raw.githubusercontent.com/lawloretienne/Soundcloud/master/images/SoundCloud_Screenshot_7.png) | ![](https://raw.githubusercontent.com/lawloretienne/Soundcloud/master/images/SoundCloud_Screenshot_8.png)