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,861 ratings)
395,555 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
  • 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
  • Comparing Strings13:32
  • 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
  • Useful Loop Calculations - Input Validation and a User Controlled Loop13:08
  • Useful Loop Calculations Part 218:50
  • Working with Files19:32
  • Methods21:21
  • Introduction to Arrays12:30
  • 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
  • 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
  • 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