Summary
In this chapter, we have learned techniques for improving our apps by adding analytics—in this case, Firebase Crashlytics—and how to use cloud messaging to increase user engagement in our apps. Additionally, we learned some tips and tricks for securing our apps.
We have come to the end of this chapter and book. We hope that you’ve enjoyed following along with the chapters and that you’re now in a position to develop Android apps with the knowledge gained from this book. What are the next steps? Here are some of the things that you can do:
- Secure your app using the tips and tricks we went over in this chapter.
- Inspect, improve, and monitor the performance of your app. You can learn more about this from the official documentation at https://developer.android.com/topic/performance/overview.
- Learn more about Modern Android Development (MAD). MAD is a set of tools and libraries that help us develop Android apps faster and better. You...