Mobile Application Development using Android

What you will learn

Develop mobile apps using Android

Description

This course gives a brief overview of how to develop and run mobile apps using Android Studio. This course will helpful for Anna University Chennai and its affiliated college students from India. There are up to 11 programs described. The first program gives a sample execution of hello world program demonstration using Android Studio, and how to make apk file which is android executable file in any devices such as laptops or tablets, etc. The main requirements for running Android Studio is that our system must have a minimum of 8GB RAM support with virtualization enabled as true from the BIOS setup of our system. Due to these requirements, this course gives additional information of how to run apk file online with the help of apk file generated. For every program, apk file is also added in the resources field so that every user without any interruption can run the corresponding apk file by themselves. A guidance video is added in the course of how to write and run android app using android studio and also how to run the given apk file using online emulator. Finally it is also provided teh entire codings for students reference. Good luck to all and thanks for enrolling in this course.


Get Instant Notification of New Courses on our Telegram channel.


English
language

Content

Introduction

Introduction – My First Hello World Program using Android

Develop an application that uses GUI components, Font and Colours

GUI Components

Develop an application that uses Layout Managers and event listeners

Develop the app using the following codes

Write an application that draws basic graphical primitives on the screen

How to create Mobile app that draws basic graphics primitives

Develop a mobile app for simple calculator implementation

Develop mobile app for simple calculator implementation

Develop a mobile app for working with database

Mobile App for Database connectivity

Multithreading in Android

Multithreading

GPS Location Information

GPS Location Information

SD Card

SD Card

Alert message creation

Alert message creation

Timer creation

Timer creation

Entire source file content for implementing all apps

Entire file for all programs with outputs