Skip to content

Simple Android App using Google's Navigation Library, Paging 3 Library, and View Binding

License

Notifications You must be signed in to change notification settings

LiveMasTomas/ComicBookBrowser

Repository files navigation

ComicBookBrowser

A simple Android app using Google's Paging 3 library, view binding, and Navigation Library.


The app connects with Marvel's comic book api. Even though the repository name is ComicBookBrowser, it's mostly a browser for Marvel characters. The actual comic book part is opened in a webView inside the app.


QuickStart

To run this repo, you must create your own api keys from Marvel, then create a file at the root of the project called apiKey.properties that includes two fields:

MARVEL_PUBLIC_KEY="XXXXXXXXX"
MARVEL_SECRET_KEY="XXXXXXXXX"

Data provided by Marvel. © 2021 MARVEL

About

Simple Android App using Google's Navigation Library, Paging 3 Library, and View Binding

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages