Skip to main content
0 votes
0 answers
27 views

I am creating an auto-complete TextField using ExposedDropdownMenuBox in Jetpack Compose. I am using a custom component, SpotifyTextField that has a fixed height of 48.dp. My goal is to make each ...
Fatima Jamal's user avatar
1 vote
1 answer
36 views

I'm currently learning on how to use thermal printer, and found a library named Blueline. But when i implement it, app can't compile due to Manifest merger failed with multiple errors, see logs This ...
lelestacia's user avatar
-1 votes
1 answer
62 views

In Jetpack Compose with MVVM, I have a parent screen that contains 3 child screens. Navigation is used to move between the child screens. Each child screen can generate a PDF in different ways: One ...
NullPointerException's user avatar
0 votes
0 answers
52 views

I have a hybird fragment, compose layout. After I tap on a text input, some extra padding is added under the app bar My layout looks like this <?xml version="1.0" encoding="utf-8&...
Charlie Wu's user avatar
  • 7,787
Best practices
0 votes
2 replies
54 views

I am building a Jetpack Compose app that uses a Scaffold with a persistent bottom sheet. The main content of the Scaffold show Google Maps, and the bottom sheet shows a menu. I have a MapViewModel ...
Pawandeep Singh's user avatar
2 votes
1 answer
60 views

Imagine something like this: class FileModel: ViewModel() { private val _state: MutableStateFlow<FileState> = MutableStateFlow(initialState) val state: StateFlow<FileState> = ...
NearTheMoon's user avatar
-4 votes
0 answers
37 views

How can I implement the following behavior using Jetpack Compose? I have cards with multiple images (one or more). I want to implement a behavior where clicking on an image causes the image to animate ...
Виктор Бессольцев's user avatar
-2 votes
1 answer
77 views

I have disabled ripple effect in my entire project using CompositionLocalProvider. @Composable fun SpotifyTheme( content: @Composable () -> Unit, ) { val colorScheme = colorScheme ...
Fatima Jamal's user avatar
0 votes
1 answer
75 views

Jetpack navigation 3 is now stable, and I am learning how to work with this type of navigation. One thing I'm missing is the AnimatedContentScope of shared elements using navigation. In navigation 2, ...
Pierre Vieira's user avatar
0 votes
1 answer
62 views

When using com.google.maps.android:maps-compose in version 6.12.2 I get the following error building the project: org.jetbrains.kotlin.util.FileAnalysisException: While analysing <redacted>/...
Eklavya's user avatar
  • 11
-1 votes
0 answers
68 views

I was learning and practicing how to use Jetpack Compose by doing a Columns exercise adding items. I started with Text() which allowed to add text and modify it at will. The problem is when I set ...
gustavo argumanis's user avatar
Advice
0 votes
1 replies
26 views

It is common to test inline errors by filling out a textfield and then clearing focus, as the validation happens after the user is done with it. In espresso that can look like: onView(allOf(...
Zeek Aran's user avatar
  • 686
Advice
0 votes
2 replies
49 views

I confused why my apps is lagging when I scroll down to this seat layout, what's wrong with my code? Can somebody tell me how can I improve the performance. Here is my code that I used for to create ...
Ahmad Zaqi's user avatar
-3 votes
0 answers
49 views

I'm using Kotlin and Compose, and I can't figure how to get the current location once via only GPS. I don't want to use Fused Location Provider. The location doesn't have to be precise and it's not ...
user26376492's user avatar
Advice
0 votes
2 replies
58 views

I sat down for the first time in a while to work on a personal project - a simple edge-to-edge 'touch to draw' app. I planned to lock the orientation to landscape only to prevent refreshes on rotation....
aormsby's user avatar
  • 176

15 30 50 per page
1
2 3 4 5
956