Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
0 votes
0 answers
5 views

There is a BluetoothTestFragment, where one of the buttons calls startPendingIntentScan(), to use bluetoothAdapter.bluetoothLeScanner.startScan(), and receives callback to BroadcastReceiver via ...
-2 votes
0 answers
58 views

What am i try to say? I am working on an Android project that strictly follows a multi-module, feature-based layered architecture. The app is divided into features, and each feature has its own UI, ...
0 votes
0 answers
85 views

What am i trying to do? I working on file sharing app where is a screen where list of video show and i just want to show video thumbnail. I am using jetpack compose and use coil library. This video ...
2 votes
0 answers
37 views

I am building a custom selector component in Jetpack Compose. It consists of a HorizontalPager where each page contains a LazyVerticalGrid of selectable items (acting like Radio Buttons). The problem: ...
0 votes
0 answers
53 views

I am trying to create a TTS engine for a TTS service i have running locally on my network. I used an AI to generate the basics and set up the engine with the android system. But i am not able to get ...
0 votes
0 answers
49 views

I'm a beginner. I study through video tutorials. We are writing a multi-module Android application. To use the same dependencies in different modules, a separate folder build.src is created in the ...
Best practices
1 vote
1 replies
44 views

My code loops through rows in SQLite and builds text views / image views to add to linear layouts and displays on screen. My users add fabric manually so each entry would be very different across ...
0 votes
0 answers
55 views

The given project is not using the standard controller way, it's more like 1 handler per controller ( CQRS like ) Each API route should start with the prefix /api Command routes should follow with /...
2 votes
1 answer
81 views

I'm developing an Android application using Jetpack Compose. I have a screen with a video player that supports Picture-in-Picture (PiP) mode. Entering PiP works correctly and the video continues ...
0 votes
1 answer
61 views

Relvant code in ViewModel: val allFoods: LiveData<List<Food>> = repository.allFoods.asLiveData() and MainActivity: val foods = foodViewModel.allFoods.observeAsState(listOf()) ...
user avatar
0 votes
0 answers
31 views

I'm trying to set up an authentication flow on a WearOS app where the companion phone app is responsible for logging in at which point the watch app can simply request the authentication token via a ...
Abion47's user avatar
  • 25.4k
4 votes
1 answer
67 views

I just wanted to write an simple function, that takes multiple kotlin.time.Durations as vararg and wondered about the compiler error: fun foo(vararg durations: kotlin.time.Duration) { //... } The ...
Jens Baitinger's user avatar
Best practices
0 votes
2 replies
46 views

I’m developing a Kotlin Multiplatform application using Compose Multiplatform. I’m consuming an API that returns a list of images and videos, and for each video I want to display a static poster image ...
3 votes
0 answers
76 views

I have an app getting metadata from a list of songs using TagLib. It first gets the song id via MediaStore, and send fd to TagLib which dups it and uses it to open a stream to get the metadata and ...
3 votes
0 answers
45 views

After setting up my project with Compose Multiplatform Wizard, I successfully ran the desktop version, but had issue with the web version. When I try to run :kotlinWasmNpmInstall and :kotlinNpmInstall,...

15 30 50 per page
1
2 3 4 5
...
6521

AltStyle によって変換されたページ (->オリジナル) /