Posted by UDeedIT on Jul 25, 2026 in Blog, Portfolio
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
Posted by UDeedIT on Jul 23, 2026 in Portfolio
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
Posted by UDeedIT on Jul 17, 2026 in Portfolio
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
Posted by UDeedIT on Jul 8, 2026 in Portfolio
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