Mehdi Salehi
Mehdi Salehi
to reset UI
Fatal Exception: java.lang.IndexOutOfBoundsException: Invalid index 0, size is 0 at java.util.ArrayList.throwIndexOutOfBoundsException + 260(ArrayList.java:260) at java.util.ArrayList.get + 313(ArrayList.java:313) at com.elconfidencial.bubbleshowcase.BubbleShowCase.access$addBubbleMessageViewDependingOnTargetView + 10238(SourceFile:10238) at com.elconfidencial.bubbleshowcase.BubbleShowCase$iF.run + 109(SourceFile:109) at android.os.Handler.handleCallback + 815(Handler.java:815) at...
Fatal Exception: java.lang.ArrayIndexOutOfBoundsException: length=10; index=-2 at java.util.ArrayList.get(ArrayList.java:439) at o.mainactivity.onSlideClick(SourceFile:115) at o.send.onClick(SourceFile:70) at android.view.View.performClick(View.java:7341) at android.view.View.performClickInternal(View.java:7307) at android.view.View.access$3200(View.java:846) at android.view.View$PerformClick.run(View.java:27796) at android.os.Handler.handleCallback(Handler.java:873) at android.os.Handler.dispatchMessage(Handler.java:99) at android.os.Looper.loop(Looper.java:214) at android.app.ActivityThread.main(ActivityThread.java:7156) at java.lang.reflect.Method.invoke(Method.java) at...
.\gradlew build failed whit this error: > Task :test UtilsTest > Using encodeSecret() should > UtilsTest.encode String with special characters FAILED io.kotest.assertions.AssertionFailedError at UtilsTest.kt:45 "encode String with special characters" {...
I got this error when read data from credentials.properties file $: gradlew hideSecretFromPropertiesFile -PpropertiesFileName=credentials.properties -Ppackage=com.sample.test FAILURE: Build failed with an exception. * What went wrong: Task '.properties' not found in...
Hi When I trying to put the Carousel in a sticky header by StickyHeaderLinearLayoutManager, scroll position of the Carousel is not saving in states and after scrolling down, it's back...