android_united | Technologies

Telegram-канал android_united - Android United

206

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

Subscribe to a channel

Android United

Now even better then Fabric!

- Integration with Analytics events
- Logs with steps to reproduce crash
- Smart crash insights

Read: http://bit.ly/2GdgrDJ

#news

Читать полностью…

Android United

How to get transitions working nicely with fragments. Building shared elements transition and making it easy.

Read: http://bit.ly/2FT0nao

#ui #animation

Читать полностью…

Android United

• Build your own library
• Provide access to your new library
- as a Git submodule
- in a self-contained file
- via Nexus repository

Read: http://bit.ly/2FSeRaj

#lib #tips

Читать полностью…

Android United

Android P - the newest version of Android

• Indoor positioning
• New notifications
• Multi-camera API
• Secure transactions
• Optimized Kotlin
• much more...

Read: http://bit.ly/2FoCmXj

Читать полностью…

Android United

Step by step guide has 3 chapters.

- Taking a photo
- The photo is classified if it’s hot or not
- Results are shown on the screen

Read: http://bit.ly/2FRIkkK
Code: http://bit.ly/2FOBGeZ

#ai

Читать полностью…

Android United

Easier life for Kotlin devs 😉

- Animator functions
- Time operations
- Utils
- OS
- Database Cursor
- SQLite
- Resources
- Text
- Graphics
- Views
- Transitions

Read: http://bit.ly/2sutUnx

#tools

Читать полностью…

Android United

Visualise the data working on the layout. No need to compile to check how the screen will look fulfilled with a real data.

Read: http://bit.ly/2E3tokT
Code: http://bit.ly/2E6kzqM

#tools #tips

Читать полностью…

Android United

- How can percents make code sick?
- The secret ingredient
- Why are inserts sexy?
- Translate or not to translate?

Read: http://bit.ly/2DvPlJd

#tips

Читать полностью…

Android United

- When to show ‘rate app’ dialog?
- Prediction + Remote Config = ❤️
- Prediction experiment's results

Read: http://bit.ly/2Dk4s8w

#ai

Читать полностью…

Android United

Everything is hackable [10 min read]

- Protect your code
- Hide your network layer
- Prevent code stripping

Read: http://bit.ly/2D6UVBI

#security

Читать полностью…

Android United

Everything about RxJava multithreding [12 min read]

- Schedulers: difference and when to use
- Understanding subscribeOn & observeOn

Full article: http://bit.ly/2jKNtAk

#rx @android_united

Читать полностью…

Android United

7 TOP tutorials to learn Kotlin for Android [5 min read]

Full article: http://bit.ly/2BjNTWr

#kotlin @android_united

Читать полностью…

Android United

Staging rollout [5 min read]

- choose the right %
- halting staged rollout
- deliver fixes for staged rollout users

Full article: http://bit.ly/2yXlDYb

#tips

Читать полностью…

Android United

Still using Dagger2? Try Koin! [6 min read]

- don’t require any special Android classes
- no need to write annotation
- no need to regenerate & recompile code

Read more: http://bit.ly/2ziDPwg

#lib

Читать полностью…

Android United

Features:
- customize crop area's aspect ratio
- resize a crop area
- customize theme and colors
- crop area shape (support custom shapes)

Link: http://bit.ly/2gLa7aZ

#lib

Читать полностью…

Android United

- Data classes
- Native side (JNI)
- resources from JAR/APK
- third party libraries
- Debugging and stack traces
- ProGuard optimizations

Read: http://bit.ly/2CX95kz

#tips

Читать полностью…

Android United

Helps if you need to know:
- was the fingerprint successfully accepted
- was there an error while validating
- if sensor was locked, when will it be available again

Link: http://bit.ly/2FQhVUi

#lib

Читать полностью…

Android United

- Do you have a project with different Gradle flavors?
- The apps are similar but some screens are different?
- Don't know how to manage test for each of them?

Read: http://bit.ly/2FRkKVi

#testing

Читать полностью…

Android United

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

Читать полностью…

Android United

- Checkout to another branch in 3 sec
- Search among banches
- Get rid of branches removed from a remote repo
- Aliases for quick actions

Read: http://bit.ly/2sErfb4

#git #tips

Читать полностью…

Android United

Facebook Shimmer – Android Content Placeholder Animation

- custom layout for placeholder
- color customization

Read: http://bit.ly/2EScqUR
GitHub: http://bit.ly/2ETq36f

#lib #ui

Читать полностью…

Android United

Run these 2 commands in terminal:
find ~/.gradle -type f -atime +30 -delete
find ~/.gradle -type d -mindepth 1 -empty -delete

Link: http://bit.ly/2Fdu2JM

#tips

Читать полностью…

Android United

- Interview structure (steps)
- How to prepare for each step
- Study Guide (what to learn)
- Resources (where to learn)

Read: http://lft.to/2DkeRRC

#tips

Читать полностью…

Android United

- 3D in Android
- Depth and Z value
- Pressed and Resting states
- Outline

Read: http://bit.ly/2DdurP5

#ui

Читать полностью…

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

Читать полностью…

Android United

Plugin for Intellij Idea and Android Studio.

- GSON
- AutoValue
- Logan Square
- FastJSON
- Jackson
- Moshi
- primitive types
- multiple inner JSONArrays

#lib @android_united

Читать полностью…

Android United

-no rule
-keep
-keepclassmembers
-keepnames
-keepclassmembernames
-keepclasseswithmembers
-keepclasseswithmembernames

Read mode: http://bit.ly/2BcxfYP

#tools @android_united

Читать полностью…

Android United

[3 min read] Rxjava 2.0 wrapper on Google’s Android Firebase library.

- RxFirebaseAuth
- RxFirebaseUser
- RxFirebaseDatabase
- RxFirebaseStorage

Link: http://bit.ly/2yOT5zV

#rx

Читать полностью…

Android United

Features:
- does not depend on any library
- uses an asynchronous thread pool
- supports File, Bitmap

Link: http://bit.ly/2gIU7Gh

#lib

Читать полностью…

Android United

Features:
- JPEG, PNG, GIF, MPEG, MP4
- works with Glide and Picasso
- different themes for picker screen
- custom image filter rules

Link: http://bit.ly/2gKax16

#lib

Читать полностью…
Subscribe to a channel