I have a complicated build setup for an android app which basically consists of a normal android app fused together with a Xamarin/Mono project in order to incl
I create a skeleton of the react native project with the standard command npx react-native init NewProject And project directory includes .buckconfig file, lik
Am trying to declare a variable in databinding layout it's type is array of integer but I getting an error when building the project Cannot find a setter for &
May i ask help to use flutter for print in my android built in printer ? I already search in everywhere but not found a clue but i just try use sunmi pos refere
Tying push the data from my application to local server. public class MainActivity extends AppCompatActivity { Socket socket; private static final String SER
I need the width of the screen. But recently found Android defaultDisplay deprecacted with message: Getter for defaultDisplay: Display!' is deprecated. Deprecat
I have an Android app on the play store that publishes data to a simple .txt file and lets you share using any other app of your choice. It used to write direct
I have a big problem. I want to save some files that I download from internet with my application, into my SD card fallowing this path: /storage/9016-4EF8/Andro
I am on MacOS, installed the JDKs 8 ( LTS ) from AdoptOpenJDK to get the android environment up and running and that worked fine! brew cask install adoptopenjdk
while trying out KeyboardAvoidingView with the Expo Go app and npm create-react-native-app on Android I noticed a weird behaviour after a device rotation. When
I am looking for way to secure my apps in both Android and iOS. Android Noticed that there is this new api Play Integrity Api I am looking for any example on us
Error while installing bit using Termux on a Samsung Galaxy s10 Android 12 which is not rooted ~ $ pip3 install bit Collectin
I have requirement to Check Voice quality Rate out of 5 , 5 indicate excellent and 1 is bad. i have research POLQA can do it. but can not find any reference for
I was trying to learn how to use OkHTTP. I importetd the library to my project but when i compile the code it brings out this error. Could not find org.junit.ju
Here is the Logcat: 2020-07-29 15:36:26.382 1382-8050/? I/ActivityTaskManager: START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] f
We have implemented a chat application both in iOS and Android which is 1:1 chat, and the structure is also well designed. Recently we figured out a bug which s
I want to build an android app based on Spleeter. But I am not sure which tool to use to bridge the way between Java and Python on Android or whether it is poss
How do I configure proguard/R8 to keep all the fields and methods of a class if the class contains an annotated field? I have a class public class MyDocument {
i want to add sentry 5.6.0 to my android project but always give error on gradle build buildscript { repositories { mavenCentral() } } plugins
I got an error "Android Gradle plugin requires Java 11 to run. You are currently using Java 1.8" I change it in IDE settings and JAVA_HOME environment variabl