Discover Classes. Earn Rewards.

Android™ Application Development is unfortunately unavailable

Thankfully we have 371 other Tech Classes for you to choose from. Check our top choices below or see all classes for more options.

Adobe Photoshop Bootcamp

Noble Desktop @ 185 Madison Ave, New York, NY & Virtually Online

Enhance your photos and create stunning graphics with this comprehensive Photoshop course. From removing unwanted elements to making precise selections, you'll master essential techniques to transform your images. Unleash your creativity and learn from industry experts at Noble Desktop.

(372) All levels 18 and older
$975

3 sessions

Gift it!

Python for Data Science Bootcamp

Noble Desktop @ 185 Madison Ave, New York, NY & Virtually Online

Uncover the power of Python for analyzing real-world data sets in this hands-on course at Noble Desktop. Explore Python fundamentals and learn how to create programs, work with data, visualize insights, and develop machine learning models. Elevate your data science skills with the Python for Data Science Bootcamp.

(372) All levels 18 and older
$1,495

5 sessions

Gift it!

Adobe InDesign Bootcamp

Noble Desktop @ 185 Madison Ave, New York, NY & Virtually Online

Master the art of page layout and design with Adobe InDesign at Noble Desktop. Create stunning books, magazines, and advertisements while learning essential techniques for professional typesetting. Elevate your design skills and unleash your creativity with this comprehensive InDesign course.

(372) All levels 18 and older
$975

3 sessions

Gift it!

Graphic Design Certificate

Noble Desktop @ 185 Madison Ave, New York, NY & Virtually Online

Learn the Adobe Creative Cloud apps used by professionals and master graphic design concepts to create stunning modern designs and build an impressive portfolio that showcases your skills to prospective clients or employers.

(372) All levels 18 and older
$2,995

14 sessions

Gift it!

Excel Specialist Certification Program

NYIM Training @ 185 Madison Ave, New York, NY & Virtually Online

Enhance your Excel skills and become a certified specialist through NYIM Training's comprehensive program, offering hands-on training, private sessions, and an exam with a free retake.

(742) All levels 18 and older
$899

3 sessions

Gift it!
See all Tech classes NYC

Android™ Application Development

  • Beginner
  • 18 and older
  • $2,795
  • (Exact location to be announced), New York, NY
  • 40 hours over 5 sessions

Start Dates (0)

  • $2,795
  • NY - Manhattan @ (Exact location to be announced), New York, NY 00000
  • 40 hours over 5 sessions
Showing 10 of 0

Class Description

Description

What you'll learn in this google android training:

All HOTT courses are available face-to-face, remote-live, on-demand or on-site at your facility

This hands-on course conveys the fundamental skills necessary to deploy Android Apps on mobile devices such as phones and tablets. Attendees will design and build a variety of Android Apps throughout the course. Previous Java programming knowledge is not essential, but basic programming experience is required. Java code used in the exercises is fully explained.

The course emphasizes proper layout of the user interface (UI), including how to add buttons, labels, textboxes, checkboxes, images and other widgets to the UI. Students will learn how to utilize Android's XML-based layout system, which builds the UI with containers and widgets, as well as how to set wallpapers and add menus to the UI. Students practice with dialog techniques including the display of popup messages.

Students also learn how to handle screen rotation, and how to define UIs so they can adjust for different screen sizes. The course teaches students how to accept user input from keyboards (either externally attached or from the built-in keyboard), how to use the date/time picker, and how to present users with choices using Selection Lists. Students will learn how to add tabs to the UI, as well as how to display HTML content using the built-in WebKit browser.


Students will learn how to program control of state changes in the Activity Lifecycle: active, paused, stopped or dead. For instance, since Apps often run on phones, taking a call may send an App from the active state to the paused state. Or, if battery life is low the App may be forced into the dead state. Student will learn how to manage Activities moving between these states so that Apps can, for example, save inputted data before transitioning into the dead or paused state. Also related to this is the ability for an Activity to launch Sub-Activities, which allows Apps to run processes in the background (such as downloading files).


Coverage of data storage includes best practices for storing images and files. Student will also learn how to embed SQLite databases in Apps, and then use these databases to store and retrieve any kind of data.


The course emphasizes Service Oriented Architecture (SOA), and students learn how to connect Apps to web services such as Google Maps and UPS's package tracking API. In addition to using outside web services, the course also demonstrates how to use many of a phone or tablet's built-in features such as the camera, location service (which determines where the device is physically located), and the Accelerometer (which determines if the device is being tilted and how fast it's being tilted). Additional topics include how to play audio and video, and standard techniques for storage and retrieval.


Students employ Android Studio to perform comprehensive hands on exercises throughout the course to reinforce learning and develop real competency. Various alternative App development environments are compared to Android Studio, including Flex, Air, PhoneGap and Eclipse.


Students may bring in their own Android device and USB cable, if they prefer to test on physical Android hardware. Students who do not provide their own Android devices will use Android emulators during class lab work.


Course Prerequisites

Prior experience with a scripting or programming language is required. Java skills are helpful but not required.


Course Overview


Getting Started with Android App Development

  • Fundamental Components of Android Phones and Tablets
  • Installing and Configuring Eclipse to Create Apps
  • Testing Apps Using the Simulator
  • Understanding Service Oriented Architecture (SOA)

Creating the User Interface (UI)

  • Core Components of Android User Interfaces (UIs)
  • Using Android’s XML-Based Layout System to Define UIs
  • Common Widgets
       - Buttons
       - Labels
       - Checkboxes
  • UI Layout Best Practices

Mastering User Interface Layouts

  • Pros And Cons of Different Layout Models
  • Using Containers to Control the Location of Widgets
  • Defining a Widget's Position Relative to Other Widgets
  • Overlapping Widgets
  • Using Table-Based Layouts
  • Enabling Scrolling

Accepting User Input

  • The Android Input Method Framework
  • Getting Input from Attached and/or Internal Keyboards
  • Processing Choices with Selection Lists
  • Adding Icons to Selection Lists
  • Using Sliders and Checkboxes
  • Using Date and Time Pickers
  • Responding to Taps And Swipes

Menus, ActionBars and Popups

  • Adding Traditional Application Menus to Apps
  • Displaying Context Menus When Users Tap and Hold
  • Using Actionbars (Toolbars For Android Apps)
  • Displaying Popup Messages

Advanced User Interfaces and the WebKit Browser

  • Embedding HTML Content in Apps with WebKit
  • Displaying Analog and Digital Clocks
  • Using Tabs to Display Multiple UIs
  • Applying Standard Styles and Fonts
  • Creating Reusable UI Components with Fragments

Working with App Activities and Intent Filters

  • The Application Activity Lifecycle
  • Saving Data when Apps are Paused Or Killed
  • Using Threads to Run Background Services
  • Launching Sub-Activities
  • Handling Phone Calls
  • Optimizing Device Resources

Data Management

  • Embedding SQLite Databases in Apps
  • Permanently Storing Data in Local Databases
  • Retrieving Database Data when Apps Start
  • Best Practices for Data Management

Saving Files and Images

  • Storing Images, Strings and Arrays
  • Playing Audio and Video Files
  • Best Practices for Saving Files
  • Creating and Storing Wallpapers

Using Java Libraries and Web Services

  • Using Pre-Compiled Java Libraries
  • Connecting to Web Services (such as Google Maps)
  • Downloading Internet Content

Handling Rotation and Different Screen Sizes

  • Different Strategies for Handing Screen Rotations
  • Controlling UI Changes when Screens Rotate
  • Issues Related to Tablets and Larger Screens
  • Creating UIs that are Compatible with All Screen Sizes (Right-Sizing)

Working with Built-in Android Features

  • Accessing and Using MapView
  • Getting the Location of the Phone Or Tablet
  • Working with the Camera
  • Working with Permissions and the Security Framework

Deploying to Android Devices

  • Checking for and Requiring Phone or Tablet Features
  • Deploying to the Android Store
  • Deploying Directly to Devices

Alternative Development Options and Other Resources

  • Building Apps with PhoneGap
  • Using Flex, Air and Other Development Options
  • Locating Resources and Help

Refund Policy

Tuition includes all course materials. Students may withdraw before the second day of class to receive a 100% refund, provided course materials are returned to the instructor. Prorated refunds may be granted for withdrawals after the first day.

Cancellations and Changes: There are no cancellation fees.

Attendance Requirements: Students must attend each day of a course and successfully complete hands on exercises in order to receive a certificate of completion. If a student wishes to retake any portion of a class that he or she completes, the student may do so within 12 months at no extra cost.

Intended Audience: Hands On Technology Transfer, Inc., provides IT training designed for technology professionals who wish to quickly upgrade their computer skills. In most states, the employer bears all training costs.

Reviews of Classes at Hands On Technology Transfer, Inc. (7)

Benefits of Booking Through CourseHorse

  • Booking is safe. When you book with us your details are protected by a secure connection.
  • Lowest price guaranteed. Classes on CourseHorse are never marked up.
  • This class will earn you 27950 points. Points give you money off your next class!

Questions & Answers (0)

Get quick answers from CourseHorse and past students.

Hands On Technology Transfer, Inc.

HOTT delivers instructor-led technical training across the United States, Canada and the United Kingdom. Whether you attend in person, remote-live or on-demand, our classroom-based training philosophy zeroes in on your ability to work more productively and with higher quality results after training....

Read more about Hands On Technology Transfer, Inc.

CourseHorse Approved

This school has been carefully vetted by CourseHorse and is a verified NYC educator.

Hands On Technology Transfer, Inc.

Hands On Technology Transfer, Inc.

All classes at this location

Google Map

Give This Course as a Gift Card

  • Thousands of classes
  • No expiration
  • Unique and memorable gifts for any occasion
  • Personalized
  • Explore a passion, gain a new skill, discover a new hobby, engage in a memorable experience
  • Instant delivery
  • Lock in a price with the Inflation Buster Gift Card Price Adjuster™

Buy a Gift Card

Book this Class as a Group Event

Booking this class for a group? Find great private group events

Or see all Professional Group Events

Explore group events and team building activities ranging from cooking, art, escape rooms, trivia, and more.

CourseHorse Gift Cards

  • Creative & unique gift for any occasion
  • Thousands of classes & experiences
  • No expiration date
  • Instant e-delivery (or choose a date)
  • Add a personalized message
  • Lock in a price with the Inflation Buster Gift Card Price Adjuster™
Buy a Gift Card
gift card with the CourseHorse logo gift card with the CourseHorse logo
Loading...