March 21, 2026 /Mpelembe Media/ — The Android app acts as a showcase for Modern Android Development (MAD) skills, built upon Clean Architecture and the MVVM (Model-View-ViewModel) pattern. It leverages a robust stack of Jetpack components and modern libraries. Network operations are managed asynchronously using Retrofit and Coroutines, while Moshi parses the JSON data. The app also utilizes Room and WorkManager for offline caching and daily background syncing, and is transitioning its UI layouts to Jetpack Compose. TMDB, which supplies the data for these apps, is a massive, community-driven database that allows users to search millions of titles, log their watched media, and build custom watchlists. Continue reading
Tag Archives: JSON
How to use GraphQL with Semantic Analysis Tutorial
April 17, 2023 /Developers/ — Here is a tutorial that shows how to use GraphQL with semantic analysis:
1. Create a GraphQL schema
The first step is to create a GraphQL schema. This is a document that describes the data that your API exposes. The schema can be written in JSON or YAML format.
Continue reading
