Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
19 views

I've slipped the LazyColumn a LazyList State like this: val listState = LazyListState() @Composable fun foo() { LazyColumn( state = listState Now I want to call listState.scrollToItem(...
user1785730's user avatar
  • 3,956
Tooling
0 votes
2 replies
55 views

I am looking for a way to execute dynamically generated Java bytecode on both OpenJDK VM and DalvikVM. In other words, I want to make platform-agnostic on-the-fly compiler to Java bytecode, using only ...
lulook's user avatar
  • 1
-1 votes
0 answers
40 views

As Google already announced that neither Google Fit SDK nor Fitness API is possible to integrate or enable it. The only way to fetch your data into Android mobile device is Health Connect. I have the ...
jimmytrivedi's user avatar
-1 votes
0 answers
73 views

Please help me, I put my app in play store and I even passed closed testing and now my app is in Production. The thing is that, in certain phone (like Redmi 12 5g Indian variant 'sky'), my app don't ...
Lalruatfela Chhakchhuak's user avatar
1 vote
1 answer
61 views

My use case is that on pressing a button on the UI, an object starts emitting (finite) data which I want it to be appended in a ListView until data contains a token saying it should clear all contents....
bliako's user avatar
  • 1,271
2 votes
0 answers
108 views

I am programming a Counter App where the count is stored in a database. I am using Kotlin, Jetpack Compose, Room and Hilt. When I press the Button for increment, the count do not change. I tried to ...
Benedikt Schlüter's user avatar
0 votes
0 answers
68 views

I have a custom PrintService implementation in my Android app for Bluetooth and USB receipt printers (used in a restaurant POS system). The service correctly calls addPrinters() inside ...
Mr x's user avatar
  • 21
-3 votes
0 answers
113 views

I need your help. I have an Android TV Box that I use in a retrogaming setup. At the moment, I don't have a gamepad, so I'm going to buy it. In the meantime, I learned searching on Google that there's ...
Francesco Vangi's user avatar
Advice
0 votes
2 replies
85 views

I am currently developing an Android application with Kotlin and Jetpack Compose that should repeatedly (~once per minute) collect some information about my phone (battery, temperature, current ...
RandomName123's user avatar
0 votes
0 answers
39 views

Maybe this seems stupid for somebody but, I need to register service in android to create binder_proc and binder_node in kernel side and I need to get handle for that binder_node in order to send ...
Cyb3rCr0wCC's user avatar
0 votes
0 answers
94 views

I am working on a Wear OS app, which monitors the users data 24/7. The app is made for Samsung devices as part of a study. The data includes some health data and location data. My current setup works ...
theproductivepickle's user avatar
1 vote
1 answer
122 views

I developed an app with transparent system bars and it is correctly appearing transparent on my Pixel 7 and all virtual devices across many Android versions (7.0, 9.0, 14.0, 15.0, 16.0), but on a ...
Andryuser's user avatar
0 votes
0 answers
82 views

I am working on a MAUI Hybrid solution, with the standard projects: Web (Server) / Shared / Mobile. My issue is when I run the app on the Android emulator. Here is my MainActivity.cs: [Activity(Theme =...
MattDev07's user avatar
  • 698
Best practices
0 votes
6 replies
92 views

I've been developing games on Unity for 6 years, and now I've decided to try writing an app on .NET MAUI. I want to make a music player. That's the question - how do you natively play music on devices?...
Anthony Brateyko's user avatar
1 vote
0 answers
64 views

I am following the instructions found at https://learn.microsoft.com/en-us/dotnet/maui/data-cloud/push-notifications?view=net-maui-10.0 to set up an .Net MAUI Android application to receive push ...
Brady's user avatar
  • 115

15 30 50 per page
1
2 3 4 5
94334