Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 data

You 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)