AndroidDev
@devAndroid
15
subscribers
16
photos
2
files
337
links
Download Telegram
Join
AndroidDev
15 subscribers
AndroidDev
https://medium.com/google-developers/re-animation-7869722af206
Medium
Re-animation
In a previous article, I described a technique for creating vector animations on Android:
AndroidDev
https://gist.github.com/nickbutcher/1dcde5a989011d01fda491bc9a59c21e
Gist
A prototype implementation of a shadow effect inspired by the Google Play Games app (https://play.google.com/store/apps/detail…
A prototype implementation of a shadow effect inspired by the Google Play Games app (https://play.google.com/store/apps/details?id=com.google.android.play.games). - IconView.kt
AndroidDev
https://android.jlelse.eu/https-medium-com-yashsoniweb-android-tasks-ffbd547ff5b8
Medium
Android Tasks: Once and for all
Tasks, Back Stack, Affinity, Intent Flags, and everything else
AndroidDev
AndroidDev
https://android.jlelse.eu/android-viewmodel-with-custom-arguments-d0ff0fba29e1
Medium
Android ViewModel with Custom Arguments
Android Arch component has 2 types of view model. One is ViewModel and AndroidViewModel, differnce between those 2 is first one does not…
AndroidDev
https://android.jlelse.eu/become-an-android-painter-aadf91cec9d4
Medium
Become an Android Painter
Deep dive into how custom views work and how you can create one.
AndroidDev
https://android.jlelse.eu/mastering-shadows-in-android-e883ad2c9d5b
Medium
Mastering Shadows in Android
If we want to create better apps, I believe that we need to follow material design guideline.In general terms, Material design is a…
AndroidDev
http://hannesdorfmann.com/android/presenters-dont-need-lifecycle
Hannes Dorfmann
Presenters don't need lifecycle events
My life with Android
AndroidDev
https://medium.com/square-corner-blog/keeping-the-daggers-sharp-%EF%B8%8F-230b3191c3f
Medium
Keeping the Daggers Sharp
⚔️
Heads up, we’ve moved! If you’d like to continue keeping up with the latest technical content from Square please visit us at our new home…
AndroidDev
https://medium.com/@elifbon/android-application-performance-step-1-rendering-ba820653ad3
Medium
Android Application Performance — Step 1: Rendering
Application performance is always a problem for the everyone developing Android application. Because, if we realize that our application is…
AndroidDev
https://developer.android.com/topic/performance/rendering/overdraw.html
Android Developers
Reduce overdraw | Android Developers
Improve performance by reducing unnecessary rendering.
AndroidDev
https://medium.com/freenet-engineering/memory-leaks-in-android-identify-treat-and-avoid-d0b1233acc8
Medium
Memory leaks in Android — identify, treat and avoid
In our daily pursuit of building better apps, we as developers need to take many things into consideration in order to stay on track, one…
AndroidDev
AndroidDev
https://medium.com/@passsy/thirtyinch-a-new-mvp-library-for-android-bd1a27262fd6
Medium
ThirtyInch —a new MVP library for Android
Most Android Developer know that the best practices from Google for Android aren’t very practical. They are still promoting AsyncTask as…
AndroidDev
https://medium.com/@gumay.raditya/proper-way-to-use-compose-in-rxjava-f89b9746a5fe
Medium
#6 ~ Proper way to use compose in RxJava
Maybe some of you not familiar with compose in RxJava or maybe just know this feature. RxJava is a library for composing asynchronous and…
AndroidDev
https://medium.com/@magdamiu/android-is-solid-348c2d3fd6ce
Medium
Android is SOLID
The SOLID principles acronym was introduced by Michael Feathers for the principles that were defined by Robert C.
AndroidDev
AndroidDev
https://interpersonal.stackexchange.com/questions/9705/how-to-tell-an-older-colleague-that-they-are-not-superior-to-me
Stackexchange
How to tell an older colleague that they are not superior to me?
I've got a communication issue with my colleague, let's call her Alice. Alice seems to feel superior to me just because she is about 20 years older than me. We were hired for the same position at the
AndroidDev
https://takeoffandroid.com/android-spannable-text-view-to-change-color-size-style-and-adding-click-event-for-particular-word-8acd8a05ec61
takeoffandroid
Android Spannable text view to change color, size, style and adding click event for particular word
SpannableTextViews are used in Android to highlight the particular portion of text with different colors, styles, size and click event in a Single TextView. This can be used for inflating rows in…
AndroidDev
https://blog.stylingandroid.com/recyclerview-animations-add-remove-items/
Styling Android
RecyclerView Animations – Add & Remove Items
RecyclerView is a really useful way of displaying content in list form, particularly when the content is dynamic and / or there are large numbers of items. One thing that can be really useful is that