Skip to main content

Questions tagged [android]

Android is Google's mobile operating system, used for programming or developing digital devices (Smartphones, Tablets, Automobiles, TVs, Wear, Glass, IoT). For topics related to Android, use Android-specific tags such as android-intent, android-activity, android-adapter, etc. For questions other than development or programming but related to the Android framework, use this link: https://android.stackexchange.com.

android
0 votes
0 answers
5 views

Android How to add pagination into AutoCompleteTextView

can you please help for how to handle pagination into AutoCompleteTextView, i have show data as dropdown list using custom adapter like this. SearchDropdownAdapter searchDropdownAdapter = new ...
Adil Saiyad's user avatar
  • 1,592
0 votes
0 answers
3 views

Getting Error while downloading ESim using DownloadableSubscription.forActivationCode

I am trying to download and install the eSim using DownloadableSubscription.forActivationCode in android but i am getting some weird error code. I have search those in Android documentation as well ...
Sandesh Mane's user avatar
0 votes
0 answers
4 views

Wrap scrollable Tabbar flutter

I want to build two tab at left hand below is the code. The problem is indicator is coming whole the width of screen. Just want to keep wrap indicator with tab. Widget _buildTab(BuildContext context)...
Farhana Naaz Ansari's user avatar
0 votes
0 answers
9 views

Flutter | Unable to build Debug APK for Android

I am a newbie to flutter and trying to build the apk that can be installed on my android device. I am able to build the release apk using the following command: flutter build apk To debug certain ...
Manchanda. P's user avatar
0 votes
0 answers
11 views

Kotlin execution order mix with different scope and coroutines

I'm trying to figure out the order of the execution of coroutine. Here is my example. fun theCoroutineOrderWithDifferentScope() = runBlocking { coroutineScope { println("in the ...
sss ss's user avatar
  • 1
1 vote
1 answer
15 views

How to Detect Unsecured Wifi Android

WifiInfo class provides getCurrentSecurityType function but it is available only for API level 31 & above. private static void detectUnsecureWifiNetwork(Context context) { WifiManager ...
Ghost's user avatar
  • 55
0 votes
0 answers
14 views

How do I float xml normally with a windowmanager?

override fun onCreate() { super.onCreate() windowManager = getSystemService(Context.WINDOW_SERVICE) as WindowManager binding = ActivityLockBinding.inflate(LayoutInflater.from(this)) ...
정jeong's user avatar
0 votes
1 answer
12 views

"Execution failed for task ':react-native-gradle-plugin:compileKotlin'" ,when upgraded from 0.72.5 to 0.74.2

The class is loaded from C:/Users/USER/.gradle/wrapper/dists/gradle-8.6-all/3mbtmo166bl6vumsh5k2lkq5h/gradle-8.6/lib/kotlin-stdlib-1.9.20.jar!/kotlin/collections/CollectionsKt__CollectionsKt.class e: ...
Anu Robinson's user avatar
0 votes
1 answer
13 views

How to make CircularProgressIndicator background transparent

I am trying to show an CircularProgressIndicator in my login screen. When I enter username and password and click the login button I need to show a CircularProgressIndicator at the center of screen ...
user7029573's user avatar
0 votes
0 answers
6 views

Next/14 android/arm64 SWC failed to load

https://github.com/vercel/next.js/issues/67605 Disabling swcMinify in config resulted in this beautiful output: ~/test/my-app $ npm run dev > [email protected] dev > next dev ▲ Next.js 14.2.4 - ...
gey ser's user avatar
  • 43
0 votes
0 answers
6 views

WaitHoldingLocks Exception

[libart.so] art::ConditionVariable::WaitHoldingLocks ANR triggered by thread waiting for a binder transaction *emphasized text* "main" tid=1 Native #00 pc 0x0000000000099ccc /apex/...
z.g.y's user avatar
  • 6,035
1 vote
0 answers
16 views

What is the difference between using "module" versus "group" and "name" in toml files (gradle catalog)?

I'm migrating my Android project to gradle catalog, for a better management of dependencies. Documentation doesn't make it very clear, or I've missed something, but what is the difference between ...
qkx's user avatar
  • 2,442
-2 votes
0 answers
17 views

laos locale on Android

I need to verify that the Lao Locale is 'lo' on Android. Additionally, if possible, I ask that users in the Lao region check their Android device's language settings to see what the screen below looks ...
CW Lee's user avatar
  • 1
0 votes
0 answers
14 views

How to upload large files in KMM using ktor?

I am looking for solution to upload large files(1 GB or more) in KMM using Ktor. If i use ByteArray its not efficient and produces out of memory issue. Is There any way in ktor to upload files using ...
Jagdish Jangir's user avatar
-1 votes
0 answers
13 views

Dependencies Android Studio

I am new to the Android studio area and I need to import some liveries in the dependency part, but the method that I have learned gives me an error, and it always happens with all the external ...
Jose Rodríguez's user avatar

15 30 50 per page
1
2 3 4 5
94585