Articles by Tag #jetpack

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

Introducing TourCompose: The Easiest Way to Add Interactive Tours to Your Android Compose App (Without Losing Your Sanity)

I get it – you're busy, you want to see results NOW, and you probably have 17 other tabs open. So...

Learn More 2 2Aug 3

Master Jetpack Compose Animations — Bite‑Sized Guides to Make Your UI Pop ✨

Want your Android UIs to feel alive? These short, practical guides show exactly how to add smooth,...

Learn More 1 0Sep 26

Fixing Rounded Navigation Bar Corner Padding in Jetpack Compose

When implementing a rounded bottom navigation bar in Jetpack Compose, you might encounter an issue...

Learn More 1 0Jan 2

Android Kotlin Reading Data from HC-05 Bluetooth module

Here is the first working code package com.myfyp.posture import android.content.Intent import...

Learn More 0 0Jun 4

Keeping Your Users’ Data Safe: AES Encryption Tips for Android Developers

Storing sensitive data like access_token or username in plain SharedPreferences is risky — even in...

Learn More 0 0Jun 27

Landscapist: Revolutionizing Image Loading in Jetpack Compose

Quick Summary: 📝 Landscapist is a Kotlin library that simplifies and optimizes image...

Learn More 0 0Jul 16

Как убрать каплю снизу, когда нажимаешь на BasicTextFiled

Вот мой код @Composable fun EditableText( value: String, onChange: (String) -> Unit, ...

Learn More 0 0Nov 3 '24

Our experience becoming a Compose-first app

This is a little piece about our journey applying Jetpack Compose to our existing codebase at the...

Learn More 0 0Dec 29 '24

DataStore in Android: The Future of Local Key-Value Storage

If you're an Android developer, you might still be using SharedPreferences for storing small data....

Learn More 0 0Sep 18

How I tried to bring Oracle/SAP/1C-style auto-generated forms into Android with Jetpack Compose + SQLite

I’ve spent part of my career working with enterprise systems like Oracle, SAP, 1C. One thing they all...

Learn More 0 0Sep 7