Android app for Polylinguist.
Displays simple programming language usage stats from Github, provided by Polylinguist. Stores the fetched statistics into phones own database and compares current stats to previous stats. Full history is scrollable in the statistics history. It is typical enough Android-app made with Kotlin and Jetpack Compose, divided into data, domain and ui layers.
Note: not a general use application for any given Github profile, it has been hardcoded to Polylinguist API tied to my Github account. To use it for your own, you'd have to clone & setup your own Polylinguist instance and fork this app & change the main address. It is mostly a personal toy project.