projects
Here are some of my projects
Artio
A team effort to build an app that lets user draw or sketch on the screen with collaborative and chat features.
AutoCare
A team effort to build an app that utilizes NFC technology to store car repair information.
Malltiverse
An E-Commerce app built with Jetpack Compose which consumes the Timbu REST API.
GiTrack
Android app for viewing repositories on Github and their issues by consuming Github's GraphQL API
NoteWave
An Android app for note taking, which utilizes the ROOM persistence library to perform create, read, update, and delete (CRUD) operations for note storage and management.
Rajo
An Android application that tracks children immunization records by posting and pulling data to and from a REST API.
Mwanga
A team effort to create an Android app that monitors children's delayed development stages.
DataHive
A collaborative initiative to develop an Android application that monitors and records mobile data and Wi-Fi usage over a span of 30 days.
contact me
blog
Documenting my development journey.
How to implement View Binding in your app.
A step by step guide on how to implement view binding in your application.
Room Database AutoMigration
This article covers how to automate migration of databases with the Room persistence library.