Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 1021 Bytes

README.md

File metadata and controls

34 lines (27 loc) · 1021 Bytes

README

This is project is using MARVEL API to show Characters.

Developer: Ribamar Santos Code Review: Nelson Glauber

What is this project using?

  • Loader
  • Content Provider
  • Layout for Tablet and Phone
  • Material Design
  • Recycler View
  • SQLite
  • OkHttp
  • Firebase Remote Config
  • Glide

Gradle this it you have any problem

compile 'com.android.support:appcompat-v7:24.2.1'
compile 'com.android.support:recyclerview-v7:24.2.1'
compile 'com.squareup.okhttp3:okhttp:3.4.1'
compile 'com.google.code.gson:gson:2.7'
compile 'com.github.bumptech.glide:glide:3.7.0'
compile 'jp.wasabeef:recyclerview-animators:2.2.4'
compile 'jp.wasabeef:glide-transformations:2.0.1'
compile 'com.android.support:support-v4:24.2.1'
compile 'com.android.support:cardview-v7:24.2.1'
compile 'com.android.support:design:24.2.1'
compile 'uk.co.chrisjenx:calligraphy:2.2.0'
compile 'com.google.firebase:firebase-config:9.2.1'