排序
Android custom progress bar
Android custom progress bar,Hello every one, Any help will be appreciated! I am trying to create smth like this: https://thepracticaldev.s3.amazonaws.com/i/u7ch7cc6fdm0xt2s5g46.png...
RxJava combineLatest quick example by Kotlin
RxJava combineLatest quick example by Kotlin,RxJava's combineLatest is very convenient but I can use it difficultly because it has many overloads. So I wrote the code snippet for c...
How Kotlin Calamity Devours Your Java Apps Like Lightning?
How Kotlin Calamity Devours Your Java Apps Like Lightning?,Originally published on Hackernoon. I hear what you are saying. There is that buzz around Android actively adopting Kotli...
Sugar ORM: An easier way to work with SQLite Databases in Android.
Sugar ORM: An easier way to work with SQLite Databases in Android.,If you have been working with the Android SQLite database for some time now, you would have noticed something: Se...
Kanban Board for Android
Kanban Board for Android,I'm currently developing an Android app as a side project, basically it's a simple Kanban board. It will be open source, folks! If someone is interested in...
Android App Release
Android App Release,Hello all, just wanted to share that I have officially released an app for the Android platform. Cred Container is a utility-based application allowing users to...
Intro to Butter Knife for Android views
Intro to Butter Knife for Android views, Butter Knife? Butter knife is a very nice library for Android view injection. Butter knife helps reduce a lot of boilerplate code (e.g repe...
Mobile app development trends of the year
Mobile app development trends of the year,This past year shaped up to be a phenomenal year for the app economy, and 2018 is set to be another gorgeous year. Mobile is more mainstre...
The Strengths and Biggest Misconceptions of Kotlin—Interview with Marcin Moskala
The Strengths and Biggest Misconceptions of Kotlin—Interview with Marcin Moskala,I was approached about attending DevFest Siberia, which is September 23-24th of this month. That s...
Synthetic Accessors in Kotlin
Synthetic Accessors in Kotlin,So this is a pretty nerdy blog and should be a quick one, but I just wanted to share my findings. As you may know, accessing private methods or fields...
JvmOverloads – An essential annotation for Kotlin/Java interrop
JvmOverloads - An essential annotation for Kotlin/Java interrop,When I first began writing Kotlin, one of my favorite benefits was default arguments. This is a way for you to creat...