The Complete Guide for doing your Canadian GIC with CIBC (updated 2024)The GIC (footnote: gic full form is Guaranteed investment certificate) is an important step for applying for a Canadian study permit…May 24, 20231May 24, 20231
Using viewModels with jetpack Compose and navigation-composeIn this blog post I will walk you through how we can use viewModels with jetpack Compose, specifically navigation-compose, we will be…Mar 8, 20211Mar 8, 20211
Published inProAndroidDevHandling onClick behavior with the Jetpack paging libraryWhile migrating to the new Paging3 library in the Jetpack suite of libraries, I ran into a problem, my onClickListener on the items of my…Nov 4, 20203Nov 4, 20203
Using Room with Kotlin Coroutines.Recently while working on a project, I had the need to implement a local database in the application to store user bookmarks and as I was…Jan 13, 20201Jan 13, 20201
A guide for Downloading files to External Storage in your Android Application.The API provided for the purpose of file storage, Download Manager is NOT recommended. In this article I will show you the most common…Nov 19, 2019Nov 19, 2019
Published inProAndroidDevUsing Retrofit 2 with Kotlin CoroutinesSince the release of Retrofit2 version 2.6.0, there has been added native support for coroutines, this helps to achieve better performance…Nov 16, 20192Nov 16, 20192