Eyepetizer-in-Kotlin icon indicating copy to clipboard operation
Eyepetizer-in-Kotlin copied to clipboard

使用Kotlin撸一款Eyepetizer,学习Kotlin语言

Results 14 Eyepetizer-in-Kotlin issues
Sort by recently updated
recently updated
newest added

我也想做个类似,但是没有Api,请问下作者,api怎么拿

点击发现页的Tab,然后选择其中的一个后没有获取。经过调试以后发现,HotBean里面的数据均为null或为默认值

Could not find method google() for arguments [] on repository

fun create(service: Class?): T? {。。。} 改为fun create(service: Class?): T {。。。} 可好?

Error:(29, 40) Only safe (?.) or non-null asserted (!!.) calls are allowed on a nullable receiver of type LayoutInflater? Error:(46, 35) Type inference failed: Not enough information to infer parameter...

以下文件应排除在外 *.iml .gradle .idea build local.properties

java.lang.IllegalArgumentException: Parameter specified as non-null is null: method kotlin.jvm.internal.Intrinsics.checkParameterIsNotNull, parameter s at com.tt.lvruheng.eyepetizer.ui.VideoDetailActivity$ImageViewAsyncTask.onPostExecute(VideoDetailActivity.kt) at com.tt.lvruheng.eyepetizer.ui.VideoDetailActivity$ImageViewAsyncTask.onPostExecute(VideoDetailActivity.kt:180) at android.os.AsyncTask.finish(AsyncTask.java:651) at android.os.AsyncTask.access$500(AsyncTask.java:180) at android.os.AsyncTask$InternalHandler.handleMessage(AsyncTask.java:668) at android.os.Handler.dispatchMessage(Handler.java:102) at android.os.Looper.loop(Looper.java:157) at android.app.ActivityThread.main(ActivityThread.java:5637) at java.lang.reflect.Method.invoke(Native Method)...