Skip to content

Coder Articles

A blog for all types of codes, and languages examples and algorithms.

  • Home
  • Jetpack Compose
    • Compose Basics
  • Android
  • Kotlin
  • Interview Questions
  • C/C++/Linux
  • Home
  • Jetpack Compose
    • Compose Basics
  • Android
  • Kotlin
  • Interview Questions
  • C/C++/Linux

Category: Jetpack

Android / Jetpack

Beginner’s Guide to the Room Persistence Library

WebPublisherby WebPublisherApril 2, 2024

Room is a persistence library introduced by Google in 2017 I/O Event Used to save data in the local database It’s part of the Android …

Work Manager in Android
Android / Jetpack

Work Manager in Android

WebPublisherby WebPublisherApril 2, 2024April 2, 2024

WorkManager is one of the Android Architecture Components and part of Android Jetpack. WorkManager is for background work that’s deferrable and requires guaranteed execution: Deferrable …

Android Jetpack DataStore: Preferences DataStore
Android / Jetpack / Kotlin

Android Jetpack DataStore: Preferences DataStore

WebPublisherby WebPublisherApril 2, 2024April 2, 2024

Jetpack DataStore is a data storage solution that allows you to store key-value pairs or typed objects with protocol buffers. DataStore uses Kotlin coroutines and Flow …

Android Jetpack: LiveData
Android / Jetpack

Android Jetpack: LiveData

WebPublisherby WebPublisherApril 2, 2024April 2, 2024

What is LiveData? LiveData is an observable data holder class. Unlike a regular observable, LiveData is lifecycle-aware, meaning it respects the lifecycle of other app components, such …

Copyright © 2025 Coder Articles.