Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Android Jetpack Compose - Build Android Native UIs Fast
Android Jetpack Compose - Build Android Native UIs Fast

Android Jetpack Compose - Build Android Native UIs Fast: Kotlin Android App Development: Hilt and Dagger, ROOM DB, ViewModel, Navigation, and Clean Architecture

Arrow left icon
Profile Icon Paulo Dichone
Arrow right icon
€8.99 €41.99
Video Jul 2022 25hrs 58mins 1st Edition
Video
€8.99 €41.99
Subscription
Free Trial
Renews at €18.99p/m
Arrow left icon
Profile Icon Paulo Dichone
Arrow right icon
€8.99 €41.99
Video Jul 2022 25hrs 58mins 1st Edition
Video
€8.99 €41.99
Subscription
Free Trial
Renews at €18.99p/m
Video
€8.99 €41.99
Subscription
Free Trial
Renews at €18.99p/m

What do you get with a video?

Product feature icon Download this video in MP4 format
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
OR
Modal Close icon
Payment Processing...
tick Completed

Billing Address

Key benefits

  • A comprehensive course for developing apps with Jetpack Compose and Kotlin
  • Build, from scratch, beautiful native UIs with Jetpack Compose – a declarative approach for building Android apps
  • A highly practical course and comes bundled with code files

Description

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 has less code. In this course, you will start with learning about Jetpack Compose and its advantages over the imperative way of building Android apps. You will look at Kotlin programming basics, intermediate and advanced concepts. You will look at core Jetpack Compose concepts: composable functions, compose layout widgets, and modifiers, and understand how Jetpack Compose handles state—recomposition and state hoisting. You will understand how MutableState and Flow work with composable functions; master how to build various Jetpack Compose apps that range from simple to complex (tip calculator, movie app, note app, trivia app, weather forecast app, and so much more); and build a lot of apps while learning Jetpack Compose. By the end of the course, you will have learned everything you need to know about Kotlin and Jetpack Compose to build complex Native UIs and Android apps with Jetpack Compose. All the resource files are added to the GitHub repository at: https://github.com/PacktPublishing/Android-Jetpack-Compose---Build-Android-Native-UI-s-Fast

Who is this book for?

This course is ideal for beginner Android developers who are curious about building modern Android apps using Jetpack Compose and Kotlin. Android developers who want to learn Kotlin and build Android apps with Jetpack Compose, and anyone who wants to learn Java and Android development will also benefit from this course. Basic programming experience, in general, is helpful but not required. The course covers everything you will need to build Android apps with Kotlin and Jetpack Compose. Kotlin fundamentals are included in the course so no need for prior knowledge of the same.

What you will learn

  • Learn clean architecture and MVVM patterns with Android Jetpack Compose
  • Master Jetpack Compose and build modern Android apps
  • Build different Android apps with Jetpack Compose and Kotlin
  • Master modern Android development best practices with Jetpack tools and Compose
  • Leverage Hilt and Dagger and add dependency injection to Jetpack Compose
  • Integrate the Android ROOM database into a Compose application

Product Details

Country selected
Publication date, Length, Edition, Language, ISBN-13
Publication date : Jul 28, 2022
Length: 25hrs 58mins
Edition : 1st
Language : English
ISBN-13 : 9781803237718
Category :
Languages :
Tools :

What do you get with a video?

Product feature icon Download this video in MP4 format
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
OR
Modal Close icon
Payment Processing...
tick Completed

Billing Address

Product Details

Publication date : Jul 28, 2022
Length: 25hrs 58mins
Edition : 1st
Language : English
ISBN-13 : 9781803237718
Category :
Languages :
Tools :

Packt Subscriptions

See our plans and pricing
Modal Close icon
€18.99 billed monthly
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Simple pricing, no contract
€189.99 billed annually
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just €5 each
Feature tick icon Exclusive print discounts
€264.99 billed in 18 months
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just €5 each
Feature tick icon Exclusive print discounts

Frequently bought together


Stars icon
Total 88.97 121.97 33.00 saved
Android Jetpack Compose - Build Android Native UIs Fast
€8.99 €41.99
Machine Learning with PyTorch and Scikit-Learn
€41.99
Modern Android 13 Development Cookbook
€37.99
Total 88.97 121.97 33.00 saved Stars icon
Banner background image

Table of Contents

19 Chapters
Introduction to the Course Chevron down icon Chevron up icon
Windows Machine Setup for Development Chevron down icon Chevron up icon
Mac Machine Setup for Development Chevron down icon Chevron up icon
Build Your First Jetpack Compose App Chevron down icon Chevron up icon
Kotlin Programming Language Fundamentals - Variable Types Chevron down icon Chevron up icon
Kotlin Fundamentals - Loops and Branching Chevron down icon Chevron up icon
Kotlin Fundamentals - Functions Chevron down icon Chevron up icon
Kotlin Fundamentals - Collections Chevron down icon Chevron up icon
Kotlin - Intermediate Object-Oriented Programming Concepts Chevron down icon Chevron up icon
Kotlin - Advanced Concepts Chevron down icon Chevron up icon
Introduction to Jetpack Compose and Fundamentals Chevron down icon Chevron up icon
Android Real Device Setup Chevron down icon Chevron up icon
Build a Tip Calculator App Chevron down icon Chevron up icon
Build a Movie App - Introduction to Scaffold and LazyColumn Chevron down icon Chevron up icon
Movie App - Improvements Chevron down icon Chevron up icon
Introduction to ViewModel - Build a Note App Chevron down icon Chevron up icon
Note App Improvements - ROOM and Dependency Injection - Hilt Chevron down icon Chevron up icon
JetTrivia App - Parsing JSON: Retrofit and Clean Architecture Chevron down icon Chevron up icon
Build a Weather Forecast App Chevron down icon Chevron up icon
Weather Forecast App Demo
Setting Up Project and Adding All Gradle Dependencies
OpenWeather - Getting the API Key
Setting Up Packages and DI Structures
Setting Up App Navigation - Splash Screen - Part 1
Showing the Splash Screen - Navigation Setup Continuation
Putting Together the Splash Screen UI
Splash Screen Animation and Navigating to Main Screen
What We Have Done So Far
Setting Up Model Classes
Setting Up the Weather API Interface for Retrofit - HTTP Library
Creating the Main ViewModel and the Repository Classes
Setting Up the ViewModel and Retrieving JSON Payload
Setting Up the AppBar - Part 1
Finalizing the WeatherAppBar
Creating the Main Screen Widgets - Top Circle
Creating the Main Screen - Finalizing the Top Circle and Data
Adding Humidity, Wind, and Pressure Row
Creating the Sunset and Sunrise Row
Weather Detail Row
Finalizing the Weather Detail Row and the Main Screen
Refactoring the Code
Break - What We have Done So far
Setting Up the Search Field in Search Screen
Passing the City Name Back to Main Screen and Showing the Forecast Data
Setting Up the Dialog and the Dropdown Menu
Navigating to About, Favorites, and Settings and Creating the About Screen
Introduction to ROOM and Favorite Screen Structure
Creating a Favorite Entity and DAO Class
Setting Up Room Database and Repository
Creating the FavoriteViewModel Class
Adding the Favorite Icon and Saving Favorite Cities to Database
Showing All Favorite Cities
Showing a Toast Message When a City Is Saved
Break - What We have Done So Far - Next Up: The Settings Screen
Creating the Settings View Model
Putting Together the Settings Screen
Saving Measurement Units to the Database
Adding a Default Unit
Showing Metric and Imperial Units in Main Screen - Final Touches
Weather Forecast App Summary
Get free access to Packt library with over 7500+ books and video courses for 7 days!
Start Free Trial

FAQs

How can I download a video package for offline viewing? Chevron down icon Chevron up icon
  1. Login to your account at Packtpub.com.
  2. Click on "My Account" and then click on the "My Videos" tab to access your videos.
  3. Click on the "Download Now" link to start your video download.
How can I extract my video file? Chevron down icon Chevron up icon

All modern operating systems ship with ZIP file extraction built in. If you'd prefer to use a dedicated compression application, we've tested WinRAR / 7-Zip for Windows, Zipeg / iZip / UnRarX for Mac and 7-Zip / PeaZip for Linux. These applications support all extension files.

How can I get help and support around my video package? Chevron down icon Chevron up icon

If your video course doesn't give you what you were expecting, either because of functionality problems or because the content isn't up to scratch, please mail customercare@packt.com with details of the problem. In addition, so that we can best provide the support you need, please include the following information for our support team.

  1. Video
  2. Format watched (HTML, MP4, streaming)
  3. Chapter or section that issue relates to (if relevant)
  4. System being played on
  5. Browser used (if relevant)
  6. Details of support
Why can’t I download my video package? Chevron down icon Chevron up icon

In the even that you are having issues downloading your video package then please follow these instructions:

  1. Disable all your browser plugins and extensions: Some security and download manager extensions can cause issues during the download.
  2. Download the video course using a different browser: We've tested downloads operate correctly in current versions of Chrome, Firefox, Internet Explorer, and Safari.