Posts Tagged "GitHub"

B#2 – “CushyStorage”: A Unified, Hardware-Secured Wrapper for Android Local Storage — SharedPreferences and Reactive DataStore

B#2 – “CushyStorage”: A Unified, Hardware-Secured Wrapper for Android Local Storage — SharedPreferences and Reactive DataStore

In 2026, the Android local persistence landscape remains surprisingly fragmented between the legacy SharedPreferences, Jetpack DataStore and the deprecated EncryptedSharedPreferences. CushyStorage is a unified, hardware-secured wrapper library for Android local storage designed to be more effective, robust and straightforward.

read more

U#2 – CushyStorage

U#2 – CushyStorage

CushyStorage is a Developer-to-Developer (D2D) library designed to eliminate the fragmentation of Android data persistence. It provides an intuitive, three-layer engine architecture that handles everything from simple UI settings to hardware-encrypted sensitive tokens, all through a single, flat API.

read more

U#3 Ex Libris – home library management

U#3 Ex Libris – home library management

Ex Libris is a cross‑platform personal library manager built with Flutter. It lets users organize books, authors, and categories, track reading status, and keep a normalized view of their collection. The app includes polished list views, author/category pickers, and a companion Ktor backend for backing up the entire library as JSON.

read more

D#1 Simple Gps Tracker

D#1 Simple Gps Tracker

SimpleGpsTracker is an Android demo app (Kotlin, Compose) that runs a foreground GPS tracking service and sends location updates to a configurable Ktor backend, showcasing clean architecture and real cloud integration. It’s designed as an example of how a mobile client and Kotlin server can communicate via well‑defined JSON...

read more