Skip to content

A simple content browsing app created using Marvel API for WedMeGood task

Notifications You must be signed in to change notification settings

imGurpreetSK/WedMeGood-MarvelApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple content browsing app created using Marvel API

Structure

  • Splash activity to load data on first load
  • A main screen with 2 tabs, one for Comics other for Characters
  • Comics tab lazy loads all the comics in marvel database
  • Characters tab to do the the same for characters
  • ContentProvider for storing data in a SQLite Database

Libraries used

  • Volley for HTTP requests
  • Picasso for image loading
  • Stetho: Debug bridge
  • LeakCanary for memory leak detection
  • ButterKnife for view-binding
  • RecyclerView and CardView

Usage

Add MARVEL_KEY and MARVEL_PRIVATE_KEY strings in your gradle.properties file and build

Screenshots

About

A simple content browsing app created using Marvel API for WedMeGood task

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages