Coding Friction

Android

Composable Function

A composable function in Jetpack Compose is a special type of function used to define a UI component  that allows you to create reusable pieces of user interface. Here are some key points about composable functions: 1. Annotation: Composable functions are annotated with @Composable. 2. Reactive Updates: Composables are designed to be reactive. This means …

Composable Function Read More »

JetPack Compose Introduction

Jetpack Compose is a modern, declarative UI toolkit for building native Android apps. It’s part of the Android Jetpack family, which is a set of libraries, tools, and guidance for Android development. Compose was introduced by Google to simplify and accelerate the process of creating user interfaces for Android applications. Here are some key points …

JetPack Compose Introduction Read More »