Book Image

Building Professional Android Applications [Video]

By : Tadas Subonis, Aubrey Love II
Book Image

Building Professional Android Applications [Video]

By: Tadas Subonis, Aubrey Love II

Overview of this book

Get away from courses that take ages to finish and lose your interest in the middle. In this course, you will get a step-by-step guide to creating professional grade Android N apps, with a real-world case study. In the first section, we’ll create a strong architectural background for your app. You’ll be able to edit and customize the foundations of the app so it’s transferable between different projects. Then, you’ll learn the most productive ways to save and read data on Android with the Room framework, ObjectBox, and the Firebase database. The third section is about utilizing efficient data structures to maintain speed, even when the amount of data is huge. Finally, we’ll explore different ways to test Android applications such as: unit tests, integration tests, and end-to-end tests. The last section is about designing the front end of your app, including professional-level features, such as custom view development and explanatory user on boarding. Also, you’ll learn to upload your Android app to the Google Play store and discover advanced topics such as Payments, Android N Tiles, and voice interaction. By the end of the course, you’ll have the essential skills needed to build a real-world application. The code bundle for this video course is available at: https://github.com/PacktPublishing/Building-Professional-Android-Applications
Table of Contents (4 chapters)
Chapter 3
Advanced Testing and Performance
Content Locked
Section 4
Testing UI with Espresso
In this video, learn how to test user interface with Espresso. - Overview of Espresso framework - Set up Espresso for the first test - Test the UI of Add-Stock functionality