Skip to content

aliuzzi/Notion-Android-App

Repository files navigation

Notion-Android-App

Android app leveraging the Notion API and database integration to display my Reading List.

After making a database in Notion following the guides on https://developers.notion.com/docs/getting-started, I was able to populate my database with Book Titles and descriptive Tags. I used Retrofit, a type-safe HTTP client for Android and Java to make my network requests. Retrofit turns your HTTP API into a Java interface. The Retrofit documentation can be found here: https://square.github.io/retrofit/. I also used JSON to Plain Old Java Object converter https://www.jsonschema2pojo.org/ to help create model objects that matched the JSON response.

In order to run this app, clone this repository and open in Android Studio or a compatible IDE that can run android code with an emulator.

  1. A list of links to any major sources you relied on, if any (e.g. a StackOverflow response about how to parse JSON data in Swift) https://square.github.io/retrofit/ https://www.jsonschema2pojo.org/

  2. A list of major open-source libraries you chose to use, if any (e.g. "Alamofire for networking")

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages