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: Android

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 …

Screen Orientation in Jetpack Compose
Android

Screen Orientation in Jetpack Compose

WebPublisherby WebPublisherApril 2, 2024April 2, 2024

Introduction Screen orientation management is a crucial aspect of mobile app development, ensuring optimal user experience across different device orientations. With Jetpack Compose, Google’s modern …

Android

How to add Badge in Jetpack Compose

WebPublisherby WebPublisherApril 2, 2024April 2, 2024

Introduction Badges are a valuable UI element for highlighting important information or indicating status within an app. With Jetpack Compose, Google’s modern UI toolkit for …

Chips in Jetpack Compose
Android

Chips in Jetpack Compose

WebPublisherby WebPublisherApril 2, 2024April 2, 2024

Introduction Chips are versatile UI components commonly used in Android apps to represent selections, tags, or actions. With Jetpack Compose, Google’s declarative UI toolkit, developers …

Android

List Item Template in Jetpack Compose

WebPublisherby WebPublisherApril 2, 2024

Introduction Jetpack Compose revolutionizes Android UI development by offering a modern and declarative approach to building user interfaces. One common UI pattern in mobile apps …

Android

Flow Layouts in Jetpack Compose

WebPublisherby WebPublisherApril 2, 2024

Introduction Jetpack Compose has revolutionized Android app development with its declarative UI approach, offering developers powerful tools for creating modern and dynamic user interfaces. One …

ExposedDropdownMenuBox in Jetpack Compose
Android

ExposedDropdownMenuBox in Jetpack Compose

WebPublisherby WebPublisherApril 2, 2024April 2, 2024

Introducing ExposedDropdownMenuBox The ExposedDropdownMenuBox composable in Jetpack Compose introduces a fresh approach to designing dropdown menus. Unlike traditional dropdowns, which often obscure content and require …

How to Create Menu options in Jetpack Compose
Android

How to Create Menu options in Jetpack Compose

WebPublisherby WebPublisherApril 1, 2024April 1, 2024

Introduction Jetpack Compose offers a modern and intuitive approach to building user interfaces in Android apps. One essential aspect of UI design is creating menu …

Android

Android Text styles in Jetpack Compose

WebPublisherby WebPublisherApril 1, 20240

Introduction Text is a fundamental element of user interfaces, and styling it effectively is crucial for creating visually appealing and readable UIs. With Jetpack Compose, …

Posts pagination

Previous 1 2 3 Next
Copyright © 2025 Coder Articles.