HOME > Development > Android SQLiteDatabase, Repeating Notification, Pick Contact

Android SQLiteDatabase, Repeating Notification, Pick Contact

  • Development
  • Apr 30, 2025
SynopsisAndroid SQLiteDatabase, Repeating Notification, Pick Contact,...
Android SQLiteDatabase, Repeating Notification, Pick Contact  No.1

Android SQLiteDatabase, Repeating Notification, Pick Contact, available at $19.99, has an average rating of 3.83, with 24 lectures, based on 3 reviews, and has 67 subscribers.

You will learn about Learners will know how to develop an Android Application from start to finish and publish to the Google Play Store Learners will know how to create layouts: Linear layouts and Scroll Views Learners will know how to add TextViews, EditTexts and Buttons to layouts Learners will know how to find views in android activities Learners will learn how to change the look and feel of a Button Learners will learn how to get texts from TextViews and EditTexts Learners will know how to dynamically add TextViews and Buttons to a Linear Layout Learners will be able to add values to the application resources: strings and colors Learners will know how to import an image into the resources folder Learners will know how to insert an image view and assign a resource to it Learners will know how to implement a Spinner with drop down menu using an Array Adapter and an array Learners will be able to implement a Date Picker within an application and set a current date to it Learners will be understand and be able to implement the use of Shared Preferences to store data within the application Learners will learn how to create and use a Constructor – Construction of Objects Learners will know how to add a name from the Android Device Contacts List into the application Learners will learn how to create an SQLite Database Learners will learn how to save, get and delete data to and from the SQLite Database Learners will know how to use the arrayList data structure to store and retrieve data Learners will know how to change the icon launcher of the application Learners will be able to upload an android app to the Play Store Learners will learn how to implement a repeating alarm and repeating Notification using the Broadcast Receiver Learners will be know how to cancel an alarm using the pending intent This course is ideal for individuals who are This course has been designed for learners with a basic knowledge of Java Programming Language but learners who are new to programming can also participate. It is particularly useful for This course has been designed for learners with a basic knowledge of Java Programming Language but learners who are new to programming can also participate.

Enroll now: Android SQLiteDatabase, Repeating Notification, Pick Contact

Summary

Title: Android SQLiteDatabase, Repeating Notification, Pick Contact

Price: $19.99

Average Rating: 3.83

Number of Lectures: 24

Number of Published Lectures: 24

Number of Curriculum Items: 24

Number of Published Curriculum Objects: 24

Original Price: $39.99

Quality Status: approved

Status: Live

What You Will Learn

  • Learners will know how to develop an Android Application from start to finish and publish to the Google Play Store
  • Learners will know how to create layouts: Linear layouts and Scroll Views
  • Learners will know how to add TextViews, EditTexts and Buttons to layouts
  • Learners will know how to find views in android activities
  • Learners will learn how to change the look and feel of a Button
  • Learners will learn how to get texts from TextViews and EditTexts
  • Learners will know how to dynamically add TextViews and Buttons to a Linear Layout
  • Learners will be able to add values to the application resources: strings and colors
  • Learners will know how to import an image into the resources folder
  • Learners will know how to insert an image view and assign a resource to it
  • Learners will know how to implement a Spinner with drop down menu using an Array Adapter and an array
  • Learners will be able to implement a Date Picker within an application and set a current date to it
  • Learners will be understand and be able to implement the use of Shared Preferences to store data within the application
  • Learners will learn how to create and use a Constructor – Construction of Objects
  • Learners will know how to add a name from the Android Device Contacts List into the application
  • Learners will learn how to create an SQLite Database
  • Learners will learn how to save, get and delete data to and from the SQLite Database
  • Learners will know how to use the arrayList data structure to store and retrieve data
  • Learners will know how to change the icon launcher of the application
  • Learners will be able to upload an android app to the Play Store
  • Learners will learn how to implement a repeating alarm and repeating Notification using the Broadcast Receiver
  • Learners will be know how to cancel an alarm using the pending intent
  • Who Should Attend

  • This course has been designed for learners with a basic knowledge of Java Programming Language but learners who are new to programming can also participate.
  • Target Audiences

  • This course has been designed for learners with a basic knowledge of Java Programming Language but learners who are new to programming can also participate.
  • Aims

    To learn the development of an Android Application which utilizes an SQLite Database, Repeating Notification (Reminder), Pick from Android Contacts List and Shared Preferences and know how to publish the app to the Android Play Store.

    Learning Objectives

    Learners will know how to create a new Android Application and publish to Play Store

    Learners will know how to create layouts: Linear layouts and Scroll Views

    Learners will know how to add TextViews, EditTexts and Buttons to layouts

    Learners will know how to find views in android activities

    Learners will learn how to change the look and feel of a Button

    Learners will learn how to get texts from TextViews and EditTexts

    Learners will learn how to validate user inputs

    Learners will know how to dynamically add TextViews to a Linear Layout

    Learners will be able to add values to the application resources: strings and colors

    Learners will know how to use the android spinner

    Learners will know how to import an image into the resources folder

    Learners will know how to insert an image view and assign a resource to it

    Learners will understand how to implement a Date Picker within an Android Application

    Learners will learn how to implement a Spinner and add drop down menu to it from an array using Array Adapter

    Learners will learn how to create and use a Constructor – Construction of Objects

    Learners will know how to pick a contact from the Android Device Contacts List into the application

    Learners will learn how to create an SQLite Database

    Learners will learn how to save data to the SQLite Database

    Learners will learn how to get data from the SQLite Database

    Learners will learn how to delete data from the SQLite Database

    Learners will learn how to use Content Values and Cursor in the SQLiteDatabase

    Learners will know how to use the arrayList data structure to store and retrieve data

    Learners will learn how to use the Alarm Manager to set a repeating alarm

    Learners will learn how to implement a repeating Notification

    Learners will learn how to implement a Broadcast Receiver within the application

    Learners will learn how to maintain notification on reboot of the application

    Learners will know how to change the icon launcher of the application

    Learners will understand how to change the style of an activity

    Course Curriculum

    Chapter 1: Introduction

    Lecture 1: Introduction

    Chapter 2: Development – New Project

    Lecture 1: New Android Project

    Lecture 2: Change Layout, Add Views to Layout: Buttons, TextViews. Create values in strings

    Lecture 3: Colours, Gradients, Find Views

    Lecture 4: Emulator, New Activity, Test

    Lecture 5: Views to New Activity

    Lecture 6: Intent, OnClickListener

    Lecture 7: Input Types, Text Color, Spinner Image

    Lecture 8: Array Adapters, Spinner

    Lecture 9: Date Picker

    Lecture 10: Date Picker 2

    Lecture 11: Add Contact from Device Contacts List and new Contact using Dialog and Layout

    Lecture 12: Get Texts from Views and Input Validation

    Lecture 13: Create SQLite Database

    Lecture 14: SQLite Database Continued

    Lecture 15: Completion of SQLite Database

    Lecture 16: Shared Preferences and Settings

    Lecture 17: Shared Preferences and Settings 2

    Lecture 18: Notification, Alarm, Broadcast Receiver

    Lecture 19: Notification, Alarm, Broadcast Receiver 2

    Lecture 20: Notification, alarm, Broadcast Receiver 3

    Lecture 21: Test of Repeating Notifications

    Chapter 3: Publishing

    Lecture 1: Publishing to the Play Store

    Chapter 4: Help: Learners Requersts

    Lecture 1: Get SQL Data into Android Sample Code- Learner Request

    Instructors

  • Android SQLiteDatabase, Repeating Notification, Pick Contact  No.2
    June Nwosu
    Software Developer and Lecturer
  • Rating Distribution

  • 1 stars: 0 votes
  • 2 stars: 0 votes
  • 3 stars: 2 votes
  • 4 stars: 0 votes
  • 5 stars: 1 votes
  • Frequently Asked Questions

    How long do I have access to the course materials?

    You can view and review the lecture materials indefinitely, like an on-demand channel.

    Can I take my courses with me wherever I go?

    Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!