I am currently learning Android studio Java coding, and I got trouble. I created Recyclerview using cardView and added checkbox to cardView. If I create new obj
Im very new to android studio. I'm trying to make a signup page with email and password authentication with Firebase. Howerver, whenever I try to click the sign
Xamarin.FFImageLoading SVG seems to not be working on Android 11 & 12. For example, when I do Android Target to 11 Version, setting the SVG on Embedded Reso
Is there a way to get current activity in compose function? @Composable fun CameraPreviewScreen() { val context = ContextAmbient.current if (ActivityCom
I had a working build, including databinding, but after migrating my Gradle build scripts to Kotlin DSL, I now have unresolved symbol errors for every use of im
I'm developing an application that allows the user to contact me by sending an email (the user only inputs the message, sender and receiver emails are both mine
I have a React Native application and I'm seeking to add functionality that checks if there is an active internet connection when the app first starts up, and c
I am trying to load list of data in App Widget using jetpack compose and i have stored in Room Local database, how i can retrive the data in GlanceAppWidget cla
I have been trying to run a test case , present in androidTest Package. But as i execute the test, Emulator launches and I get tests passed : 0 Passed. and gett
I am trying to build the gradle for my app but the build fails I've looked around some other questions regarding to this issue and I couldn't solve it. Also, I
I getting issue, printing through bluetooth on thermal printer from pdf file become text view. Print Pdf file via Bluetooth Printer Android I was tried these
How do I make a button without any XML? I tried XML but it did not work and it is "Old" I heard.
I want to debug my Android app for some bug that happens only on some Samsung devices so I tried using Samsung Remote Test Lab. But I want to debug using adb or
I'm writing about an ANR that happens every time a user switches OpenGL context during a live wallpaper preview. This ANR is present on all Android 9 devices an
In general, most components in Jetpack Compose seem to be very easy to customize. However, the same cannot be said for the TextField. For example, say that I wa
My app database class @Database(entities = {Detail.class}, version = Constant.DATABASE_VERSION) public abstract class AppDatabase extends RoomDatabase { p
I just upgraded from Bumblebee to Chipmunk, and I am having multiple dependency-resolution issues in my instrumented androidTests. These are what my source sets
I want to debug my Android app for some bug that happens only on some Samsung devices so I tried using Samsung Remote Test Lab. But I want to debug using adb or
I want to disable rotation (bearing) in Mapbox Android SDK because it is currently too sensitive - when I pinched to zoom, the map also rotate. I tried adding
I have made an Apps, but when I put the code of RewardedAd in Fragment.java, I can't find the keyword "this" correctly, which is giving Code Error. Now, what ca