在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):satorufujiwara/kotlin-android-flux开源软件地址(OpenSource Url):https://github.com/satorufujiwara/kotlin-android-flux开源编程语言(OpenSource Language):Kotlin 100.0%开源软件介绍(OpenSource Introduction):kotlin-android-fluxThis project is example of Android app with Flux and Kotlin and Dagger2 and famous libraries. KotlinKotlin version is 1.0.3. Fluxhttp://facebook.github.io/flux/docs/overview.html#content Libraries
TipsDagger2 injection@Inject lateinit var mainAction: MainAction kapthttp://blog.jetbrains.com/kotlin/2015/05/kapt-annotation-processing-for-kotlin/ http://blog.jetbrains.com/kotlin/2015/06/better-annotation-processing-supporting-stubs-in-kapt/ If use with Dagger2, must enable 'generateStub' option. kapt {
generateStubs = true
} ParcerableUse companion object {
@JvmField val CREATOR: Parcelable.Creator<Repo> = object : Parcelable.Creator<Repo> {
override fun createFromParcel(source: Parcel): Repo? {
return Repo(source)
}
override fun newArray(size: Int): Array<out Repo?>? {
return arrayOfNulls(size)
}
}
} http://blog.jetbrains.com/kotlin/2015/10/kotlin-1-0-beta-candidate-is-out NoteFabric Api Key and Api Secret are empty. If you would build, should use your valid Api Key and Api Secret. ToDoAt issues. If you want to suggest better implementation or you have found some mistakes in this projects, Please tell me at issue. Thanks
License
|
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论