Android Developer

Results 12 issues of Android Developer

Getting this on emulator ( Android 11 ) In the application class onCreate method, AndroidNetworking.initialize(getApplicationContext());

?({ "Years": {"min_year":"1941", "max_year":"2019"} }); New to this library. @amitshekhariitbhu Can you please help I've tried this yet void getYears() { Gson gson = new GsonBuilder() .setLenient() .create(); AndroidNetworking.setParserFactory(new GsonParserFactory(gson));...

Hello, The library is working fine for some devices but on my Motorola device, when I take the picture, it is coming as black color bitmap only. Any help would...

Hi, Can you please provide the library in kotlin?

Can anyone please let me know, how to make it work with Android 11? Thanks

app:tbSwipeSensitivityPixels="0" I am trying this to disable toggle to turn on/turn off, but still swipe gesture is allowing toggle to enable/diable. Please let me know, how can I disable it?...

Hi, Can we replace colors with drawable images. I have a requirement to show bubbles not gradient colors.

java.lang.Exception: [encrypt] expected IV length of 16 but was 32 Facing this issue private String iv = "aeb3df8a92ac4b080ab9b5dd6e16e394";//Dummy iv (CHANGE IT!) private String SecretKey = "493e61e6dd5b9ba080b4ca29a8fd3bea";//Dummy secretKey (CHANGE IT!)

Bitmap bm = BitmapFactory.decodeByteArray(chartData, 0, chartData.length); D/skia: --- Failed to create image decoder with message 'invalid input' * Image date is correct

help wanted

My folder path is /storage/emulated/0/com.example.demoapp but i am unable to delete it using storage.deleteDirectory(path); Can anyone plzz help me in this ???