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.
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