1,417,036 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
29
views
When scrolling to bottom of recycle view the linear layout blinks
I have a setup where there is a linear layout that acts like a header and below the linear layout there is a recycle view. And what happens is that when the you scroll up and down the linear layout ...
0
votes
1
answer
25
views
Attempting to call a toggle from a different layout
Pretty much I have a Toggle filter on my main layout, and I have another class called settings, settings creates a different layout. I want to check if my filter is toggled on so that a button in my ...
Advice
0
votes
2
replies
54
views
Which language you should learn for Hybrid or Web view app?
I come from web development background and want to learn mobile app development. I have good experience in PHP, Mysql, HTML, CSS and less in JavaScript and Ajax. I prefer procedural PHP code due to ...
0
votes
1
answer
21
views
How to convert recyclerview items along with other layout data to bitmap
when capturing the layout to a Bitmap, the non-RecyclerView parts of my layout appear correctly, but the RecyclerView content is missing,
How can I correctly convert a layout containing a RecyclerView ...
0
votes
1
answer
35
views
Performance Issue When Using Mobile Data in the MAUI Application
A problem has been identified where some users experience significant delays when loading or displaying content while using mobile data.
This behavior does not occur when connected to Wi-Fi, where the ...
0
votes
0
answers
20
views
Passing image via interractive_asset_uri to Facebook does not work
I have been trying to pass image as an asset to Facebook as described here https://developers.facebook.com/docs/sharing/sharing-to-stories/android-developers/ in the Sharing a Sticker Asset section.
...
Advice
0
votes
0
replies
28
views
Need Guidance: EMS Documentation App Rejected Under Health Apps Declaration – It’s a Reporting Tool, Not a Medical App
I’m currently working on a project under our organization’s developer account a ems report documentation tool designed.
The app helps responders speak their reports instead of typing, it captures ...
0
votes
1
answer
23
views
Mobile screen gets pushed down when View appears above visible screen after event
Project is using XML / Kotlin. Issue is with a nested scroll view or perhaps screen management in general.
NestedScrollView
Child 1 (hidden)
Child 2
Child 3
Child 4 (screen is here)
Clicking ...
0
votes
0
answers
32
views
How to make the lottie animation overflow?
I have a lottie Animation which i need to overflow outside the view. I have set clipChildren , clipToPadding, clipToOutilne as false for the view and its parents. But the lottie animation is still ...
0
votes
0
answers
41
views
Android Emulator exited with code 1 during startup (Flutter on Windows)
I’m trying to run my Flutter project locally, but the Android emulator won’t start.
Android Studio shows this error:
Device daemon started.
[ERR] The Android emulator exited with code 1 during startup
...
0
votes
0
answers
31
views
Web NFC API request denied error on Android WebView
When an NFC tag is being read by the Web NFC API through Android WebView, the following error is shown:
NotAllowedError: Failed to execute 'scan' on 'NDEFReader': NFC permission request denied.
...
1
vote
1
answer
53
views
How to make compose Image only be clickable on the image and not on the transparent background
I am using compose Image as buttons, the images that I am displaying are all different kinds of shapes, and I am using .combinedClickable() on them like this:
Image(
bitmap ...
0
votes
0
answers
27
views
Firebase causing Unity Android build to fail
======
cocoapods-1.16.2
Unity 6000041f1
Firebase 13.4.0
OSX 15.5
ISSUES:
Android: not building
> Could not resolve all files for configuration ':launcher:debugRuntimeClasspath'.
> Could ...
0
votes
0
answers
45
views
How i remove this dark overlay on status bar Flutter?
I want both the status bar and app bar to have same color, but i get this darker shade on top which i don't want. I tried to use this but the darker shades still appear
SystemChrome....
2
votes
0
answers
51
views
Task :app:mergeExtDexDebug FAILED error without code changes
My react native app (RN 0.71, AGP 7.3.1, Gradle 7.5) compiled on android without issues last week.
This week when trying to compile again without making any changes to the code and the machine i get ...