Homework 11 & 13: Are We There Yet?
Your last assignment (aside from the Final Project) is to create an Android app that sends and receives SMS messages back and forth. The idea is to create a communication service between the app and the user.
There's a quick tutorial on how to send an SMS message using Kotlin.
A few things to be aware of are:
Remember how intents are constructed and passed
Be familiar with how the
SMSManager
class actually workAsk yourself if you have set the appropriate permissions
I wish you all the best on this last assignment. I am also looking forward to the presentation for your final project.
Last updated