Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
0 votes
0 answers
16 views

Priority Mode in Android with java

I've been researching how the Game Booster in Samsung devices feature in Android achieves its priority mode, but so far, I only found information about the Do Not Disturb mode, which is not what I'm ...
Raphael Moral Piazera's user avatar
-1 votes
0 answers
8 views

Android TextView.setText(R.string.text_from_string.xml_file); does not show font colors which were used to decorate strings and in string.xml file

I put some strings in string.xml file as follows. <string name="text1749">The <font color="#DE0010">book</font> was written by Mr. Martin Vikramasinghe.\n<font ...
Isuru Thiwanka's user avatar
-3 votes
0 answers
27 views

Java Request Only working for HTTPS and not HTTP [closed]

I tried calling a GET request in java using a local link on Andriod Studio but it is giving me android.system.ErrnoException: isConnected failed: ECONNREFUSED (Connection refused) error. However, when ...
Abhinav Akula's user avatar
0 votes
0 answers
39 views

Difficulties upgrading old project to Android 14

I am experiencing tremendous difficulties upgrading a project to Android 14. A little background into the project. The project currently cannot be upgraded past Java 15 , API Level 33 and Gradle 7.0.2 ...
Julian Silvestri's user avatar
0 votes
0 answers
12 views

Gradle Error while running flutter project in Android Studio java

I am completely new to flutter. Yesterday I installed flutter, added path variables and it works straight from cmd. I also created a project using cmd and opened it in Android Studio. Import of Dart ...
Tony Casilla Coaquira's user avatar
0 votes
0 answers
32 views

Android Studio 2024.1.1 - Gradle Project sync failed

I try to use Android Studio but there is a problem since i downloaded it, the sync fail. I always got the same Error messages : "Could not move temporary workspace" "java.nio.file....
Guillaume's user avatar
-1 votes
0 answers
19 views

My Fragment Result Listener won't update the text

I am trying to get my app to display different text each time a button is pressed. The first time I press any button it works fine, but afterwords it reverts my textviews on the fragment to the ...
Allan Sharad's user avatar
-1 votes
1 answer
21 views

com.amazonaws.services.s3.model.AmazonS3Exception: SignatureDoesNotMatch Error When Uploading Files to S3 from Android App

I'm encountering a SignatureDoesNotMatch error when trying to upload a file to Amazon S3 using the AWS SDK for Java as I'm developing an android app with a feature that allows users to upload their ...
Sarimm Chaudhry's user avatar
0 votes
0 answers
73 views

Room database dependencies in Android Studio Koala

I want to add libraries to be able to work on room databases, but I don't know which one to insert. I am working on Android Studio Koala SDK 34 and Gradle KTS, I use Java as language. Can someone help ...
ciro 's user avatar
-2 votes
0 answers
12 views

How to routing with OSM2po and pbf file in android? [closed]

I tried to test offline routing with PBF file in android studio. I read this link https://osm2po.de/ and tried this code: public class Main implements Configurer { final static String LOGLEVEL = &...
Ali Hosein pour's user avatar
-1 votes
2 answers
45 views

how to use an android studio module inside another module

I am really new into this topic, I have a simple project that is an android studio template with some modifications, the project is a simple application with sidebar menu, the android studio uses ...
Pazhuhesh Derakhshan's user avatar
0 votes
1 answer
27 views

How to set facebook au banner ads in 1 activity and it show in multiple Activity

I set this code in /res/layout/activity_main.xml <LinearLayout android:id="@+id/banner_container" android:layout_width="match_parent" android:layout_height="...
Bayzid Hossain's user avatar
-2 votes
0 answers
35 views

arm64-v8a and armeabi-v7a both architecture not run on a single application?

Library .so File I have encountered an issue where armeabi-v7a and arm64-v8a SDKs cannot run simultaneously in my application. This is due to some SDKs having .so files optimized for armeabi-v7a and ...
Mohammad Zeeshan's user avatar
0 votes
1 answer
23 views

How do I Update My SoundPool Constructor to Use SoundPool.Builder?

My old SoundPool construction went as follows: mySoundPool = new SoundPool(3, AudioManager.STREAM_MUSIC, 0); I am just playing small mp3 sounds. This has now been deprecated, so we now use SoundPool....
Rewind's user avatar
  • 2,706
0 votes
0 answers
15 views

Integration of a Trained Model in Android Studio

How to accurately integrate a tflite model in android studio? I am having difficulty in making this model work for my application, basically the model is trained to distinguish two different class of ...
Jack Jaruhe's user avatar

15 30 50 per page
1
2 3 4 5
1546