Android United
181 subscribers
78 photos
4 videos
10 links
Hi, I'm @p_val and here I share a good stuff on my way of becoming better Android developer.
- best practices
- important releases
- tools and libraries
- tips and tricks

#tips #kotlin #lint #db #ui #lib #testing #gradle #security #IoT #animation #rx #ai
Download Telegram
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
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
[ 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
- Variables
- Basic Types
- Arrays

Full article: https://goo.gl/w83CvV

#kotlin
[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
[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
7 TOP tutorials to learn Kotlin for Android [5 min read]

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
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