Quieting the SQL Syntax Warnings
Quieting the SQL Syntax Warnings val db: SQLiteDatabase = TODO(“open a database”) val st = db.compileStatement(“ATTACH DATABASE ? AS plaintext
Read moreQuieting the SQL Syntax Warnings val db: SQLiteDatabase = TODO(“open a database”) val st = db.compileStatement(“ATTACH DATABASE ? AS plaintext
Read moreNotes on the Jetpack Compose alpha11 to alpha12 Upgrade Process Upgrading an app from Compose alpha11 to alpha12 was more
Read moreDon’t Put All Your Eggs in One Basket I am glad that the fight between Google and the developers of
Read moreKotlin Extension functions allow you to add behaviour (think methods/functions) to any other type on the platform or in your
Read moreThis blog will explain how to use Google Cloud’s Speech API to convert an audio recording of someone speaking to
Read moreGoogle I/O is a wrap. The conference celebrated product and platform innovations at Google. As part of the Google Developer
Read moreAt some point you may want to show that you know a text value, but not show the value itself.
Read moreOh my! This is one of those times with Android where you just slap your forehead, like what! This is
Read moreThis article explains the ‘show type hints’ feature of IntelliJ. To get to see those sweet variable types you desire
Read more