Articles by Tag #jetpack

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

Mastering Jetpack Compose: Tips and Tricks for Modern Android UI Development

Jetpack Compose has revolutionized Android UI development, offering a modern and declarative way to...

Learn More 8 0Aug 26 '24

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 0 0Jan 2

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

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

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

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

Learn More 0 0Nov 3 '24

Jetpack compose navigation

It’s Friday night! And you know what that means right? It’s time to dig deeper into Jetpack Compose....

Learn More 0 0Aug 28 '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