Android Jetpack Compose: The Comprehensive Bootcamp
- Descrição
- Currículo
- FAQ
- Revisões
**This course is tailored for beginners and Advanced Developers**
Android Jetpack Compose is a new way of building modern android apps in android app development.
The Software Development industry is moving away from the Imperative Approach of building apps – where developers were required to write a lot of boilerplate code, navigate through inconsistent APIs, and hard to maintain code to build simple mobile apps.
With Jetpack Compose, building Native UI for the Android platform is more effortless, concise, consistent, and less code.
Jetpack Compose is the new modern toolkit that gives Android developers a simplified and accelerated way to build Native UIs on Android – with this toolkit; developers can build android apps with less code using Kotlin!
Jetpack Compose brings a paradigm shift in Android development – we now describe the UI instead of specifying the steps to build a UI. With Jetpack Compose, development time is accelerated as we can iterate fast with live previews while developing User Interfaces in Android Studio.
With Jetpack, creating slick animations and using Material Design is a breeze because the toolkit is powered by the Android platform APIs and intuitive Kotlin APIs.
This course brings you up-to-speed developing apps with Jetpack Compose and Kotlin.
You’ll be learning from the basics of what a Composable function is to how to handle state in Compose, and how to build full-fledge android apps that leverage the full power of Jetpack Compose and Kotlin.
Who is this ideal student for this course?
This course is tailored for beginners and Advanced Developers
I created this course with you in mind – whether you’re a beginner or a more experienced developer, you’ll find the course materials equally valuable – it’s a deep-dive course where I take you from the very beginning to building a complex Jetpack Compose App.
I’ve structured the course so that even if you’ve never programmed in Kotlin, you’ll have the opportunity to learn the basics, intermediate and advanced Kotlin concepts before moving on to learning Jetpack Compose.
On the other hand, if you already have a good grasp of Kotlin, you can skip the Kotlin sections altogether and go to the Jetpack Compose sections.
What you’ll learn?
This course is comprehensive, meaning I don’t assume you’ve had a lot of experience developing Android apps in general, so I will take you through all the concepts you need to get started. It’s a comprehensive course packed with a lot of information. Here are a few key concepts you’ll be learning:
-
What’s Jetpack Compose and Its Advantages over the Imperative way of building Android Apps
-
Kotlin Programming basics, Intermediate and advanced concepts (Optional – you can skip if you need to)
-
Core Jetpack Compose concepts: Composable functions, Compose layout widgets and Modifiers
-
Learn how to customize UI elements in Compose
-
Understand how Jetpack Compose handles State – Recomposition and State Hoisting
-
Understand how to construct a Native UI for Android devices using Composable functions that are stateless
-
Understand how MutableState, and Flow work with Composable Functions
-
Master how to build 8 Jetpack compose apps that range from simple to complex (Tip Calculator, Movie App, Note App, Trivia App, Weather Forecast App, and so much more)
-
Build a lot of apps while learning Jetpack Compose (of course!)
-
Learn how to structure and build Compose apps with Clean Architecture, MVVM, ViewModel, Coroutines
-
Build Compose apps that use the Android ROOM database
-
Learn how to Parse JSON data from APIs using Retrofit
-
Learn how to use Jetpack Navigation Components to help create a navigation structure in your Compose app
-
Learn how to use Dependency Injection with Hilt and Dagger to build easy-to-refactor and test apps
-
Build a capstone app (A.Reader) that uses Firebase Firestore to Authenticate Users and save books
-
And so much more (check out the curriculum to get the complete list of topics!)
By the end of the course, you’ll have learned everything you need to know about Kotlin and Jetpack Compose to build complex Native UIs and Android apps with Jetpack Compose.
Try It Risk-Free
This course comes with a 30-day money-back guarantee – if you find out it’s not for you, you can get your money back, no questions asked!
Go ahead and enroll today and start building Modern Android apps with Jetpack Compose – the new way of building fast, concise, and powerful Android Native UI.
I can’t wait to see you in the course!
See you soon.
Paulo 🙂
-
11App DemoVídeo Aula
-
12Setting Up BizCard App - Android Compose Surface Layout and PreviewVídeo Aula
-
13Creating a Card and Changing Its Properties with ModifierVídeo Aula
-
14Adding the Profile ImageVídeo Aula
-
15Adding a Column and a DividerVídeo Aula
-
16[CHALLENGE] - Change Divider's ParametersVídeo Aula
-
17[CHALLENGE SOLUTION] - Divider ParametersVídeo Aula
-
18Adding the Card Info SectionVídeo Aula
-
19Adding the Portfolio ButtonVídeo Aula
-
20Create the Content Composable FunctionVídeo Aula
-
21Adding a LazyColumn Layout and the Toggle FunctionalityVídeo Aula
-
22Final Touches to the BizCard AppVídeo Aula
-
23What's NextVídeo Aula
-
24Section IntroductionVídeo Aula
-
25Kotlin var and val KeywordsVídeo Aula
-
26Initializing VariablesVídeo Aula
-
27Intro to Variable Types - Int and StringVídeo Aula
-
28Basic Types in KotlinVídeo Aula
-
29The Long TypeVídeo Aula
-
30Floating Point TypesVídeo Aula
-
31Kotlin OperatorsVídeo Aula
-
32Section SummaryVídeo Aula
-
37Section Introduction - FunctionsVídeo Aula
-
38Create a Simple Kotlin FunctionVídeo Aula
-
39Functions with Int ParametersVídeo Aula
-
40Adding More Parameters to a FunctionVídeo Aula
-
41Default Arguments & Named ArgumentsVídeo Aula
-
42Functions and Return TypesVídeo Aula
-
43Returning a BooleanVídeo Aula
-
44Lambda Expressions - an IntroductionVídeo Aula
-
45[CHALLENGE SOLUTION] - CatAge - To Lambda ExpressionVídeo Aula
-
46Using the "it" Lambda KeywordVídeo Aula
-
47Lambda Expressions that Return Unit - VoidVídeo Aula
-
48Trailing LambdaVídeo Aula
-
56Introduction to OOP - Create First ClassVídeo Aula
-
57Kotlin Classes and the Primary ConstructorsVídeo Aula
-
58The init BlockVídeo Aula
-
59Adding a class Function with ParametersVídeo Aula
-
60Inheritance and OverrideVídeo Aula
-
61Inheritance Design StepsVídeo Aula
-
62Introduction to Interface ClassesVídeo Aula
-
63Creating an Interface and Using ItVídeo Aula
-
64Extension Functions in KotlinVídeo Aula
-
65Remove First and Last Character Extension Function - CHALLENGE SOLUTIONVídeo Aula
-
66Data ClassVídeo Aula
-
67Section Summary - Kotlin OOPVídeo Aula
-
73Introduction - What's Jetpack & Understanding the Imperative ApproachVídeo Aula
-
74Understanding a Compose Project - Basics - Preview and Compose AnnotationVídeo Aula
-
75Creating a Simple Composable FunctionVídeo Aula
-
76Modifier and Composable Functions - What are they?Vídeo Aula
-
77Creating a Simple Compose App - Create a CircleVídeo Aula
-
78Adding the Circle into the Main SurfaceVídeo Aula
-
79Finishing Up the User InterfaceVídeo Aula
-
80Introduction to MutableState - Incrementing a CounterVídeo Aula
-
81[Imperative vs Declarative Approach] - Thinking in ComposeVídeo Aula
-
82Hoisting the State of Our Money Counter AppVídeo Aula
-
83Section Summary - Jetpack Compose and Paradigm ShiftVídeo Aula
