Rahul Mandaliya
Rahul Mandaliya
`implementation 'com.amitshekhar.android:android-networking:1.0.2'` settings.gradle pluginManagement { repositories { gradlePluginPortal() google() mavenCentral() } } dependencyResolutionManagement { repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS) repositories { google() mavenCentral() } } Error : Could not find com.amitshekhar.android:android-networking:1.0.2. Required by: project...
can you please add grid layout manager with span count 2 for items and footer progressbar with span count 1, i tried but footer span size is half of the...
@wysaid hi, i just modified some BasicImageDemoActivity.java filter and add @curve filter t at 0 index then run program, i fond that @curve filter is not working with @adjust. `...
Android : 9 Device : HUAWEI Y6s Issue Occurred : more than 50 times with HUAWEI and Samsung devices Caused by java.lang.SecurityException Permission Denial: opening provider com.android.providers.media.MediaDocumentsProvider from ProcessRecord{31796d7 5910:com.ist.quotescreator/u0a150}...
Advance thanks UIL Drawable is Here [https://imgur.com/BZuty0w](Grid Drawable) I'm creating repeatable drawable using android drawable in res/drawable/drawable_grid.xml ` ` i can directly access this repeatable drawable using `Drawable d1 =...
`Fatal Exception: java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/com.example.myapp1-1/base.apk"],nativeLibraryDirectories=[/data/app/com.example.myapp1-1/lib/x86_64, /data/app/com.example.myapp1-1/base.apk!/lib/x86_64, /vendor/lib64, /system/lib64]]] couldn't find "libp7zip.so" at java.lang.Runtime.loadLibrary(Runtime.java:367) at java.lang.System.loadLibrary(System.java:1076) at com.hzy.libp7zip.P7ZipApi.(P7ZipApi.java:13) at com.example.myapp1.libp7zip.ZipExtractCommand$ExtractRequestTask$2.subscribe(ZipExtractCommand.java:81) at io.reactivex.internal.operators.observable.ObservableCreate.subscribeActual(ObservableCreate.java:40) at io.reactivex.Observable.subscribe(Observable.java:10179) at io.reactivex.internal.operators.observable.ObservableSubscribeOn$1.run(ObservableSubscribeOn.java:39) at io.reactivex.Scheduler$1.run(Scheduler.java:134) at io.reactivex.internal.schedulers.ScheduledRunnable.run(ScheduledRunnable.java:59)...
I using this library on compileVersion 33 and targetVersion 33, so please make update library target to android api 33 [https://developer.android.com/reference/android/Manifest.permission#READ_MEDIA_IMAGES](https://developer.android.com/reference/android/Manifest.permission#READ_MEDIA_IMAGES)
Main theme : Theme.Material3.DayNight.NoActionBar Splash theme : Theme.SplashScreen Dynamic color not set on post theme while using DynamicColors.applyToActivitiesIfAvailable(this) in Application Class Testing Emulator : Resizable Emulator, API Version 33