I am developing an Android app. I need to know how we can have a EditText with border. In Lolipop they have completely changed the EditText style. Can we do it
I have a Double variable that is 0.0449999 and I would like to round it to 1 decimal place 0.1 . I am using Kotlin but the Java solution is also helpful. val
I'm currently working on modularizing my application, so I'm putting each feature in a library module. In one of my features, I access the version code and name
I am trying to use Square's flow library to make a very simple app. The idea is that clicking a FAB will switch the screen from blue to red. Clicking the FAB ag
I am using ViewModel inside BottomSheetDialogFragmet() so I have to mark my BottomSheet with @AndroidEntryPoint. @AndroidEntryPoint class SearchAddressDialog :
I have 2 text view and i want them to align horizontally at the same column. I tried to android:layout_toRightOf="@id/textName" but it seem like it goes to t
Faced a problem while using react-native-fbsdk-next. The first call to Profile.getCurrentProfile on android returns null. Everything works correctly on ios. If
I am developing an ionic 1 app designed to run on a specific android device. I cannot find a way to easily get performance metrics (memory usage, cpu, fps, et
I have a Java server that it is compiling Android APKs by command line and writing the output into a file, this is the source code: Process p = Runtime.getRunti
So I'm trying to add the Firebase SDK to my Android Studio app as per the instructions from the Firebase website (see picture). Adding the line classpath 'com
I am developing an android application which captures the location of every turn the user made while navigating from a source to a destination. My application w
Google is deprecating Android AsyncTask API in Android 11 and suggesting to use java.util.concurrent instead. you can check out the commit here * * @deprecate
Currently in Jetpack Compose, this code throws an IllegalStateException because you cannot nest two vertically scrolling Composables: @ExperimentalFoundationApi
Im using the .net maui blazor to get the device to take a photo, then as its taken it, i wish to display it on the screen so the user can see what image they ha
I have been trying to get this done but with no succes for the last couple of days. I am trying to add a squarebox overlay ( wouldbe nice if it could contain 2
Connected Firebase with my Android project and here is my build.gradle file code: apply plugin: 'com.android.application' android { compileSdkVersion 26
After recording a simple espresso test on my app the test fails to run and I'm hoping someone can guide me as to why this is happening. The resulting error is:
So, I have Android studio installed, and I cannot use the emulator more than once. So once installed, the emulator works very well at the first use. when I cl
The Expo app will build and run correctly on ios simulator, ios device, and android emulator. but when I build an apk and run on an android device the app freez
I made FormData use the dio package to upload images to the database, but my compilation was running "flutter run", an error appeared. After I see the error th