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: JETPACK COMPOSE

How to use DatePicker in Jetpack Compose
JETPACK COMPOSE

How to use DatePicker in Jetpack Compose

WebPublisherby WebPublisherApril 19, 2024April 19, 2024

Here is the example code to use DatePicker dialog with Jetpack Compose. In the realm of customization, Jetpack Compose empowers developers with a myriad of …

Jetpack Compose Interview Questions
Interview Questions / JETPACK COMPOSE

Jetpack Compose Interview Questions

WebPublisherby WebPublisherApril 10, 2024

What is Compose and its benefits? How to use Compose in Android? How to setup Compose in new Android App? How to setup Compose in …

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 …

What is Jetpack Compose?
Android / COMPOSE BASICS / JETPACK COMPOSE

What is Jetpack Compose?

WebPublisherby WebPublisherApril 2, 2024April 2, 2024

Jetpack Compose is Android’s new declarative UI Framework. Jetpack Compose is built around composable functions. These functions let you define your app’s UI programmatically by describing how …

Copyright © 2025 Coder Articles.