Skip to content

JSON Example

Latest
Compare
Choose a tag to compare
@avivmalkon avivmalkon released this 08 Jul 23:07
· 10 commits to master since this release

This application gets a JSON file (https://api.androidhive.info/json/movies.json), parse it to SQLite database and display it as a list (RecyclerView), ordered by the movies' release year (from new to old). The app can also scan JSON QR code (like this: https://bit.ly/3funEjX) and add it to the SQLite database.

System requirements:
Android version 5.0 or above.