Can’t use AndroidSchedulers.mainThread() after migrating to RxJava2?
In Kotlin, how do I read the entire contents of an InputStream into a String?
IllegalArgumentException: savedInstanceState Specified as Non-Null is Null
一直没用Kotlin,今天拿了一份工程改强转过来看看,正在也用了新的RxJava2,发现还是有不小的坑,
在这发些可能会运到的修改(其实就是我遇到的坑),自己多动手对入门还是很快的,
我现在才知道为什么一直提示JDK8的警告,Google已经走上Kotlin不归路了,
override fun getItemType(): Int {
return if (imgextra != null) IMG_MULTI else IMG_ONE
}
上面是看一段Kotlin代码,想用吧?