دوراتنا

Build a Simple App in Android Studio with Java

Build a Simple App in Android Studio with Java

In this beginner project we will give you an introduction to using Android Studio and will facilitate you gaining the confidence and knowledge to begin your journey in the world of Android Development. By the end of this course you will have built an app in Android Studio using Java and will have uploaded your APK to Appetize. You will learn how to test your app on the Appetize platform. In this app you will build buttons, a TextView, an EditText, and dialog boxes. We will also cover using AVD Manager to create virtual devices that could be used to test applications in Android Studio.

  • Course by
  • Self Paced
  • 3 ساعات
  • الإنجليزية
الاشتراك الشهري
متضمن في
  • الباقة الإبتدائية @ AED 99 + VAT
    Buy Now
  • Free
اعرف المزيد
Build an App in Android Studio using Static Files

Build an App in Android Studio using Static Files

In this project you will build an Android app with text files, images, strings, and a string array that are saved as resources in the project (can be accessed by reference throughout the app). You will use the java programming language and will be given an explanation of the usefulness of using resources. In different parts of the res (resources) directory of your Android Studio project you will put text files, , create strings and all of these will be accessible for all appropriate widgets in your app.

  • Course by
  • Self Paced
  • 3 ساعات
  • الإنجليزية
الاشتراك الشهري
متضمن في
  • الباقة الإبتدائية @ AED 99 + VAT
    Buy Now
  • Free
اعرف المزيد
Build an App in Android Studio using Read-Write

Build an App in Android Studio using Read-Write

In this project you will build an Android app that creates text files in internal storage when needed, will write to those files, and will read from those files. The app will also interact with text files, images, strings, and a string array that are saved as resources in the project (can be accessed by reference throughout the app). This app will have a piece of text (from the strings file) asking the user to select the name of an author from a spinner (a type of drop down menu where the user selects from a set of options - from the strings file).

  • Course by
  • Self Paced
  • 3 ساعات
  • الإنجليزية
الاشتراك الشهري
متضمن في
  • الباقة الإبتدائية @ AED 99 + VAT
    Buy Now
  • Free
اعرف المزيد
Build an App in Android Studio using Activities

Build an App in Android Studio using Activities

In this project you will create an Android app that that uses four activities . You will begin with an Android Studio project that has an ActivityMain.java file (with nothing added to it) and an activity_main.xml file (with nothing added to it). You will create three new activities in this project, onTouch (onTouch.java & activity_on_touch.xml), ReadReview (ReadReview.java & activity_read_review.xml), and WriteReview (WriteReview.java & activity_write_review.xml).

  • Course by
  • Self Paced
  • 3 ساعات
  • الإنجليزية
الاشتراك الشهري
متضمن في
  • الباقة الإبتدائية @ AED 99 + VAT
    Buy Now
  • Free
اعرف المزيد
Access CSV in an Android Studio Project

Access CSV in an Android Studio Project

In this 1-hour long project-based course, you will learn how to create an Asset folder in an Android Studio project / Android app file structure for asset files (eg CSV file), how to access the information in the CSV file from your Android app, and how to display the information from the CSV file in your Android app.
Note: This course works best for learners who are based in the North America region. We’re currently working on providing the same experience in other regions.
Projects in Series 1:
1. Build a Simple App in Android Studio with Java

  • Course by
  • Self Paced
  • 3 ساعات
  • الإنجليزية
الاشتراك الشهري
متضمن في
  • الباقة الإبتدائية @ AED 99 + VAT
    Buy Now
  • Free
اعرف المزيد
Build an App in Android Studio using onTouch

Build an App in Android Studio using onTouch

In this project you will build an Android app that that uses onTouch functionality to show certain information when a user clicks (Action Down) on an image, and then have the information change when the user releases (Action Up). The app also creates text files in internal storage when needed, will write to those files, and will read from those files. The app will interact with text files, images, strings, and a string array that are saved as resources in the project (can be accessed by reference throughout the app).

  • Course by
  • Self Paced
  • 3 ساعات
  • الإنجليزية
الاشتراك الشهري
متضمن في
  • الباقة الإبتدائية @ AED 99 + VAT
    Buy Now
  • Free
اعرف المزيد
Build a Persistent Storage App in Android Studio

Build a Persistent Storage App in Android Studio

In this course you will build an Android app with persistent storage (specifically Shared Preferences) in Android Studio. What is meant by persistent storage is that when a user exits an app and then restart it, the app will remember some information that the user gave it previously. This app has four input boxes where the user is being asked to enter a name, address, phone number, and email address. Beneath that section the user will be asked to use radio buttons to indicate the part of the day they prefer, Morning, Afternoon, Evening, or Night.

  • Course by
  • Self Paced
  • 3 ساعات
  • الإنجليزية
الاشتراك الشهري
متضمن في
  • الباقة الإبتدائية @ AED 99 + VAT
    Buy Now
  • Free
اعرف المزيد
Access WebView in an Android Studio Project

Access WebView in an Android Studio Project

In this 1-hour long project-based course, you will learn how to use WebView to access web content within an Android app, how to adjust you android manifest permissions to allow internet access, and how to adjust your app settings to enable/disable safe browsing and JavaScript, and you will display web content inside your app.
Note: This course works best for learners who are based in the North America region. We’re currently working on providing the same experience in other regions.
Projects in Series 1:
1. Build a Simple App in Android Studio with Java

  • Course by
  • Self Paced
  • 2 ساعات
  • الإنجليزية
الاشتراك الشهري
متضمن في
  • الباقة الإبتدائية @ AED 99 + VAT
    Buy Now
  • Free
اعرف المزيد
Access Maps in an Android Studio Project

Access Maps in an Android Studio Project

In this 1-hour long project-based course, you will learn how to: • Create a Google Maps Activity in an Android App using Android Studio • Adjust the location accuracy settings of your app, and insert markers in your map • Get a Google Maps API Key to use in your app, and adjust the key restrictions *** You do not need to get a Google Maps API Key to pass the quiz and get the certificate for this project.

  • Course by
  • Self Paced
  • 3 ساعات
  • الإنجليزية
الاشتراك الشهري
متضمن في
  • الباقة الإبتدائية @ AED 99 + VAT
    Buy Now
  • Free
اعرف المزيد
Access SQLite in an Android Studio Project

Access SQLite in an Android Studio Project

In this 1-hour long project-based course, you will learn how SQLite databases are used by mobile applications, how to access the information in the SQLite database from your Android app, and how to display the information from the SQLite database in your Android app.
Note: This course works best for learners who are based in the North America region. We’re currently working on providing the same experience in other regions.
Projects in Series 1:
1. Build a Simple App in Android Studio with Java
2. Build a Persistent Storage App in Android Studio

  • Course by
  • Self Paced
  • 3 ساعات
  • الإنجليزية
الاشتراك الشهري
متضمن في
  • الباقة الإبتدائية @ AED 99 + VAT
    Buy Now
  • Free
اعرف المزيد
Build a Relative Layout App in Android Studio

Build a Relative Layout App in Android Studio

In this course you will build an Android app with a Relative Layout in Android Studio with the java programming language and will be given an explanation of Relative layout. This app has a piece of text asking the user to "Tell me more about yourself". Beneath this is three pieces of text with input boxes next to them. The pieces of text say Name, Date of Birth, and Time of birth. While you update the name input just by typing text you will be presented with a date picker dialog and a time picker dialog to assist in inputting the relevant date and time.

  • Course by
  • Self Paced
  • 3 ساعات
  • الإنجليزية
الاشتراك الشهري
متضمن في
  • الباقة الإبتدائية @ AED 99 + VAT
    Buy Now
  • Free
اعرف المزيد
Access NFC in an Android Studio Project

Access NFC in an Android Studio Project

In this 1-hour long project-based course, you will learn how to update your Android app code to allow NFC communication to be used, indicate to a device that NFC is a required feature in your app, check that a device has NFC capability, and then use that capability.
Note: This course works best for learners who are based in the North America region. We’re currently working on providing the same experience in other regions.
Projects in Series 1:
1. Build a Simple App in Android Studio with Java
2. Build a Persistent Storage App in Android Studio

  • Course by
  • Self Paced
  • 3 ساعات
  • الإنجليزية
الاشتراك الشهري
متضمن في
  • الباقة الإبتدائية @ AED 99 + VAT
    Buy Now
  • Free
اعرف المزيد
Build an App in Android Studio using Resources

Build an App in Android Studio using Resources

In this project you will build an Android app with images, strings, and a string array that are saved as resources in the project (can be accessed by reference throughout the app). You will use the java programming language and will be given an explanation of the usefulness of using resources. In different parts of the res (resources) directory of your Android Studio project you will put images, create strings, and create a string array and all of these will be accessible for all appropriate widgets in your app.

  • Course by
  • Self Paced
  • 2 ساعات
  • الإنجليزية
الاشتراك الشهري
متضمن في
  • الباقة الإبتدائية @ AED 99 + VAT
    Buy Now
  • Free
اعرف المزيد
Build a Linear Layout App in Android Studio

Build a Linear Layout App in Android Studio

In this course you will build an Android app with a Linear Layout in Android Studio with the java programming language and will be given an explanation of linear layout. This app has a piece of text asking the user to pick the type of movies they like over five check boxes for Action, Drama, Science Fiction, Romance, and Fantasy. Beneath these check boxes is another piece of text asking if watching movies is the favorite activity of the user with a toggle button for them to indicate "yes" or "no".

  • Course by
  • Self Paced
  • 3 ساعات
  • الإنجليزية
الاشتراك الشهري
متضمن في
  • الباقة الإبتدائية @ AED 99 + VAT
    Buy Now
  • Free
اعرف المزيد