This work is licensed under the Apache 2.0 License
The First Ever
Android Meet-up
This work is licensed under the Apache 2.0 License
Club Lead VJTI
Vriddhi Gupta
This work is licensed under the Apache 2.0 License
Photo by Christopher Campbell on Unsplash
Club Facilitators VJTI
Prasad Thakare
This work is licensed under the Apache 2.0 License
Club Lead UMIT
Tejaswi Chaudhari
This work is licensed under the Apache 2.0 License
Photo by Christopher Campbell on Unsplash
Club Facilitators UMIT
Shruti Gavali
This work is licensed under the Apache 2.0 License
Club Lead and Facilitator
MIET
Dhvani Gupta
This work is licensed under the Apache 2.0 License
Club Lead VIT - Mumbai
Pranav Khatal
This work is licensed under the Apache 2.0 License
Photo by Christopher Campbell on Unsplash
Club Facilitators UMIT
Deep Shahane
This work is licensed under the Apache 2.0 License
Meet our Panelists
This work is licensed under the Apache 2.0 License
Panel Discussion
This work is licensed under the Apache 2.0 License
QnA
This work is licensed under the Apache 2.0 License
Android Basics
Pre-requisites
Android Basics in Kotlin Course
Learn the basics of building Android apps with the Kotlin programming language and
develop a collection of simple apps to start your journey as an Android developer!
● Basic computer literacy
● Basic math skills
Curriculum used
Note: If you already know how to program, you can start off with Kotlin Koans
exercises to become familiar with Kotlin syntax and language features, and skip
the first pathway of Unit 1 of the course.
This work is licensed under the Apache 2.0 License
What will you learn?
2
3
4
1 Introduction to Kotlin
Create your first
Android app
Build a basic layout
Add a button to an app (3 hours)
(1 hour)
(2 hours)
(1 hour)
Learn to code in Kotlin, a modern programming
language that helps developers be more productive.
Learn to create and run your first Android app in
Android Studio.
Learn the basics of layouts in Android by creating your
very own birthday card app!
Learn how to use classes, objects, and conditionals to
create an interactive dice roller app.
Badges
Earn badges
at the end of each
pathway!
Android Basics
This work is licensed under the Apache 2.0 License
What will you learn?
6
5 Get user input
Display a scrollable
list
(2 hours)
(3 hours)
Learn how to get user input within an app by building a
tip calculator app.
Learn how to display a list of text and images in an
app.
Badges
Android Basics
7
Navigate between
screens
(2 hours)
Add another screen to your app by adding a second
activity.
8
Intro to Navigation
Component
(1 hour)
Learn how the Jetpack Navigation component makes
it easier to manage navigation within your app.
This work is licensed under the Apache 2.0 License
What will you learn?
10
9 Architecture
Components
Advanced
navigation examples
(2 hours)
(2 hours)
Learn good app architecture principles by building a
game app to unscramble words.
Combine what you’ve learned so far in a more
advanced app that demonstrates navigating
between multiple screens.
Badges
Android Basics
11 Coroutines Write code for more advanced and complex
Android apps.
(1 hour)
12 Get and display data from
the internet
Retrieve and display images over the internet with
HTTP and REST.
(1 hour)
This work is licensed under the Apache 2.0 License
What will you learn?
14
13 Introduction to SQL,
Room, and Flow
Use Room for data
persistence
(1 hour)
(2 hours)
Learn the basics of reading and manipulating data with
SQL, and how to create and use relational databases in
an Android app with the Room library.
Use the Room library to allow your apps to read
and write from a database.
Badges
Android Basics
15
Learn when and how to use WorkManager, an API that
handles background work that needs to run regardless
of whether the application process is still running.
Schedule tasks with
WorkManager
(1 hour)
This work is licensed under the Apache 2.0 License
THANK YOU
and have fun helping your communities
become Android developers!

The First Ever Android Meet-up

  • 1.
    This work islicensed under the Apache 2.0 License The First Ever Android Meet-up
  • 2.
    This work islicensed under the Apache 2.0 License Club Lead VJTI Vriddhi Gupta
  • 3.
    This work islicensed under the Apache 2.0 License Photo by Christopher Campbell on Unsplash Club Facilitators VJTI Prasad Thakare
  • 4.
    This work islicensed under the Apache 2.0 License Club Lead UMIT Tejaswi Chaudhari
  • 5.
    This work islicensed under the Apache 2.0 License Photo by Christopher Campbell on Unsplash Club Facilitators UMIT Shruti Gavali
  • 6.
    This work islicensed under the Apache 2.0 License Club Lead and Facilitator MIET Dhvani Gupta
  • 7.
    This work islicensed under the Apache 2.0 License Club Lead VIT - Mumbai Pranav Khatal
  • 8.
    This work islicensed under the Apache 2.0 License Photo by Christopher Campbell on Unsplash Club Facilitators UMIT Deep Shahane
  • 9.
    This work islicensed under the Apache 2.0 License Meet our Panelists
  • 10.
    This work islicensed under the Apache 2.0 License Panel Discussion
  • 11.
    This work islicensed under the Apache 2.0 License QnA
  • 12.
    This work islicensed under the Apache 2.0 License Android Basics Pre-requisites Android Basics in Kotlin Course Learn the basics of building Android apps with the Kotlin programming language and develop a collection of simple apps to start your journey as an Android developer! ● Basic computer literacy ● Basic math skills Curriculum used Note: If you already know how to program, you can start off with Kotlin Koans exercises to become familiar with Kotlin syntax and language features, and skip the first pathway of Unit 1 of the course.
  • 13.
    This work islicensed under the Apache 2.0 License What will you learn? 2 3 4 1 Introduction to Kotlin Create your first Android app Build a basic layout Add a button to an app (3 hours) (1 hour) (2 hours) (1 hour) Learn to code in Kotlin, a modern programming language that helps developers be more productive. Learn to create and run your first Android app in Android Studio. Learn the basics of layouts in Android by creating your very own birthday card app! Learn how to use classes, objects, and conditionals to create an interactive dice roller app. Badges Earn badges at the end of each pathway! Android Basics
  • 14.
    This work islicensed under the Apache 2.0 License What will you learn? 6 5 Get user input Display a scrollable list (2 hours) (3 hours) Learn how to get user input within an app by building a tip calculator app. Learn how to display a list of text and images in an app. Badges Android Basics 7 Navigate between screens (2 hours) Add another screen to your app by adding a second activity. 8 Intro to Navigation Component (1 hour) Learn how the Jetpack Navigation component makes it easier to manage navigation within your app.
  • 15.
    This work islicensed under the Apache 2.0 License What will you learn? 10 9 Architecture Components Advanced navigation examples (2 hours) (2 hours) Learn good app architecture principles by building a game app to unscramble words. Combine what you’ve learned so far in a more advanced app that demonstrates navigating between multiple screens. Badges Android Basics 11 Coroutines Write code for more advanced and complex Android apps. (1 hour) 12 Get and display data from the internet Retrieve and display images over the internet with HTTP and REST. (1 hour)
  • 16.
    This work islicensed under the Apache 2.0 License What will you learn? 14 13 Introduction to SQL, Room, and Flow Use Room for data persistence (1 hour) (2 hours) Learn the basics of reading and manipulating data with SQL, and how to create and use relational databases in an Android app with the Room library. Use the Room library to allow your apps to read and write from a database. Badges Android Basics 15 Learn when and how to use WorkManager, an API that handles background work that needs to run regardless of whether the application process is still running. Schedule tasks with WorkManager (1 hour)
  • 17.
    This work islicensed under the Apache 2.0 License THANK YOU and have fun helping your communities become Android developers!