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

Tag: Android

Android

Text styles in Jetpack Compose

WebPublisherby WebPublisherApril 19, 2024
Android

Android Advanced Concepts

WebPublisherby WebPublisherApril 18, 2024

Android Modern Android development Introduction to Android architecture components Android Jetpack Jetpack Compose Jetpack DataStore Android Material Design components View Binding Android X library Constraint …

Android: Best way to Communicate with fragments
Android

Android: Best way to Communicate with fragments

WebPublisherby WebPublisherApril 10, 2024April 10, 2024

Below are the two recommended options available to communicate between fragments and between fragment and host activity View Model Fragment Result API The recommended option …

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 …

Image Loading Libraries: Picasso and Glide
Android

Image Loading Libraries: Picasso and Glide

WebPublisherby WebPublisherApril 2, 2024April 2, 2024

Glide and Picasso are the most used image loading libraries in Android applications. Picasso: Picasso downloads the image and stores the full-size image in the …

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 / Kotlin

ListAdapter: Extension to RecyclerView.Adapter

WebPublisherby WebPublisherApril 2, 2024

ListAdapter was added in Recyclerview library version 27.1.0. It is RecyclerView.Adapter base class for presenting List data in a RecyclerView, including computing diffs between Lists on a background thread. Before …

JSON to POJO class creation in Android studio – Kotlin/Java
Android / Kotlin

JSON to POJO class creation in Android studio – Kotlin/Java

WebPublisherby WebPublisherApril 2, 2024April 2, 2024

  Introduction In modern Android app development, handling JSON data is a common task, especially when interacting with web APIs. JSON (JavaScript Object Notation) is …

Scaffold in Android using Jetpack Compose
Android / JETPACK COMPOSE

Scaffold in Android using Jetpack Compose

WebPublisherby WebPublisherApril 2, 2024April 2, 2024

  The “Scaffold” is a layout template that contains a basic implementation of the material design app structure with the following components: TopBar BottomBar FloatingActionButton …

Posts pagination

1 2 Next
Copyright © 2025 Coder Articles.