SlideShare a Scribd company logo
This work is licensed under the Apache 2.0 License
LOOK THROUGH
THE VIEW
Camping Continues
This work is licensed under the Apache 2.0 License
● Constraint Layout
● Effect Handlers
● Simple Animations
● Designing a animated circular progress bar
and drop down menu
● Animated Splash Screen
Overview
This work is licensed under the Apache 2.0 License
Constraint Layout
This work is licensed under the Apache 2.0 License
Constraint layout is a
Viewgroup which allows
you to position and size
widgets in a flexible
way.
What is Constraint Layout ?
This work is licensed under the Apache 2.0 License
Dependencies
This work is licensed under the Apache 2.0 License
This work is licensed under the Apache 2.0 License
This work is licensed under the Apache 2.0 License
App bar
Image icon
Text
This work is licensed under the Apache 2.0 License
Various Configurations
● Parent.Top
● Parent.Bottom
● Parent.start
● Parent.end
Effect Handlers
Basic networkCall() example :-
This work is licensed under the Apache 2.0 License
On firing the button ,the function
networkCall
does some network calling operations
and we get a sample toast.
1 network call -> 1 minute
On N recomposition ,
N network call -> N minutes
This work is licensed under the Apache 2.0 License
Side Effect
This work is licensed under the Apache 2.0 License
A side effect is a change to the state of the app that
happens outside the scope of a composable function .
Due to composables’ life cycle and properties such as
unpredictable recomposition , executing
recompositions of composables in different orders or
recompositions that can be discarded , composables
should ideally be side effect free.
What is Side Effect ?
This work is licensed under the Apache 2.0 License
Side Effect scope
This work is licensed under the Apache 2.0 License
Disposable
Effect
This work is licensed under the Apache 2.0 License
What is Disposable Effect?
This effect is used when a cleanup of
memory usage is required. For side effects
that need to be cleaned up after the keys
changed or is the composable leaves the
composition, use disposable effect.
This work is licensed under the Apache 2.0 License
Disposable Effect
This work is licensed under the Apache 2.0 License
Launched Effect
What is Launched
Effect?
Whenever we are required to launch
suspend function inside a composable , we
use this effect. When a launched effect
enters the composition , it launches a
coroutine.
This work is licensed under the Apache 2.0 License
This work is licensed under the Apache 2.0 License
This work is licensed under the Apache 2.0 License
}
LaunchedEffect()
launches a
coroutine scope.
This work is licensed under the Apache 2.0 License
This work is licensed under the Apache 2.0 License
Animations
This work is licensed under the Apache 2.0 License
Jetpack Compose provides powerful
and extensible APIs that make it easy to
implement various animations in your
app's UI. There are different types of
animation like tween , spring etc that
user can use in the app.
This work is licensed under the Apache 2.0 License
It is basically an animation state holding the
dimension state. Whenever an animation gets
updated from one state to another, to perform
smooth basic animation transition ,
animationDpState helps significantly.
AnimationDpState
Without animateDpState
With animateDpState
This work is licensed under the Apache 2.0 License
Animation spec
AnimationSpec stores the specification of an animation
including the data type to be animated , the animation
configuration that will be used once the data has been
converted to Animation Vector.
This work is licensed under the Apache 2.0 License
Types of Animation
There are many types of animation styles
provided in Jetpack Compose like tween ,
spring etc .
These are defined for the AnimationSpec and
hence, gets applied to the view model.
This work is licensed under the Apache 2.0 License
Tween Animation
This work is licensed under the Apache 2.0 License
Spring Animation
This work is licensed under the Apache 2.0 License
KeyFrame Animation
This work is licensed under the Apache 2.0 License
Infinite Animation
This work is licensed under the Apache 2.0 License
This work is licensed under the Apache 2.0 License
Animated Circular Bar
This work is licensed under the Apache 2.0 License
This work is licensed under the Apache 2.0 License
This work is licensed under the Apache 2.0 License
Animated Drop
Down
This work is licensed under the Apache 2.0 License
This work is licensed under the Apache 2.0 License
This work is licensed under the Apache 2.0 License
Splash
Screen
This work is licensed under the Apache 2.0 License
An app splash screen is an introductory screen
that appears while your application loads in the
background. It basically shows welcome screen
or company logo that enhances user’s first
impression.
This work is licensed under the Apache 2.0 License
Jetpack Compose is Android’s advanced toolkit for
creating materialistic UI in a very simpler form. Here, this
is a basic welcome screen below.
This work is licensed under the Apache 2.0 License
Navigation Splashscreen
This work is licensed under the Apache 2.0 License
First the splashscreen animation
appears
then it directs to the main screen.
Now try out
something
yourself…..
This work is licensed under the Apache 2.0 License
This work is licensed under the Apache 2.0 License
THANK YOU
Have fun encouraging your community in becoming
Android Developers!
VOILA HAPPY CAMPING !!!

More Related Content

Similar to Compose Camp Day 3.pptx

Compose Camp - Session2.pdf
Compose Camp - Session2.pdfCompose Camp - Session2.pdf
Compose Camp - Session2.pdf
GDSCAtharvaCollegeOf
 
-Kotlin_Camp_Unit2.pptx
-Kotlin_Camp_Unit2.pptx-Kotlin_Camp_Unit2.pptx
-Kotlin_Camp_Unit2.pptx
RishiGandhi19
 
-Kotlin Camp Unit2.pptx
-Kotlin Camp Unit2.pptx-Kotlin Camp Unit2.pptx
-Kotlin Camp Unit2.pptx
IshwariKulkarni6
 
Session-1 edited.pptx
Session-1 edited.pptxSession-1 edited.pptx
Session-1 edited.pptx
scienceTech11
 
Compose Camp S1.pptx
Compose Camp S1.pptxCompose Camp S1.pptx
Compose Camp S1.pptx
GDSCSIT
 
Session-1.pptx
Session-1.pptxSession-1.pptx
Session-1.pptx
RamshaAshraf12
 
Introduction to compose camps.pdf
Introduction to compose camps.pdfIntroduction to compose camps.pdf
Introduction to compose camps.pdf
AnkurAgarwal151093
 
Compose Camp 2.pdf
Compose Camp 2.pdfCompose Camp 2.pdf
Compose Camp 2.pdf
AbhishekS325285
 
Compose Camp.pdf
Compose Camp.pdfCompose Camp.pdf
Compose Camp.pdf
AbhishekS325285
 
Google Solution Challenge Android Awesomeness.pptx
Google Solution Challenge Android Awesomeness.pptxGoogle Solution Challenge Android Awesomeness.pptx
Google Solution Challenge Android Awesomeness.pptx
GoogleDeveloperStude22
 
session4.pptx
session4.pptxsession4.pptx
session4.pptx
scienceTech11
 
session4.pptx
session4.pptxsession4.pptx
session4.pptx
RamshaAshraf12
 
Day 2.pptx
Day 2.pptxDay 2.pptx
Day 2.pptx
AkankshaPathak42
 
Compose Camp 3.pdf
Compose Camp 3.pdfCompose Camp 3.pdf
Compose Camp 3.pdf
AbhishekS325285
 
Compose Camp by GDSC NSUT
Compose Camp by GDSC NSUTCompose Camp by GDSC NSUT
Compose Camp by GDSC NSUT
MOHITCHAURASIYA6
 
Android Study Jams - Session 3
Android Study Jams - Session 3Android Study Jams - Session 3
Android Study Jams - Session 3
SadhanaParameswaran
 
ANDROID info session.pdf
ANDROID info session.pdfANDROID info session.pdf
ANDROID info session.pdf
AkankshaPathak42
 
Compose Camp Slide Session 1
Compose Camp Slide Session 1Compose Camp Slide Session 1
Compose Camp Slide Session 1
AkshatBajpai12
 
Session 1 ppt.pptx
Session 1 ppt.pptxSession 1 ppt.pptx
Session 1 ppt.pptx
Sumit766160
 
GDSC_day_1.pptx
GDSC_day_1.pptxGDSC_day_1.pptx
GDSC_day_1.pptx
GDSCICOER
 

Similar to Compose Camp Day 3.pptx (20)

Compose Camp - Session2.pdf
Compose Camp - Session2.pdfCompose Camp - Session2.pdf
Compose Camp - Session2.pdf
 
-Kotlin_Camp_Unit2.pptx
-Kotlin_Camp_Unit2.pptx-Kotlin_Camp_Unit2.pptx
-Kotlin_Camp_Unit2.pptx
 
-Kotlin Camp Unit2.pptx
-Kotlin Camp Unit2.pptx-Kotlin Camp Unit2.pptx
-Kotlin Camp Unit2.pptx
 
Session-1 edited.pptx
Session-1 edited.pptxSession-1 edited.pptx
Session-1 edited.pptx
 
Compose Camp S1.pptx
Compose Camp S1.pptxCompose Camp S1.pptx
Compose Camp S1.pptx
 
Session-1.pptx
Session-1.pptxSession-1.pptx
Session-1.pptx
 
Introduction to compose camps.pdf
Introduction to compose camps.pdfIntroduction to compose camps.pdf
Introduction to compose camps.pdf
 
Compose Camp 2.pdf
Compose Camp 2.pdfCompose Camp 2.pdf
Compose Camp 2.pdf
 
Compose Camp.pdf
Compose Camp.pdfCompose Camp.pdf
Compose Camp.pdf
 
Google Solution Challenge Android Awesomeness.pptx
Google Solution Challenge Android Awesomeness.pptxGoogle Solution Challenge Android Awesomeness.pptx
Google Solution Challenge Android Awesomeness.pptx
 
session4.pptx
session4.pptxsession4.pptx
session4.pptx
 
session4.pptx
session4.pptxsession4.pptx
session4.pptx
 
Day 2.pptx
Day 2.pptxDay 2.pptx
Day 2.pptx
 
Compose Camp 3.pdf
Compose Camp 3.pdfCompose Camp 3.pdf
Compose Camp 3.pdf
 
Compose Camp by GDSC NSUT
Compose Camp by GDSC NSUTCompose Camp by GDSC NSUT
Compose Camp by GDSC NSUT
 
Android Study Jams - Session 3
Android Study Jams - Session 3Android Study Jams - Session 3
Android Study Jams - Session 3
 
ANDROID info session.pdf
ANDROID info session.pdfANDROID info session.pdf
ANDROID info session.pdf
 
Compose Camp Slide Session 1
Compose Camp Slide Session 1Compose Camp Slide Session 1
Compose Camp Slide Session 1
 
Session 1 ppt.pptx
Session 1 ppt.pptxSession 1 ppt.pptx
Session 1 ppt.pptx
 
GDSC_day_1.pptx
GDSC_day_1.pptxGDSC_day_1.pptx
GDSC_day_1.pptx
 

Recently uploaded

BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
Nguyen Thanh Tu Collection
 
Marketing internship report file for MBA
Marketing internship report file for MBAMarketing internship report file for MBA
Marketing internship report file for MBA
gb193092
 
The Diamond Necklace by Guy De Maupassant.pptx
The Diamond Necklace by Guy De Maupassant.pptxThe Diamond Necklace by Guy De Maupassant.pptx
The Diamond Necklace by Guy De Maupassant.pptx
DhatriParmar
 
Model Attribute Check Company Auto Property
Model Attribute  Check Company Auto PropertyModel Attribute  Check Company Auto Property
Model Attribute Check Company Auto Property
Celine George
 
Chapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptxChapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptx
Mohd Adib Abd Muin, Senior Lecturer at Universiti Utara Malaysia
 
Operation Blue Star - Saka Neela Tara
Operation Blue Star   -  Saka Neela TaraOperation Blue Star   -  Saka Neela Tara
Operation Blue Star - Saka Neela Tara
Balvir Singh
 
Supporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptxSupporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptx
Jisc
 
The basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptxThe basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptx
heathfieldcps1
 
Digital Artifact 2 - Investigating Pavilion Designs
Digital Artifact 2 - Investigating Pavilion DesignsDigital Artifact 2 - Investigating Pavilion Designs
Digital Artifact 2 - Investigating Pavilion Designs
chanes7
 
Pride Month Slides 2024 David Douglas School District
Pride Month Slides 2024 David Douglas School DistrictPride Month Slides 2024 David Douglas School District
Pride Month Slides 2024 David Douglas School District
David Douglas School District
 
STRAND 3 HYGIENIC PRACTICES.pptx GRADE 7 CBC
STRAND 3 HYGIENIC PRACTICES.pptx GRADE 7 CBCSTRAND 3 HYGIENIC PRACTICES.pptx GRADE 7 CBC
STRAND 3 HYGIENIC PRACTICES.pptx GRADE 7 CBC
kimdan468
 
The Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official PublicationThe Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official Publication
Delapenabediema
 
A Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in EducationA Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in Education
Peter Windle
 
Unit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdfUnit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdf
Thiyagu K
 
A Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptxA Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptx
thanhdowork
 
MASS MEDIA STUDIES-835-CLASS XI Resource Material.pdf
MASS MEDIA STUDIES-835-CLASS XI Resource Material.pdfMASS MEDIA STUDIES-835-CLASS XI Resource Material.pdf
MASS MEDIA STUDIES-835-CLASS XI Resource Material.pdf
goswamiyash170123
 
Normal Labour/ Stages of Labour/ Mechanism of Labour
Normal Labour/ Stages of Labour/ Mechanism of LabourNormal Labour/ Stages of Labour/ Mechanism of Labour
Normal Labour/ Stages of Labour/ Mechanism of Labour
Wasim Ak
 
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
EugeneSaldivar
 
Introduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp NetworkIntroduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp Network
TechSoup
 
The approach at University of Liverpool.pptx
The approach at University of Liverpool.pptxThe approach at University of Liverpool.pptx
The approach at University of Liverpool.pptx
Jisc
 

Recently uploaded (20)

BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
 
Marketing internship report file for MBA
Marketing internship report file for MBAMarketing internship report file for MBA
Marketing internship report file for MBA
 
The Diamond Necklace by Guy De Maupassant.pptx
The Diamond Necklace by Guy De Maupassant.pptxThe Diamond Necklace by Guy De Maupassant.pptx
The Diamond Necklace by Guy De Maupassant.pptx
 
Model Attribute Check Company Auto Property
Model Attribute  Check Company Auto PropertyModel Attribute  Check Company Auto Property
Model Attribute Check Company Auto Property
 
Chapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptxChapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptx
 
Operation Blue Star - Saka Neela Tara
Operation Blue Star   -  Saka Neela TaraOperation Blue Star   -  Saka Neela Tara
Operation Blue Star - Saka Neela Tara
 
Supporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptxSupporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptx
 
The basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptxThe basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptx
 
Digital Artifact 2 - Investigating Pavilion Designs
Digital Artifact 2 - Investigating Pavilion DesignsDigital Artifact 2 - Investigating Pavilion Designs
Digital Artifact 2 - Investigating Pavilion Designs
 
Pride Month Slides 2024 David Douglas School District
Pride Month Slides 2024 David Douglas School DistrictPride Month Slides 2024 David Douglas School District
Pride Month Slides 2024 David Douglas School District
 
STRAND 3 HYGIENIC PRACTICES.pptx GRADE 7 CBC
STRAND 3 HYGIENIC PRACTICES.pptx GRADE 7 CBCSTRAND 3 HYGIENIC PRACTICES.pptx GRADE 7 CBC
STRAND 3 HYGIENIC PRACTICES.pptx GRADE 7 CBC
 
The Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official PublicationThe Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official Publication
 
A Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in EducationA Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in Education
 
Unit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdfUnit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdf
 
A Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptxA Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptx
 
MASS MEDIA STUDIES-835-CLASS XI Resource Material.pdf
MASS MEDIA STUDIES-835-CLASS XI Resource Material.pdfMASS MEDIA STUDIES-835-CLASS XI Resource Material.pdf
MASS MEDIA STUDIES-835-CLASS XI Resource Material.pdf
 
Normal Labour/ Stages of Labour/ Mechanism of Labour
Normal Labour/ Stages of Labour/ Mechanism of LabourNormal Labour/ Stages of Labour/ Mechanism of Labour
Normal Labour/ Stages of Labour/ Mechanism of Labour
 
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
 
Introduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp NetworkIntroduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp Network
 
The approach at University of Liverpool.pptx
The approach at University of Liverpool.pptxThe approach at University of Liverpool.pptx
The approach at University of Liverpool.pptx
 

Compose Camp Day 3.pptx

  • 1. This work is licensed under the Apache 2.0 License LOOK THROUGH THE VIEW
  • 3. This work is licensed under the Apache 2.0 License ● Constraint Layout ● Effect Handlers ● Simple Animations ● Designing a animated circular progress bar and drop down menu ● Animated Splash Screen Overview
  • 4. This work is licensed under the Apache 2.0 License Constraint Layout
  • 5. This work is licensed under the Apache 2.0 License Constraint layout is a Viewgroup which allows you to position and size widgets in a flexible way. What is Constraint Layout ?
  • 6. This work is licensed under the Apache 2.0 License Dependencies
  • 7. This work is licensed under the Apache 2.0 License
  • 8. This work is licensed under the Apache 2.0 License
  • 9. This work is licensed under the Apache 2.0 License App bar Image icon Text
  • 10. This work is licensed under the Apache 2.0 License Various Configurations ● Parent.Top ● Parent.Bottom ● Parent.start ● Parent.end
  • 13. This work is licensed under the Apache 2.0 License On firing the button ,the function networkCall does some network calling operations and we get a sample toast. 1 network call -> 1 minute On N recomposition , N network call -> N minutes
  • 14. This work is licensed under the Apache 2.0 License Side Effect
  • 15. This work is licensed under the Apache 2.0 License A side effect is a change to the state of the app that happens outside the scope of a composable function . Due to composables’ life cycle and properties such as unpredictable recomposition , executing recompositions of composables in different orders or recompositions that can be discarded , composables should ideally be side effect free. What is Side Effect ?
  • 16. This work is licensed under the Apache 2.0 License Side Effect scope
  • 17. This work is licensed under the Apache 2.0 License Disposable Effect
  • 18. This work is licensed under the Apache 2.0 License What is Disposable Effect? This effect is used when a cleanup of memory usage is required. For side effects that need to be cleaned up after the keys changed or is the composable leaves the composition, use disposable effect.
  • 19. This work is licensed under the Apache 2.0 License Disposable Effect
  • 20. This work is licensed under the Apache 2.0 License Launched Effect
  • 21. What is Launched Effect? Whenever we are required to launch suspend function inside a composable , we use this effect. When a launched effect enters the composition , it launches a coroutine. This work is licensed under the Apache 2.0 License
  • 22. This work is licensed under the Apache 2.0 License
  • 23. This work is licensed under the Apache 2.0 License } LaunchedEffect() launches a coroutine scope.
  • 24. This work is licensed under the Apache 2.0 License
  • 25. This work is licensed under the Apache 2.0 License Animations
  • 26. This work is licensed under the Apache 2.0 License Jetpack Compose provides powerful and extensible APIs that make it easy to implement various animations in your app's UI. There are different types of animation like tween , spring etc that user can use in the app.
  • 27. This work is licensed under the Apache 2.0 License It is basically an animation state holding the dimension state. Whenever an animation gets updated from one state to another, to perform smooth basic animation transition , animationDpState helps significantly. AnimationDpState
  • 30. This work is licensed under the Apache 2.0 License Animation spec AnimationSpec stores the specification of an animation including the data type to be animated , the animation configuration that will be used once the data has been converted to Animation Vector.
  • 31. This work is licensed under the Apache 2.0 License Types of Animation There are many types of animation styles provided in Jetpack Compose like tween , spring etc . These are defined for the AnimationSpec and hence, gets applied to the view model.
  • 32. This work is licensed under the Apache 2.0 License
  • 34. This work is licensed under the Apache 2.0 License Spring Animation
  • 35. This work is licensed under the Apache 2.0 License KeyFrame Animation
  • 36. This work is licensed under the Apache 2.0 License Infinite Animation
  • 37. This work is licensed under the Apache 2.0 License
  • 38. This work is licensed under the Apache 2.0 License Animated Circular Bar
  • 39. This work is licensed under the Apache 2.0 License
  • 40. This work is licensed under the Apache 2.0 License
  • 41. This work is licensed under the Apache 2.0 License Animated Drop Down
  • 42. This work is licensed under the Apache 2.0 License
  • 43. This work is licensed under the Apache 2.0 License
  • 44. This work is licensed under the Apache 2.0 License Splash Screen
  • 45. This work is licensed under the Apache 2.0 License An app splash screen is an introductory screen that appears while your application loads in the background. It basically shows welcome screen or company logo that enhances user’s first impression.
  • 46. This work is licensed under the Apache 2.0 License Jetpack Compose is Android’s advanced toolkit for creating materialistic UI in a very simpler form. Here, this is a basic welcome screen below.
  • 47. This work is licensed under the Apache 2.0 License Navigation Splashscreen
  • 48. This work is licensed under the Apache 2.0 License First the splashscreen animation appears then it directs to the main screen.
  • 49. Now try out something yourself….. This work is licensed under the Apache 2.0 License
  • 50. This work is licensed under the Apache 2.0 License THANK YOU Have fun encouraging your community in becoming Android Developers! VOILA HAPPY CAMPING !!!