Book Image

Learning Android N Application Development [Video]

By : Soham Mondal
Book Image

Learning Android N Application Development [Video]

By: Soham Mondal

Overview of this book

<p>Android Nougat is the 7th major version of the Android operating system. Nougat introduces notable changes to the operating system and its development platform, including the ability to display multiple apps on-screen at once in a split-screen view, support for inline replies to notifications, as well as an OpenJDK-based Java environment, support for the Vulkan graphics rendering API, and "seamless" system updates on supported devices.</p> <p>This course begins with an introduction on Android Nougat. By getting to know all its new features, get started building your own application. Start off by creating its UI with Android’s key developer tool the Android Studio and Android SDK. Networking concepts with the API are the next in line, followed by creating an application that will give you a practical hands on experience such as a News Reader Application. Complete the building process by implementing fire base Analytics and Crash Analysis to measure the success and health of your app. Once you’ve got a good grasp on these concepts, enhance your skills in maintaining hi-quality apps by learning the testing principles.</p> <p>By the end of this course get acquainted on how to publish your application on the Play Store and leverage the well-known, best practices in Android, known typically only to the initiated</p> <h1>Style and Approach</h1> <p>This course is a hands-on tutorial on building an application on Android Nougat, using the latest features of Android. It provides the latest content at the fastest possible pace.</p>
Table of Contents (7 chapters)
Chapter 5
Testing
Content Locked
Section 5
Espresso Implementation
The aim of this video is to implement espresso-based instrumentation tests in the app. - Record tests using espresso test recorder - Make assertions - Run the recorded instrumentation test