Android Development:: 1-Prerequistes

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

Android Development:

1-Prerequistes:

 Java (OOPS)
 Java (Data Structures)
 Java (Problem Solving)
 GitHub

2-Development Phase:

a) Basic:
 XML
 Types of Files
 Hello World App.
 Types of Layouts (Coordinator Layout Important)
 Widgets.
 Intents (Navigations)
 Project 1: Tic Tac Toe game
 Project 2:
b) Complex UI Designs:
 Lists (Recycler View)
 Toasts.
 Dialogues.
 Fragments.
 Navigation drawer.
 Internal Database (Content provider keyword)
 Build (Multi-Threading, Memory leakage Keywords)
 Services and Broadcast receiver.
c) API:
 Retrofit Library in Android.
 Project:
d) Android Jetpack:
 Architectural Code. (MVVM framework)
 Sensor.
 Firebase.
 Project:
e) Google play deployment.
f) Unit Testing (After launching App).

You might also like