MKevin3
MKevin3
When I build in release mode and I cancel an OKHTTP call I get an exception as shown below. The chuck.readystatesoftware.com.ChuckInterceptor.intercept should be full NO-OP but it is catching canceled...
With the current layout the circle around the text spreads across the width. Here is a fix. It uses the spread aspect to make it paint correctly with constraint layout...
The Kotlin example code shows setting minimum twice instead of min of 0 and max of 10. Seems double setting min with a starting value of 0 allows you to...
When I had just 4 screens in my tutorial area all ways fine. I know how 6 screens and the [Skip] and [Next] button slightly move off the screen on...
Right now you can get the splitter into an odd state where it is not visible on screen. It would be nice to have some attributes setting a minimum and...
If I attempt to build a release build of my app I get an error on this line about a missing key Requestly.Builder(this).build() Even though I have it set this...
If you target SDK 33 you must request Manifest.permission.POST_NOTIFICATIONS or you will not see the notification as network traffic occurs. This is not required for older SDK version. You can...
Instead of having the menu flash hidden / shown if the menu is already on screen it would be nice to have an isVisible property / method so I can...