python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Migration of app from target sdk 28 to 30 giving library error
I am migrating my application from target sdk 28 to 30 because to upload it on playstore its required but its giving library error for all the libraries.
Below is app level build file with all the req...
Nidhi Bhatt
Votes: 0
Answers: 0
Gson does not parse json String
Now I'm working on an Android SDK project, the code is too old and I tried to collect data from server using okhttp3. By using the following function I'm able to collect the response from server.
Stri...

jerald jacob
Votes: 0
Answers: 2
Modifying a preference value in a PreferenceScreen by code
I have a PreferenceScreen following the docs here and here.
One of the options is a SwitchPreferenceCompat that does some risky work in my app, for example, to send sensitive information periodically....
Ton
Votes: 0
Answers: 2
Flutter java.lang.NoClassDefFoundError: Failed resolution of: Landroidx/core/view/WindowInsetsControllerCompat;
When upgrading Flutter from version 2.5.3 to 2.8.1. I get this error and the app crashes. The app does compile and the main screen does appear for a split second but then it crashes and disappears. I ...
Cioloca Rares
Votes: 0
Answers: 0