currently i'm using https://github.com/react-native-picker/picker library But i got some problem, my placeholder text is cutted and i want to change the overlay
While running my react native app on android device using expo the api response are not coming which is done using fetch and POST method and getting this error:
I am building out the login form for a client, and their backend, upon successfully authenticating the user, returns the user validation data in a JSONObject as
I am using a lottie animation in my android app. I downloaded the json file and pasted res/raw. I am using it my app using XML and Java, but when I run the app,
Currently, I am working on connecting specific WiFi in the source code. But the problem is, since Android 10, the default setting is to set a random macArress.
I want to get the IP that an app uses on bluestacks or any other android emulator, how can I do that? I tried using wireshark, but bluestacks connect to tons of
I'd read the documentation but I'm not able to understand how to create a working example to understand better their differences. And ofc I've created a play
I have recently updated my Android Studio to Chipmunk and I am unable to import any library in it. Here is my build.gradle project level file. App level build
I'm trying to upload a JPEG to MongoDB using Ktor and Kotlin but keep getting an error: java.io.FileNotFoundException: /document/image:32: open failed: ENOENT (
I've got an app in the play store, and have just started seeing the following crash on crashlytics as we're releasing a new version: Fatal Exception: java.lang.
In Android Studio when we create a new image asset, it says the icons will overwrite what is already there, but when we hit finish, the icons disappear on the c
I know this was asked before, but none of the solutions seem to help. I'm using first time Facebook SDK in my application. MainActivity.java: package com.spade;
TouchAction is deprecated. Any pointers for new usage to do vertical Scroll? Below code used. But not working as TouchAction is deprecated. Dimension dimension
I'm trying to set a height peek from which the dialog must start, then the user if dragged should be able to expand it, the issue is that in any case the bottom
I have an android app that connects to a BLE device and pairs with it using BleDevice.createBond(). the issue is that the dialog could disappear before the user
In 2022, What scenario can imagine LiveData is better than other observable libraries such as StateFlow, SharedFlow, Coroutine Channel and etc.
I am fairly new to android studio so please excuse my incompetence. Two days ago I deleted android studio and re-downloaded it and now the emulator refuses to w
I received this build error having updated my native android project to Android S (Pre release of android 12). Googling for the error threw up no valuable hits.
I am using Facebook share SDK and I read the docs which says that if the native Facebook app is installed then it will be used as a share dialog otherwise a web
I have a calendar, that works correct but shows only current day and future. How can i set previous days? I'd like to highliht a current day but also give an op