July 2018
Beginner to intermediate
668 pages
16h 29m
English
The mobile app that we've created allows you to send SMS messages, but only if it is active, for example, if it is in the foreground (active and visible to the user). If you close the app or tap the Home button, it will stop sending messages. This is due to how the Activity life cycle of the Android OS functions. You could enhance this app by creating a service to allow it to operate, even when the app is in the background. You're curious, right? Well, in Chapter 9, Delphi and IoT, there is a recipe that's perfect for this!
However, I will leave you with some links so that you can better understand the concepts covered in this chapter:
Read now
Unlock full access