Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Learn Android Application Development
Rating: 4.3 out of 5(16,872 ratings)
395,682 students

Learn Android Application Development

A beginner course on Android Application development
Last updated 9/2018
English
English [Auto],

What you'll learn

  • Have a good overview of the Java programming language
  • Install Android Studio and setup the environment
  • Debug an Android Application
  • Create a signed APK file to submit to the Google Play Store
  • Use Explicit and Implicit Intents
  • Make use of Fragments
  • Create a Custom List View
  • Create the Android Actionbar
  • Create a custom Toast
  • Use Shared Preferences, Files and SQLite
  • Use the AsyncTask class
  • Handle Android 6 Permissions
  • Save data in an online database (MBAAS - Backendless) and do User management

Course content

11 sections89 lectures26h 50m total length
  • Getting Ready2:39

    Install the Java Development Kit and IntelliJ IDEA to begin android development; choose the appropriate JDK version and community edition for your Windows, Mac, or Linux setup.

  • Packages, classes and running your first program9:50

    Create a new Java project in IntelliJ IDEA community, select JDK 8, organize code in com.foundations, write a HelloWorld class with a main method, print 'Hello World', and run it.

  • Variables, Literals and Constants21:04
  • Reading input from the user- The Scanner class9:48

    Learn how to read user input in Java using the scanner class, including integers and strings, and print the average. Resolve newline issues after nextInt with a consuming nextLine call.

  • Getting Input from the user using the JOptionPane class9:59
  • Comments in Java6:26

    Learn how to use Java comments, including single-line, multi-line, and documentation comments, to explain code, annotate variables and methods, and generate Javadoc for Android development.

  • Introduction to Decision Structures - Operators and Expressions10:13

    Discover how decision structures use booleans and relational and logical operators to form boolean expressions, evaluate questions, and produce true or false outcomes.

  • If, if-else, if-else-if, nested if and logical operators20:38

    Master conditional logic with if, else if, and nested if statements, using logical operators to evaluate ranges. Learn to handle user input and convert strings to integers for comparisons.

  • Check for values inside or outside a range4:43

    Master range checks in android development by using the and operator and the or operator to test values inside 50 to 60 or outside ranges, and to validate if statements.

  • Comparing Strings13:32

    Learn how to compare strings in Java by using the equals and compareTo methods, and understand why the double equals operator compares memory addresses rather than the text.

  • The Switch-Statement14:57

    Master the switch statement, which uses ordinal values to drive branching for integer and character inputs, with cases, breaks, and a default option demonstrated.

  • Introduction to Loops13:49

    Learn the three Java loop structures—while, do-while, and for—and master declaring a loop control variable, testing conditions, and updating it, including avoiding infinite loops.

  • Useful Loop Calculations - Input Validation and a User Controlled Loop13:08

    Explore practical loop techniques in Java for Android development, including input validation, running totals, sentinel values, and user-controlled loops with for and while structures.

  • Useful Loop Calculations Part 218:50
  • Working with Files19:32

    Write and read text files in Java using print writer and scanner; create, write, read, close files, handle exceptions, and compute sum and average from numeric data.

  • Methods21:21
  • Introduction to Arrays12:30

    Explore Java arrays, including fixed size, memory layout, indexing from 0, the length property, and how to declare, initialize, and iterate with for and enhanced for loops.

  • Comparing Arrays9:53
  • Copying Arrays6:45

    Explore copying arrays in Java: direct assignment shares the same object, while building a new array and copying each element avoids aliasing and preserves separate copies.

  • Highest and Lowest values / Sum and Average9:24

    Learn to find the highest and lowest values in an array and to compute the sum and average with a for loop, including length and double casting for precision.

  • Arrays with Files and String arrays13:25

    Read integers from a file into an array using a scanner and manage file existence and bounds. Then explore string arrays, including null values, and safe access.

  • The ArrayList class8:28
  • 23. Classes And Objects25:37

    Explore how classes define objects with private fields and public methods, using constructors (default and overloaded) plus getters and setters to manage properties.

  • 24. More Classes And Objects29:02

Requirements

  • No prior knowledge required. Some programming background would be beneficial.
  • PC or Mac that can run Android Studio and the Android Virtual Device.

Description

Android accounts for approximately 85% of all devices sold today (2017 Q1). It only makes sense for you to be developing applications for the Android platform.

I will take you through the basics of Android Application development, and introduce some more complex features as well. This includes the following:

  • An extensive look at the Java programming language

  • Introduction to Android, installing Android Studio.

  • Create your first Android Application, learn to debug the application and learn how to create a signed APK that you can submit to the play store.

  • Working with implicit and explicit intents

  • Detailed example of how to work with Fragments

  • Learn some customizations like a custom ListView, Toast, TextView and ActionBar

  • Learn how to save data to the phone in the form of SharedPreferences, Files and SQLite

  • Learn how to implement Android 6 Permissions

  • Read data from a RSS feed and sending SMSes programmatically

  • Learn how to save data online and do user management with Backendless (MBAAS)

By completing this course, you will have more than just basic knowledge of Android Application Development.

Join this course now!

Who this course is for:

  • Beginner Android students that want to learn how to program for the Android Mobile platform