10000 GitHub - PacktPublishing/Thriving-in-Android-Development-using-Kotlin: Thriving in Android Development using Kotlin, published by Packt
[go: up one dir, main page]

Skip to content

Thriving in Android Development using Kotlin, published by Packt

License

Notifications You must be signed in to change notification settings

PacktPublishing/Thriving-in-Android-Development-using-Kotlin

Repository files navigation

Thriving in Android Development Using Kotlin

Book Name

This is the code repository for Thriving in Android Development Using Kotlin, published by Packt.

Use the newest features of the Android framework to develop production-grade apps

What is this book about?

This book will teach you how to build robust and production-ready apps using Jetpack Compose, Room, DataStore, CameraX, ExoPlayer, and more, as well as help you solve common problems that you'll face while creating real-world apps.

This book covers the following exciting features:

  • Create complex UIs with Jetpack Compose
  • Structure and modularize apps with a focus on further scaling
  • Connect your app to synchronous and asynchronous remote sources
  • Store and cache information and manage the lifecycle of this data
  • Execute periodic tasks using WorkManager
  • Capture and edit photos and videos using CameraX
  • Authenticate your users securely
  • Play videos in the foreground and background and cast them to other devices

If you feel this book is for you, get your copy today!

https://www.packtpub.com/

Instructions and Navigations

All of the code is organized into folders. For example, Chapter-1/WhatsPackt

The code will look like the following:

class MessagesRepository @Inject constructor(
    private val dataSource: MessagesSocketDataSource
): IMessagesRepository {

    override suspend fun getMessages(): Flow<Message> {
        return dataSource.connect()
    }

Following is what you need for this book: If you're a mid-level Android engineer, this book is for you as it will not only teach you how to solve issues that occur in real-world apps but also benefit you in your day-to-day work. This book will also help junior engineers who want to get exposed to complex problems and explore best practices to solve them. A basic understanding of Android and Kotlin concepts such as views, activities, lifecycle, and Kotlin coroutines will be useful to get the most out of this book.

With the following software and hardware list you can run all code files present in the book (Chapter 1-9).

Software and Hardware List

Chapter Software required OS required
1-9 Android Studio Jellyfish 2023.3.1 Windows, macOS, or Linux

Related products

  • How to Build Android Apps with Kotlin - Second Edition [Packt] [Amazon]

  • Kickstart Modern Android Development with Jetpack and Kotlin [Packt] [Amazon]

Get to Know the Author

Gema Socorro Rodríguez is a Google Developer Expert for Android with over 15 years experience. After finishing her studies building a mobile project, in 2009, she started working on more mobile apps and fell in love with Android. Since then, she has been working on mobile apps as part of several teams. As her experience grew, she realised that she wanted to share with the community what she was learning, hence she started giving talks and organising workshops. She has also been an instructor in a mobile specialised bootcamp. She is currently working as a Senior Android Engineer in Cabify, a popular ride hailing company with presence in Spain and the majority of the Latin American countries.

About

Thriving in Android Development using Kotlin, published by Packt

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages

0