A while back, I was working on an Android application when I had the need to query the local SQLite database for data present on 3 separate tables. The android documentation on defining relationships between objects does a great job of explaining how to write Room queries for the different relationships that can exist between […]
Category: Software Development
Auto-detect In-coming SMS with Google’s User Consent API.
Google’s User Consent API provides developers with a simple way to retrieve the contents of a text message, with the permission of the user. Users can give consent to apps, allowing them to read the content of a single text message rather than all the messages in their inbox. This is a nice middle ground […]