Is it possible to edit the warning message that pops up when we start screen sharing in Android? The message is different for different OS devices. For OS 10 -
I have been trying to get CalendarView for the application i have been working on.Earlier the calendarView was being displayed in XML design but now i do not ge
From the doc of app links, it's clear that it will directly go to my app if the user clicks a corresponding URL. But what if I declare two apps in one .well-kn
I'm using IO Ktor: ktor client core to implement multi platform network requests, but I encountered some problems When I use the class attribute created by http
I have came across few solutions specific for ios and Android to prevent screen-capturing and taking screenshots. But how do i disable screen-capturing in react
How can I make a share button in compose, which will share a download link, I tried this but the result was different that I expected. Here is the code. Button
What my layout file currently does: My layout file after building an app looks like on the picture and before building What I want it to do: I want this info ic
For some reason, I am not able to get all direct children of an element on Android. Apparently, the XPath does not work correctly when searching subelements in
I am using Camera 2 API for capture image and it is working fine for other device than Samsung S 21 ultra 5G Android ver 11. I am getting blurry image when capt
I am creating app using React-Native and testing it on Android device. After adding react-native-camera module, the following error occurs: org.gradle.api.task
i want this type slider in flutter any one please help me i want to make this type slider with the same value get by the slider value i am facing the problem to
I'm new to Room and haven't find any posts related to this. I have two classes: BaseModel and ChildModel. ChildModel is a Room entity class, but BaseModel - isn
I'm new to Room and haven't find any posts related to this. I have two classes: BaseModel and ChildModel. ChildModel is a Room entity class, but BaseModel - isn
I have created android build of my Flutter application. Then I created an internal testing release. It is showing a warning This App Bundle contains native cod
Could somebody please explain me what is je_free function defined in libc.so and when is it called? Note1: while investigating one crash reported in our applica
I want to implement timer using Kotlin coroutines, something similar to this implemented with RxJava: Flowable.interval(0, 5, TimeUnit.SECONDS)
We are using Google's App Delivery package in our game to escape APK download size limit. First a few builds were completely fine. But later, our download sizes
I wanted to know the package name for Google meet in Android and iOS. Currently I know the package name for Zoom and Teams in Android manifest. This is my Andro
Currently I am using net.dongliu.apk-parser but this is throwing exception for some of the apks which are signed with v2 only. The same issue also reported on t
I am following this tutorial and cannot figure out how to resolve the errors "Unresolved Reference: activity_main" and "Unresolved Reference: app_name". The tut