iad24

Results 6 issues of iad24

It happens to ZenFone 2 device, Android 5.0 Im using this lib version 2.3.0 Fatal Exception: java.lang.RuntimeException: Unable to start activity ComponentInfo{com.xxx.yyy/com.myapp.modules.login.views.LoginActivity}: android.view.InflateException: Binary XML file line #0: Error inflating...

Im trying to save the logs in a file. But when I use: `Logger.addLogAdapter(DiskLogAdapter())` it creates csv file and the logs is different from what we see in the logcat....

bug
help needed

I usually use this decorator to put space between items in a recyclerview: ``` class ItemVerticalSpaceDecoration(private val space: Int, private val includeTopBottom: Boolean = true) : RecyclerView.ItemDecoration() { override fun...

Im using v4.1.0. 1. Possible to disable the horizontal scroll bounce? Im actually using this as an image viewer for a single photo. It means that there will be always...

Im using v4.1.0. Possible to put my own custom overlays or buttons at the bottom?

Great work. This is what Im looking for. But anyway for me load the list of years I want to show? and possible with other values? like I want to...