Today the Google Android team announced full support for Kotlin.
How Kotlin boosts Android development:
https://goo.gl/0D3M9o
Easily switch from Java to Kotlin:
https://goo.gl/beCrj9
#kotlin
How Kotlin boosts Android development:
https://goo.gl/0D3M9o
Easily switch from Java to Kotlin:
https://goo.gl/beCrj9
#kotlin
The article has 3 parts:
1. Higher-order functions and Lambda expressions
2. Local Functions
3. Delegated Properties
Full article: https://goo.gl/mhV3QW
#kotlin
1. Higher-order functions and Lambda expressions
2. Local Functions
3. Delegated Properties
Full article: https://goo.gl/mhV3QW
#kotlin
[ 3 min reading ]
Anko speeds up Android development with the capabilities of Kotlin.
- listeners, intents, dialogs
- easy threading
- no more findViewById
https://goo.gl/7aB9Bz
#kotlin #lib
Anko speeds up Android development with the capabilities of Kotlin.
- listeners, intents, dialogs
- easy threading
- no more findViewById
https://goo.gl/7aB9Bz
#kotlin #lib
[12 min read]
- Android Studio 3 + Kotlin
- Build Variants, ConstraintLayout, Data binding
- MVVM architecture
- RxJava2
- Dagger 2
- Retrofit
- Room
Read more: https://goo.gl/nBQyP9
#tips #kotlin
- Android Studio 3 + Kotlin
- Build Variants, ConstraintLayout, Data binding
- MVVM architecture
- RxJava2
- Dagger 2
- Retrofit
- Room
Read more: https://goo.gl/nBQyP9
#tips #kotlin
[12 min read]
- MVVM architecture + repository pattern + Android Manager Wrappers
- RxJava2 in architecture
- Dagger 2.11
- Retrofit (+ Rx Java2)
- Room
Read more: https://goo.gl/shCGcD
#kotlin
- MVVM architecture + repository pattern + Android Manager Wrappers
- RxJava2 in architecture
- Dagger 2.11
- Retrofit (+ Rx Java2)
- Room
Read more: https://goo.gl/shCGcD
#kotlin
7 TOP tutorials to learn Kotlin for Android [5 min read]
Full article: http://bit.ly/2BjNTWr
#kotlin @android_united
Full article: http://bit.ly/2BjNTWr
#kotlin @android_united
Make your Kotlin codebase happier [9 min read]
- sealed classes
- when() and with() like a boss
- withCorrectType()
Part 1: http://bit.ly/2kwxF4M
Part 2: http://bit.ly/2kw6VBi
#kotlin
- sealed classes
- when() and with() like a boss
- withCorrectType()
Part 1: http://bit.ly/2kwxF4M
Part 2: http://bit.ly/2kw6VBi
#kotlin
Kotlin is like the Iron Man. Continuing this metaphor let's show the conciseness of Kotlin.
- Class creation
- Data modifier
- Operators
Read: http://bit.ly/2FR0fIp
#kotlin
- Class creation
- Data modifier
- Operators
Read: http://bit.ly/2FR0fIp
#kotlin