Android Development: Android Studio 3.1.4 intermediate

https://www.skillsoft.com/channel/android-development-311a2471-29d1-11e7-bd7f-0d8c9c4bc919?technologyandversion=3605664&expertiselevel=3605661 https://www.skillsoft.com/channel/android-development-311a2471-29d1-11e7-bd7f-0d8c9c4bc919?technologyandversion=3605666&expertiselevel=3605661 https://www.skillsoft.com/channel/android-development-311a2471-29d1-11e7-bd7f-0d8c9c4bc919?technologyandversion=3605667&expertiselevel=3605661 https://www.skillsoft.com/channel/android-development-311a2471-29d1-11e7-bd7f-0d8c9c4bc919?technologyandversion=3605668&expertiselevel=3605661 https://www.skillsoft.com/channel/android-development-311a2471-29d1-11e7-bd7f-0d8c9c4bc919?technologyandversion=3605669&expertiselevel=3605661 https://www.skillsoft.com/channel/android-development-311a2471-29d1-11e7-bd7f-0d8c9c4bc919?technologyandversion=3605662&expertiselevel=3605665 https://www.skillsoft.com/channel/android-development-311a2471-29d1-11e7-bd7f-0d8c9c4bc919?technologyandversion=3605663&expertiselevel=3605665 https://www.skillsoft.com/channel/android-development-311a2471-29d1-11e7-bd7f-0d8c9c4bc919?technologyandversion=3605667&expertiselevel=3605665 https://www.skillsoft.com/channel/android-development-311a2471-29d1-11e7-bd7f-0d8c9c4bc919?technologyandversion=3605670&expertiselevel=3605665
  • 8 Books | 51h 25m
  • 2 Courses | 1h 27m 36s
  • 8 Books | 51h 4m
  • 4 Courses | 4h 33m 16s
  • 5 Books | 18h 39m
  • 1 Course | 1h 21m 4s
  • 4 Courses | 4h 41m 56s
  • 6 Books | 21h 52m
  • 2 Courses | 1h 27m 36s
  • 8 Books | 47h 13m
  • 14 Courses | 14h 47m 52s
  • 7 Books | 44h 39m
  • 3 Courses | 2h 31m 38s
  • 8 Books | 27h 43m
  • 6 Courses | 8h 37m 19s
  • 2 Books | 11h 44m
  • Includes Lab
Likes 136 Likes 136
 
Develop apps for Android, Google's ubiquitous OS driving devices across the globe.

GETTING STARTED

New Features For Developers

  • Playable
    1. 
    Lollipop Overview
    2m 52s
    NOW PLAYING
  • Playable
    2. 
    Concurrent Activities
    3m 50s
    UP NEXT

GETTING STARTED

Introduction to Android Development

  • Playable
    1. 
    Introduction to Android
    5m 52s
    NOW PLAYING
  • Playable
    2. 
    Android Interfaces and Architecture
    6m 20s
    UP NEXT

GETTING STARTED

Testing Android Apps

  • Playable
    1. 
    Introduction To Genymotion
    4m 23s
    NOW PLAYING
  • Playable
    2. 
    Genymotion Platform
    3m 11s
    UP NEXT

GETTING STARTED

Architecture & Development Best Practices

  • Playable
    1. 
    Understanding  the Android Environment
    5m 19s
    NOW PLAYING
  • Playable
    2. 
    Installing Android Standalone SDK Tools
    7m 55s
    UP NEXT

GETTING STARTED

New Features For Developers

  • Playable
    1. 
    Lollipop Overview
    2m 52s
    NOW PLAYING
  • Playable
    2. 
    Concurrent Activities
    3m 50s
    UP NEXT

GETTING STARTED

Introduction to Xamarin For .NET

  • Playable
    1. 
    Xamarin Basics
    4m 57s
    NOW PLAYING
  • Playable
    2. 
    Xamarin System Requirements
    3m 47s
    UP NEXT

GETTING STARTED

Android Activities, Connectivity, & Services

  • Playable
    1. 
    The Activity Life Cycle
    4m 29s
    NOW PLAYING
  • Playable
    2. 
    Activities and Services
    7m 14s
    UP NEXT

GETTING STARTED

Mobile App Development: An Introduction to Android Development

  • Playable
    1. 
    Course Overview
    2m 27s
    NOW PLAYING
  • Playable
    2. 
    The Android Operating System
    4m 39s
    UP NEXT

COURSES INCLUDED

New Features For Developers
Android Lollipop is distinctly different from previous updates to the Android platform. Big architectural changes have taken place and a lot of new APIs are available. Explore new features and APIs for Android Lollipop app development.
9 videos | 32m available Badge
Updates for Developers
Learn about the updates and concepts of Android Lollipop, including camera, media playback, storage access framework, and network API updates. In addition, learn about testing, accessibility, screen pinning, and permissions.
16 videos | 55m available Badge

COURSES INCLUDED

Introduction to Android Development
Although most may be familiar with the Android operating system for mobile phones and tablets, it is also used with many other types of devices. In this course, you will explore the uses of Android and how to create your first Android app. Learn about Android's various interfaces and its architecture. Follow the steps to install Android Studio. Identify Android versions and determine which one is best for you. Set up the Android Software Development Kit (SDK) platforms and Gradle in Android Studio. Specify a design theme, setup activity_main.xml, and define the Android manifest for your projects.
10 videos | 1h 3m has Assessment available Badge
Android App Structure & Formatting
Android apps are designed with a specialized XML. During this course, you will discover how to run Android apps via a connected Android device or through the device emulator. Learn how to import projects from other Integrated Development Environments (IDEs), and import code samples into Android Studio. Explore the concept and uses of Android material design. Observe how to identify the features of the Android User Interface class, and work with Android Studio's text formats, layouts, styles, colors, and themes. From there, you can see how to integrate images into your Android projects. Finally, as a review exercise, you will configure a virtual device with Android Studio.
11 videos | 56m has Assessment available Badge
Android App Layout
Android apps are laid out using a powerful form of XML found in Android Studio. This course explores the Android app layout and layout modification techniques. Begin by discovering the purpose of view groups in Android development. next, learn about Android parents, children, and siblings, as well as linear layout, layout weight, and relative layout. From there, you can set up portrait or landscape orientation for your projects. Conclude by getting familiar with explicit and implicit intents, margins, padding, and the ConstraintLayout feature of Android Studio to create responsive user interfaces (UIs).
13 videos | 1h 10m has Assessment available Badge
Creating an Android App with Java
Android apps need to be interactive and that means programming in Java. During this course, you will discover how to create an app, from layout to Java code. Begin by exploring how to integrate interactivity and gestures into your apps, and make your interface fit properly on the screen. Next you will learn how to set up buttons on your interface, and initialize variables in the system, along with the conditional logic of IF and ELSE statements. As you progress, you will learn how to program a Decimal Event, and deal with special input characters, such as math operators in a calculator application. Conclude by working with programmatic designs to save time and automate solutions.
13 videos | 1h 23m has Assessment available Badge
SHOW MORE
FREE ACCESS

COURSES INCLUDED

Testing Android Apps
Genymotion is an efficient Android emulator for testing Android applications. Learn about main concepts, from configuration to deploying a test application to the Emulator.
21 videos | 1h 21m has Assessment available Badge

COURSES INCLUDED

Architecture & Development Best Practices
Given the relatively open nature of the Android development environment, developers should understand the OS structure, as well as how to securely protect application code. Discover the Android environment and overall architecture.
14 videos | 1h 11m has Assessment available Badge
Protection Best Practices
Learn the basics of key Android OS security features, including enabling the ProGuard tool, creating a signing key and certificate, leveraging Linux security, and declaring and enforcing permissions.
10 videos | 1h 21m available Badge
Security Vulnerabilities & Enterprise Considerations
There are a variety of tools and methods for testing Android applications in hopes of exposing potential vulnerabilities prior to deployment. Learn about various vulnerabilities as they pertain specifically to Android applications.
10 videos | 48m has Assessment available Badge
Security Vulnerabilities & Testing
Learn how to secure Android devices and applications for the enterprise environment, including planning penetration testing and performing forensics and hacking techniques on Android applications.
16 videos | 1h 20m has Assessment available Badge
SHOW MORE
FREE ACCESS

COURSES INCLUDED

New Features For Developers
Android Lollipop is distinctly different from previous updates to the Android platform. Big architectural changes have taken place and a lot of new APIs are available. Explore new features and APIs for Android Lollipop app development.
9 videos | 32m available Badge
Updates for Developers
Learn about the updates and concepts of Android Lollipop, including camera, media playback, storage access framework, and network API updates. In addition, learn about testing, accessibility, screen pinning, and permissions.
16 videos | 55m available Badge

COURSES INCLUDED

Introduction to Xamarin For .NET
The Xamarin.Android platform provides a means to design and develop Android applications using .NET/C# in Visual Studio, or the native Xamarin IDE. Here you will learn how to prepare an Xamarin development environment.
12 videos | 1h 25m has Assessment available Badge
Creating an Android Application
C#/.NET has a small learning curve letting new developers quickly get started developing mobile Android applications. Explore some of the basics involved in developing Android applications.
13 videos | 1h 34m available Badge
Android OS Overview
The Android mobile platform has become extremely popular. Explore the history of the Android platform and some of the APIs available.
12 videos | 1h 2m available Badge
Device Rotation, Permissions, & Services
The Android OS is widely used to create mobile applications for a wide variety of devices. Explore Android development fundamentals and some features you can include in your mobile applications.
8 videos | 48m available Badge
Debugging, Profiling, & Publishing
As with all application development, testing is an important part of the process. Learn testing and debugging techniques, and how to deploy you finished Android application.
7 videos | 53m available Badge
User Interface Elements
The user interface can be the difference between a good application and a great one. Discover the layout and navigation elements available for use in the Xamarin.Android development environment.
11 videos | 1h 16m available Badge
User Interface Design Features
Views provide elegant methods of displaying interactive data to users of your applications. Explore some of the views available for your Xamarin.Android apps, including ListView, CardView, and GridView.
12 videos | 1h 9m available Badge
User Interface Date & Time
The Android platform offers a host of useful user interface components for your applications. Master some of the standard elements available, such as Calendars, Date and Time pickers, Spinners, and Autocomplete.
10 videos | 1h 15m available Badge
Approaches to .NET Development
In addition to Xamarin.Android, other cross-platform development solutions exist. Learn about the Apache Cordova framework and how to develop cross-platform applications using C++.
11 videos | 39m has Assessment available Badge
Platforms & Publishing
Apache Cordova is one of a number of alternative cross-platform development solutions to Xamarin.Android. Discover how to deploy, run, and publish your Cordova applications.
11 videos | 1h 5m available Badge
Java, Garbage Collection, & Debugging
Java developers can transition into Xamarin.Android using C# relatively quickly and easily. Explore resources and examples to help make that move, and look at garbage collection and debugging.
15 videos | 1h available Badge
Java & Runtime
Moving from Java to Xamarin.Android using C# is not that big of a leap. Explore some advanced runtime issues you should consider in the development process, including adjusting system properties and managing package size.
6 videos | 34m available Badge
Advanced Design, Build, & Android Wear
A number of design and background processes are used by your development environment. Examine some "under the hood" processes of Xamarin.Android apps and their build process, and how to write apps targeting the Android Wear platform.
19 videos | 1h 24m has Assessment available Badge
Installation, Requirements, & Android Wear
You must be able to test your application when developing Xamarin.Android apps using Visual Studio. Discover how to install, configure, and use the Visual Studio Emulator for Android for testing.
6 videos | 29m has Assessment available Badge
SHOW MORE
FREE ACCESS

COURSES INCLUDED

Android Activities, Connectivity, & Services
Android devices are connected devices. Take this course to discover the Android activity life cycle, activities and services, data storage types, local and external databases, and the broadcast receiver. Learn about the broadcast receiver class and content providers. See how to create a service class. Then, as a review exercise, you will create an Android 6.0 (Marshmallow) broadcast receiver that uses an intent.
10 videos | 48m has Assessment available Badge
Android Defensive Programming & Security
Any application development requires an understanding of security. In this course you wil explore defensive programming and security in Android, including errors and exceptions, and malware and threat detection. You will learn about Java errors, exceptions, exception classes, unit tests, the JUnit test API, and UI tests. Other topics include how to spot common mobile security issues, and how to recognize Android malware. You'll observe how to use reverse engineering to specify how to reveal threats in Android development. Finally, you will examine techniques and tools associated with defensive programming and security in Android development
10 videos | 52m has Assessment available Badge
Android Debugging & Testing
A key element of Android development is debugging and testing. This course explores Android debugging, including Logcat, and testing with Android Studio. Begin by learning how to debug and test your apps with Android Studio, Toast, the Android Studio terminal, and with Logcat. Next, study debugging breakpoints to trace code faults. Review best practices to test in Android Studio. Run automated unit testing with dependencies, unit tests, and instrumental tests. See how to package your tested apps for distribution. Finally, as a review exercise, you will describe testing and create Android messages.
8 videos | 51m has Assessment available Badge

COURSES INCLUDED

Mobile App Development: An Introduction to Android Development
In this purely theoretical course, you'll be introduced to the concepts around building applications for the Android OS. You'll learn about the different pieces that come together to form an Android app, from IDEs to source and static resource files.
10 videos | 1h 1m has Assessment available Badge
Mobile App Development: Building a Basic Android App
The best way to learn Android application development is to get hands-on practice. In this course, you'll learn how to create a simple app and go through all the steps involved to create the project. You'll then examine how to define the appearance and logic of the app, as well as how to deploy and test it on a virtual device emulator.
15 videos | 1h 37m has Assessment available Badge
Mobile App Development: Defining the UI for an Android App
A good design for the screens in your Android app is crucial for good user experience. In this course, you'll learn about the pieces that go into defining the layouts for your app, how they can be structured, and how common components can be re-used.
12 videos | 1h 12m has Assessment available Badge
Mobile App Development: Coding the Behavior of an Android App
In this course, you'll focus on defining the business logic of an Android application using the Kotlin language. You'll learn how to implement inheritance, convey messages between activities, and use imported libraries to retrieve and parse JSON data.
13 videos | 1h 26m has Assessment available Badge
Mobile App Development: Authentication in an Android App
In this course, you'll learn how to introduce authentication and a database into your Android application. You'll discover how to integrate an app with Google's Firebase platform, with focus on its authentication service and real-time database.
14 videos | 1h 33m has Assessment available Badge
Mobile App Development: Testing an Android App
In this course, you'll be introduced to testing for an Android app. You'll learn about basic unit testing and functional tests that need to be performed on a virtual device. You'll also examine the role of the Espresso Framework in simplifying the coding of UI tests by recording your actions on an emulator.
16 videos | 1h 45m has Assessment available Badge
SHOW MORE
FREE ACCESS

EARN A DIGITAL BADGE WHEN YOU COMPLETE THESE COURSES

Skillsoft is providing you the opportunity to earn a digital badge upon successful completion on some of our courses, which can be shared on any social network or business platform.

Digital badges are yours to keep, forever.

BOOKS INCLUDED

Book

Learn Android App Development
A hands-on tutorial and useful reference, this thorough and authoritative guide will get you quickly up to speed and help you master the Android SDK and the Java that you need for your Android Apps.
book Duration 9h 20m book Authors By Wallace Jackson

Book

Android Tablet Application Development For Dummies
Your step-by-step guide to tablet app success, this handy book helps you get the Android environment up and running, use XML to create application menus, create an icon for your app, and submit your app to the Android Market.
book Duration 5h 2m book Authors By Donn Felker

Book

Android Application Development for Dummies, 3rd Edition
If you have ambitions to build an Android app, this hands-on guide gives you easy-to-follow access to the latest programming techniques that take advantage of the new features of the Android operating system.
book Duration 5h 18m book Authors By Michael Burton

Book

Android Apps for Absolute Beginners: Covering Android 7, Fourth Edition
With the help of plain-English and practical examples, this straightforward book cuts through the fog of jargon and mystery that surrounds Android app development, and gives you simple, step-by-step instructions to get you started.
book Duration 9h 24m book Authors By Wallace Jackson

Book

Java Programming for Android Developers for Dummies, 2nd Edition
Teaching you Java basics, how to work with Android Studio, and the essentials of object-oriented programming, this book will help you quickly and painlessly discover the ins and outs of using Java to create groundbreaking Android apps-no prior experience required.
book Duration 5h 17m book Authors By Barry Burd

Book

Android Application Development: A Beginner's Tutorial
Android is the most popular mobile platform today, and this book is a thorough introduction to Android application development. A structured tutorial, it shows how to create applications and use the Android APIs through numerous examples.
book Duration 3h 10m book Authors By Budi Kurniawan

Book

Android Application Development All-in-One for Dummies, 2nd Edition
Covering the latest features and enhancements to the Android Software Developer's Kit, this friendly, hands-on guide walks you through Android programming basics, shares techniques for developing great Android applications, reviews Android hardware, and much more.
book Duration 10h 18m book Authors By Barry Burd

Book

Android: Pocket Primer
Providing coverage of the fundamental aspects of Android that are illustrated via code samples for versions 4.x through 7.x, this book contains latest material on Android VR, graphics/animation, apps, and features the new Google Pixel phone.
book Duration 3h 36m book Authors By Oswald Campesato

BOOKS INCLUDED

Book

Android Tablet Application Development For Dummies
Your step-by-step guide to tablet app success, this handy book helps you get the Android environment up and running, use XML to create application menus, create an icon for your app, and submit your app to the Android Market.
book Duration 5h 2m book Authors By Donn Felker

Book

Learn Android App Development
A hands-on tutorial and useful reference, this thorough and authoritative guide will get you quickly up to speed and help you master the Android SDK and the Java that you need for your Android Apps.
book Duration 9h 20m book Authors By Wallace Jackson

Book

Android Application Development: A Beginner's Tutorial
Android is the most popular mobile platform today, and this book is a thorough introduction to Android application development. A structured tutorial, it shows how to create applications and use the Android APIs through numerous examples.
book Duration 3h 10m book Authors By Budi Kurniawan

Book

Android Application Development for Dummies, 3rd Edition
If you have ambitions to build an Android app, this hands-on guide gives you easy-to-follow access to the latest programming techniques that take advantage of the new features of the Android operating system.
book Duration 5h 18m book Authors By Michael Burton

Book

Java Programming for Android Developers for Dummies, 2nd Edition
Teaching you Java basics, how to work with Android Studio, and the essentials of object-oriented programming, this book will help you quickly and painlessly discover the ins and outs of using Java to create groundbreaking Android apps-no prior experience required.
book Duration 5h 17m book Authors By Barry Burd

Book

Android Application Development All-in-One for Dummies, 2nd Edition
Covering the latest features and enhancements to the Android Software Developer's Kit, this friendly, hands-on guide walks you through Android programming basics, shares techniques for developing great Android applications, reviews Android hardware, and much more.
book Duration 10h 18m book Authors By Barry Burd

Book

Android Recipes: A Problem-Solution Approach, Fifth Edition
Crammed with insightful instruction and helpful examples, this resource-filled cookbook is your guide to writing apps for one of today's hottest mobile platforms, offering pragmatic advice that will help you get the job done quickly and well.
book Duration 9h 3m book Authors By Dave Smith, Erik Hellman

Book

Android: Pocket Primer
Providing coverage of the fundamental aspects of Android that are illustrated via code samples for versions 4.x through 7.x, this book contains latest material on Android VR, graphics/animation, apps, and features the new Google Pixel phone.
book Duration 3h 36m book Authors By Oswald Campesato
SHOW MORE
FREE ACCESS

BOOKS INCLUDED

Book

Learn Android Studio 3: Efficient Android App Development
With practical examples throughout, this book will teach you how to build Android apps using the popular and efficient Android Studio 3 suite of tools, an integrated development environment (IDE) for Android developers using Java APIs.
book Duration 2h 56m book Authors By Ted Hagos

Book

Beginning Android Programming with Android Studio, Fourth Edition
Taking a hands-on approach to teaching you how to create Android applications for the latest OS and the newest devices, including both smartphones and tablets, this step-by-step resource starts with the basics and goes on to provide you with everything you need to know to begin to successfully develop your own Android applications.
book Duration 4h 14m book Authors By J. F. DiMarzio

Book

Expert Android Studio
Packed with best practices and advanced tips and techniques on Android tools, development cycle, continuous integration, release management, testing, and performance, this book offers professional guidance to experienced developers who want to push the boundaries of the Android platform with the developer tools.
book Duration 4h 44m book Authors By Murat Yener, Onur Dundar

Book

Learn Android Studio 3 with Kotlin: Efficient Android App Development
Using a learn-by-doing format, with many demo projects throughout, this book will teach you the latest and most productive features in the Android tools ecosystem, ensuring quick Android app development and minimal effort on your part.
book Duration 5h 2m book Authors By Ted Hagos

Book

Android Studio IDE Quick Reference: A Pocket Guide to Android Studio Development
Packed with useful information and a must-read for any mobile or Android app developer or programmer, this concise reference book for Android Studio 3 presents the essential Android Studio functions in a well-organized format that can be used as a handy reference.
book Duration 1h 43m book Authors By Ted Hagos
SHOW MORE
FREE ACCESS

BOOKS INCLUDED

Book

Beginning Android Programming with Android Studio, Fourth Edition
Taking a hands-on approach to teaching you how to create Android applications for the latest OS and the newest devices, including both smartphones and tablets, this step-by-step resource starts with the basics and goes on to provide you with everything you need to know to begin to successfully develop your own Android applications.
book Duration 4h 14m book Authors By J. F. DiMarzio

Book

Android Studio New Media Fundamentals: Content Production of Digital Audio/Video, Illustration and 3D Animation
Introducing the reader to the concepts and terminology behind digital imaging, digital illustration, and digital audio, this book covers how to develop and optimize these types of content for use in Android OS using Android Studio 5.3.1.
book Duration 2h 50m book Authors By Wallace Jackson

Book

Expert Android Studio
Packed with best practices and advanced tips and techniques on Android tools, development cycle, continuous integration, release management, testing, and performance, this book offers professional guidance to experienced developers who want to push the boundaries of the Android platform with the developer tools.
book Duration 4h 44m book Authors By Murat Yener, Onur Dundar

Book

Android Studio IDE Quick Reference: A Pocket Guide to Android Studio Development
Packed with useful information and a must-read for any mobile or Android app developer or programmer, this concise reference book for Android Studio 3 presents the essential Android Studio functions in a well-organized format that can be used as a handy reference.
book Duration 1h 43m book Authors By Ted Hagos

Book

Learn Android Studio: Build Android Apps Quickly and Effectively
Introducing Android Studio and its rich tools ecosystem, including Git and Gradle, this authoritative book covers how Android Studio works seamlessly with Git, for source control, and Gradle, a build and test tool.
book Duration 5h 25m book Authors By Adam Gerber, Clifton Craig

Book

Learn Android Studio 3: Efficient Android App Development
With practical examples throughout, this book will teach you how to build Android apps using the popular and efficient Android Studio 3 suite of tools, an integrated development environment (IDE) for Android developers using Java APIs.
book Duration 2h 56m book Authors By Ted Hagos
SHOW MORE
FREE ACCESS

BOOKS INCLUDED

Book

Introduction to Android Application Development, First Edition
Offering a gentle beginning to Android application development, this guide will show you how to create applications and use Android APIs to easily use user interface (UI) components, play and record audio and video, write games and animation, store and retrieve data, search the Internet, and more.
book Duration 48m book Authors By Budi Kurniawan, Daniel Perry

Book

Android Recipes: A Problem-Solution Approach, Fifth Edition
Crammed with insightful instruction and helpful examples, this resource-filled cookbook is your guide to writing apps for one of today's hottest mobile platforms, offering pragmatic advice that will help you get the job done quickly and well.
book Duration 9h 3m book Authors By Dave Smith, Erik Hellman

Book

Android Application Development All-in-One for Dummies, 2nd Edition
Covering the latest features and enhancements to the Android Software Developer's Kit, this friendly, hands-on guide walks you through Android programming basics, shares techniques for developing great Android applications, reviews Android hardware, and much more.
book Duration 10h 18m book Authors By Barry Burd

Book

Beginning Android Application Development
Providing an overview of the core Android features and tools, this must-read guide uses real-world examples and moves at a steady pace while teaching everything you need to know to successfully develop your own Android applications.
book Duration 4h 14m book Authors By Wei-Meng Lee

Book

Android Application Development: A Beginner's Tutorial
Android is the most popular mobile platform today, and this book is a thorough introduction to Android application development. A structured tutorial, it shows how to create applications and use the Android APIs through numerous examples.
book Duration 3h 10m book Authors By Budi Kurniawan

Book

Android Application Development for Dummies, 3rd Edition
If you have ambitions to build an Android app, this hands-on guide gives you easy-to-follow access to the latest programming techniques that take advantage of the new features of the Android operating system.
book Duration 5h 18m book Authors By Michael Burton

Book

Learn Android App Development
A hands-on tutorial and useful reference, this thorough and authoritative guide will get you quickly up to speed and help you master the Android SDK and the Java that you need for your Android Apps.
book Duration 9h 20m book Authors By Wallace Jackson

Book

Android Tablet Application Development For Dummies
Your step-by-step guide to tablet app success, this handy book helps you get the Android environment up and running, use XML to create application menus, create an icon for your app, and submit your app to the Android Market.
book Duration 5h 2m book Authors By Donn Felker
SHOW MORE
FREE ACCESS

BOOKS INCLUDED

Book

Programming Business Applications for the Android Tablet
Focusing on such common business uses as database management, web-based user interfaces, and graphic representation of data, this step-by-step guide provides a quick start for prototyping applications on the mobile platform for the business applications programmer.
book Duration 3h 12m book Authors By James C. Sheusi

Book

Android Security Internals: An In-Depth Guide to Android's Security Architecture
Taking us under the hood of the Android security system, this book describes Android security architecture from the bottom up, delving into the implementation of major security-related components and subsystems, like Binder IPC, permissions, cryptographic providers, and device administration.
book Duration 7h 31m book Authors By Nikolay Elenkov

Book

Android Recipes: A Problem-Solution Approach, Fifth Edition
Crammed with insightful instruction and helpful examples, this resource-filled cookbook is your guide to writing apps for one of today's hottest mobile platforms, offering pragmatic advice that will help you get the job done quickly and well.
book Duration 9h 3m book Authors By Dave Smith, Erik Hellman

Book

Wearable Android: Android Wear & Google Fit App Development
Providing relevant history, background and core concepts, this book covers wearable computing and wearable application development particularly for Android Wear (smartwatches) and Google Fit (fitness sensors).
book Duration 3h 37m book Authors By Sanjay M. Mishra

Book

Android Design Patterns: Interaction Design Solutions for Developers
Featuring tablet-specific patterns and patterns for avoiding results you don't want, this fully illustrated step-by-step guide provides extremely useful tools for developers who want to take advantage of the booming Android app development market.
book Duration 5h 33m book Authors By Greg Nudelman

Book

Learn Android App Development
A hands-on tutorial and useful reference, this thorough and authoritative guide will get you quickly up to speed and help you master the Android SDK and the Java that you need for your Android Apps.
book Duration 9h 20m book Authors By Wallace Jackson

Book

Android Programming: Pushing the Limits
Delivering expert tips, tricks and little-known techniques for pushing the Android envelope, this expert guide will help you unleash the power of the Android OS and build the kinds of brilliant, innovative apps users love to use.
book Duration 6h 23m book Authors By Erik Hellman
SHOW MORE
FREE ACCESS

BOOKS INCLUDED

Book

Learn Android Studio 3: Efficient Android App Development
With practical examples throughout, this book will teach you how to build Android apps using the popular and efficient Android Studio 3 suite of tools, an integrated development environment (IDE) for Android developers using Java APIs.
book Duration 2h 56m book Authors By Ted Hagos

Book

Learn Android Studio: Build Android Apps Quickly and Effectively
Introducing Android Studio and its rich tools ecosystem, including Git and Gradle, this authoritative book covers how Android Studio works seamlessly with Git, for source control, and Gradle, a build and test tool.
book Duration 5h 25m book Authors By Adam Gerber, Clifton Craig

Book

Beginning Android Programming with Android Studio, Fourth Edition
Taking a hands-on approach to teaching you how to create Android applications for the latest OS and the newest devices, including both smartphones and tablets, this step-by-step resource starts with the basics and goes on to provide you with everything you need to know to begin to successfully develop your own Android applications.
book Duration 4h 14m book Authors By J. F. DiMarzio

Book

Expert Android Studio
Packed with best practices and advanced tips and techniques on Android tools, development cycle, continuous integration, release management, testing, and performance, this book offers professional guidance to experienced developers who want to push the boundaries of the Android platform with the developer tools.
book Duration 4h 44m book Authors By Murat Yener, Onur Dundar

Book

Android Studio IDE Quick Reference: A Pocket Guide to Android Studio Development
Packed with useful information and a must-read for any mobile or Android app developer or programmer, this concise reference book for Android Studio 3 presents the essential Android Studio functions in a well-organized format that can be used as a handy reference.
book Duration 1h 43m book Authors By Ted Hagos

Book

Android Studio New Media Fundamentals: Content Production of Digital Audio/Video, Illustration and 3D Animation
Introducing the reader to the concepts and terminology behind digital imaging, digital illustration, and digital audio, this book covers how to develop and optimize these types of content for use in Android OS using Android Studio 5.3.1.
book Duration 2h 50m book Authors By Wallace Jackson

Book

Android Studio Game Development: Concepts and Design
Walking you through the process of creating mobile games using the new Android Studio IDE, this book introduces you to the key tools in Android Studio and gives you the knowledge you need to develop games in Android Studio.
book Duration 49m book Authors By J. F. DiMarzio

Book

Learn Android Studio 3 with Kotlin: Efficient Android App Development
Using a learn-by-doing format, with many demo projects throughout, this book will teach you the latest and most productive features in the Android tools ecosystem, ensuring quick Android app development and minimal effort on your part.
book Duration 5h 2m book Authors By Ted Hagos
SHOW MORE
FREE ACCESS

BOOKS INCLUDED

Book

Android Application Development All-in-One for Dummies, 3rd Edition
With a market share like Android's, the stakes couldn't be higher. This friendly, easy-to-follow book levels the field and gives you the tools you need to take on the world.
book Duration 11h 12m book Authors By Barry Burd, John Paul Mueller

Book

Fundamentals of Android App Development: Android Development for Beginners to Learn Android Technology, SQLite, Firebase and Unity
Teaching you how to structure your android app and design flexible and interactive interfaces, this hands-on book will help you develop your app on various platforms such as smartphones and tablets.
book Duration 32m book Authors By Sujit Kumar Mishra

SKILL BENCHMARKS INCLUDED

Mobile App Development Using Java Literacy (Beginner Level)
The Mobile App Development Using Java Literacy (Beginner Level) benchmark measures your knowledge of the concepts around building applications for the Android OS. You will be evaluated on your skills in creating a simple app, creating the project, defining the appearance and logic of the app, and deploying and testing it on a virtual device emulator. A learner who scores high on this benchmark demonstrates that they have the skills to apply the basic concepts of Android app development and the different steps involved in creating, coding, building, and deploying an Android application.
17m    |   17 questions
Mobile App Development Using Java Competency (Intermediate Level)
The Mobile App Development Using Java Competency (Intermediate Level) benchmark evaluates your knowledge of defining and structuring the layout for your app and reusing common components. You will be evaluated on your skills in defining the business logic of an Android app using Kotlin, implementing inheritance, conveying messages between activities, and using imported libraries to retrieve and parse JSON data. A learner who scores high on this benchmark demonstrates that they have the skills to recognize and use a variety of view elements and structures to design and develop a user-friendly Android application using Kotlin.
20m    |   20 questions
Mobile App Development Using Java Proficiency (Advanced Level)
The Mobile App Development Using Java Proficiency (Advanced Level) benchmark measures your knowledge of integrating an app with Google's Firebase platform, applying an authentication service, and connecting to a real-time database. You will be evaluated on your skills in creating unit and instrumented tests for your Android app and defining UI tests using the Espresso framework. A learner who scores high on this benchmark demonstrates that they have the skills to integrate an authentication service and a cloud-hosted database into your Android app and can perform basic unit and functional testing.
20m    |   20 questions