1,416,881 questions
0
votes
0
answers
26
views
How do i intercept the Back navigation button/gesture in a (Delphi 12) Android 16 app?
How can i intercept the Back navigation button/gesture in the latest Delphi and Android versions?
In the past, with Delphi 11 and Android 12 (maybe 13), i used vkHardwareBack in the Form OnKeyUp event,...
0
votes
0
answers
25
views
Android LocationManager doesn't set speed to 0 when the device stops moving
I have a simple app that displays the user’s current speed, and I’m using FusedLocationProviderClient for this. When I start the app and begin moving, everything works fine the speed updates correctly....
-3
votes
1
answer
36
views
How to integrate one app into another app without installing another app in android studio? [closed]
Here i am asking how to integrate app.For example we have two apps - app1 and app2 we have to integrate app2 into app1.We install app1 and we don't need to install app2.We can access content of app2 ...
0
votes
0
answers
36
views
Android AccessibiltyService : How can I enabling perform action on a sealed instance [closed]
I am using AccessibilityService in AndroidStudio for an app which is going to access an another app. In a view there is not available actions of "ACTION_CLICK". Its sealed and I am getting ...
0
votes
1
answer
32
views
How to set a background image for the WebView on an android app built with React DOM + Capacitor v7?
package com.app_name.app;
import com.getcapacitor.BridgeActivity;
import android.os.Bundle;
import android.graphics.Color;
// import android.webkit.WebView;
public class ...
1
vote
1
answer
34
views
SearchAnchor.openView() : change (inherited) width of SearchBar?
On my flutter_map I have an IconButton which it should cause a SearchBar to appear only when clicked. When search is done, the SearchBar can go into hiding again and only said icon be visible.
I have ...
0
votes
1
answer
39
views
Latest version of Compose Maps dependency throws "IllegalArgumentException: source must not be null"
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>/...
0
votes
0
answers
35
views
LazyColumn flingBehavior problem in Jetpack Compose
I used the following code in Jetpack Compose to position items in the center of the screen and I succeeded, but when I click on the item, the item moves down and the flingBehavior effect disappears. ...