SlideShare a Scribd company logo
BOOTCAMP
INFO SESSION
Please join through your laptop so that
you can follow our steps
Join at slido.com
#137062
ⓘ Start presenting to display the joining instructions on this slide.
Ice-Breaker
Tell us which app on your phone is inseparable
ⓘ Start presenting to display the poll results on this slide.
Android Apps
Android Study Jams are community-organized study groups
for people to do hands-on learning for Android app development.
Android Basics is a series of sessions focused specifically on learning how to
build Android apps without prior Android experience.
WHAT ARE ANDROID STUDY JAMS?
WHAT’S THERE FOR YOU
Skill Badges Certificate
HOW TO ENROLL?
Google Form
Link: https://forms.gle/VTYBoSiUKGFLDtAF9
Developer Profile
Name any website which you want as an app
ⓘ Start presenting to display the poll results on this slide.
Kotlin
A modern programming language that makes
developers happier
Multiplatform
Mobile
Web Frontend
Server-side Android
BASIC SYNTAX
JDND
JJKSJDNCKS
J Svar num : Int = 1
MUTABLE VARIABLE
IMMUTABLE VARIABLE
val greetings = “Hello”
Int
Double
Boolean
Char
String
MATHEMATICAL OPERATORS + - * / %
INCREMENT AND DECREMENT OPERATORS ++ --
ASSIGNMENT OPERATOR =
COMPARISON OPERATORS > < >= <=
EQUALITY OPERATORS == !=
Simple Program
fun main( ){
println(“Hello”)
}
FUNCTIONS
fun addNumbers(var num1 : Int,var num2 : Int) : Int{
return num1+num2
}
fun main(){
var num1 : Int = 10
var num2 = 20
val total = addNumbers(num1,num2)
println("The result = $total")
}
COMPACT FUNCTIONS
fun double(x :Int) : Int{ //COMPLETE VERSION
x*2
}
fun double(x : Int) : Int = x*2 //COMPACT VERSION
CONCISE AND READABILITY
public class JoinClass {
private String classCode;
private String name;
public JoinClass(String classCode, String name) {
this.classCode = classCode;
this.name = name;
}
public String getClassCode() {
return classCode;
}
public void setClassCode(String classCode) {
this.classCode = classCode;
}
public String getName() {
return name;
}
public void setName(String name) {
this.name = name;
}
JAVA
data class JoinClass(var classCode : String, var name : String)
KOTLIN
var playername : String
playername = null //compilation error
//KOTLIN PROTECTS YOU FROM MISTAKENLY OPERATING ON NULLABLE TYPES
var playername : String?=null //nullable types
println(playername.length()) //compilation error
CODE SAFETY
INTEROPERABILITY
Expressiveness Safety Interoperability
Structured
Concurrency
● Lambdas
● Data Classes
● Scope Functions
● Property access
syntax
● Nullability baked
into type system
● 100%
interoperability
with Java
programming
language
● Run aync
operations in a
scope, avoid
leaking work and
memory
Kotlin provides . . .
Thanks for joining
Stay Tuned . . .

More Related Content

PPTX
Flutter
PPTX
Introduction to Flutter
PPTX
Flutter Festival - Intro Session
PDF
Pune Flutter Presents - Flutter 101
PPTX
Flutter
PPTX
Introduction to flutter(1)
PPTX
Flutter UI Framework
PPTX
Flutter festival - building ui's with flutter
Flutter
Introduction to Flutter
Flutter Festival - Intro Session
Pune Flutter Presents - Flutter 101
Flutter
Introduction to flutter(1)
Flutter UI Framework
Flutter festival - building ui's with flutter

What's hot (20)

PPTX
Why choose flutter 2 over flutter 1
PPTX
Flutter festival Info session -2022
PPTX
What and Why Flutter? What is a Widget in Flutter?
PPTX
PDF
Getting started with flutter
PDF
Building beautiful apps with Google flutter
PPTX
PDF
Flutter Tutorial For Beginners | Edureka
PPTX
What is Flutter
PDF
Developer Student Clubs NUK - Flutter for Beginners
PPTX
Flutter: Future of App Development
PPTX
A flight with Flutter
PPTX
Intro to Flutter SDK
PDF
Flutter Development Services
PDF
Flutter Festival Session 1
PDF
What is flutter and why should i care?
PPTX
Flutter vs not flutter
PPTX
Flutter talkshow
PPTX
Flutter dart assignment help
Why choose flutter 2 over flutter 1
Flutter festival Info session -2022
What and Why Flutter? What is a Widget in Flutter?
Getting started with flutter
Building beautiful apps with Google flutter
Flutter Tutorial For Beginners | Edureka
What is Flutter
Developer Student Clubs NUK - Flutter for Beginners
Flutter: Future of App Development
A flight with Flutter
Intro to Flutter SDK
Flutter Development Services
Flutter Festival Session 1
What is flutter and why should i care?
Flutter vs not flutter
Flutter talkshow
Flutter dart assignment help
Ad

Similar to Android Study Jams - Info Session (20)

PDF
Google DSC Android Study Jams Session 1
PDF
Kotlin for Android devs
PDF
Basics of kotlin ASJ
PDF
Kotlin: A pragmatic language by JetBrains
PDF
Android study jams
PDF
Compose Camp Session 1.pdf
PDF
Kotlin what_you_need_to_know-converted event 4 with nigerians
PPTX
Introduction to Kotlin
PDF
Android study jam session 1
PPTX
Android study jams session 1
PPTX
Android study jam iiitv kick-off sesson
PDF
Develop your next app with kotlin @ AndroidMakersFr 2017
PPTX
Unit 1 part for information technology 1.pptx
PPTX
Hello kotlin | An Event by DSC Unideb
PPTX
Introduction to Kotlin Language and its application to Android platform
PPTX
Kotlin Basic & Android Programming
PPTX
Prior programming experience track
PPTX
Android Study Jam 1 Day 1 | December 2021 | GDSC BVCOENM
PDF
Kotlin Introduction with Android applications
PPTX
Android Study Jams - Induction
Google DSC Android Study Jams Session 1
Kotlin for Android devs
Basics of kotlin ASJ
Kotlin: A pragmatic language by JetBrains
Android study jams
Compose Camp Session 1.pdf
Kotlin what_you_need_to_know-converted event 4 with nigerians
Introduction to Kotlin
Android study jam session 1
Android study jams session 1
Android study jam iiitv kick-off sesson
Develop your next app with kotlin @ AndroidMakersFr 2017
Unit 1 part for information technology 1.pptx
Hello kotlin | An Event by DSC Unideb
Introduction to Kotlin Language and its application to Android platform
Kotlin Basic & Android Programming
Prior programming experience track
Android Study Jam 1 Day 1 | December 2021 | GDSC BVCOENM
Kotlin Introduction with Android applications
Android Study Jams - Induction
Ad

More from Google Developer Students Club NIT Silchar (8)

PPTX
Switch to Svelte | GDSC NIT Silchar | Speaker Session | SvelteKit
PPTX
Switch to Backend 2023 | Day 2 Part 1
PPTX
Switch to Backend 2023 | Day 1 Part 2
PPTX
Switch to Backend 2023 | Day 1 Part 1
PPTX
30 days of cloud: Info session
Switch to Svelte | GDSC NIT Silchar | Speaker Session | SvelteKit
Switch to Backend 2023 | Day 2 Part 1
Switch to Backend 2023 | Day 1 Part 2
Switch to Backend 2023 | Day 1 Part 1
30 days of cloud: Info session

Recently uploaded (20)

PPTX
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
PPTX
Microbial diseases, their pathogenesis and prophylaxis
PPTX
Week 4 Term 3 Study Techniques revisited.pptx
PDF
BÀI TẬP BỔ TRỢ 4 KỸ NĂNG TIẾNG ANH 9 GLOBAL SUCCESS - CẢ NĂM - BÁM SÁT FORM Đ...
PDF
Basic Mud Logging Guide for educational purpose
PDF
RMMM.pdf make it easy to upload and study
PPTX
IMMUNITY IMMUNITY refers to protection against infection, and the immune syst...
PDF
TR - Agricultural Crops Production NC III.pdf
PDF
VCE English Exam - Section C Student Revision Booklet
PPTX
Pharma ospi slides which help in ospi learning
PPTX
Cell Structure & Organelles in detailed.
PDF
Abdominal Access Techniques with Prof. Dr. R K Mishra
PDF
Classroom Observation Tools for Teachers
PDF
FourierSeries-QuestionsWithAnswers(Part-A).pdf
PPTX
Final Presentation General Medicine 03-08-2024.pptx
PDF
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
PDF
Mark Klimek Lecture Notes_240423 revision books _173037.pdf
PDF
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
PDF
102 student loan defaulters named and shamed – Is someone you know on the list?
PDF
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
Microbial diseases, their pathogenesis and prophylaxis
Week 4 Term 3 Study Techniques revisited.pptx
BÀI TẬP BỔ TRỢ 4 KỸ NĂNG TIẾNG ANH 9 GLOBAL SUCCESS - CẢ NĂM - BÁM SÁT FORM Đ...
Basic Mud Logging Guide for educational purpose
RMMM.pdf make it easy to upload and study
IMMUNITY IMMUNITY refers to protection against infection, and the immune syst...
TR - Agricultural Crops Production NC III.pdf
VCE English Exam - Section C Student Revision Booklet
Pharma ospi slides which help in ospi learning
Cell Structure & Organelles in detailed.
Abdominal Access Techniques with Prof. Dr. R K Mishra
Classroom Observation Tools for Teachers
FourierSeries-QuestionsWithAnswers(Part-A).pdf
Final Presentation General Medicine 03-08-2024.pptx
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
Mark Klimek Lecture Notes_240423 revision books _173037.pdf
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
102 student loan defaulters named and shamed – Is someone you know on the list?
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student

Android Study Jams - Info Session