A sample Android application using Deezer API and Android SDK tailored with Android Material design using:
- [Collapsing Toolbar] (http://developer.android.com/reference/android/support/design/widget/CollapsingToolbarLayout.html)
- Butterknife
- Glide
- Android SDK v23
- Android Build Tools v22.0.3
- Android Support Repository r16 (for v22.2.1)
- Search your artists with an Autocomplete predictions
- Browse artist's albums
- Browse album's tracks
Artist search | Browse Artist Albums | Browse Album tracks |
---|---|---|
![Almubs] (https://raw.githubusercontent.com/ernestkamara/deezer-demo/develop/images/artist_detail_1.png) |
#Cloning and building (command-line)
$ git clone [email protected]:ernestkamara/deezer-demo.git
$ cd deezer-demo
$ ./gradlew installDebug
to build debug version of the app.
$ ./gradlew installRunDebug
to build, install and run debug version of the app.
Copyright 2016 Ernest S. Kamara
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.