AndroidDev
@devAndroid
15
subscribers
16
photos
2
files
337
links
Download Telegram
Join
AndroidDev
15 subscribers
AndroidDev
http://anjithsasindran.in/blog/2015/08/15/material-sharing-card/
anjithsasindran.in
Using Circular Reveal animation to create a beautiful material sharing card - capt.swag
I’m an Android Engineer based in the beautiful city of
🌳
Bangalore in India. I spend lots of time learning code from blogs and open sourced projects in Github. I like giving back to the community by open sourcing most of my work on GitHub and keeping a blog…
AndroidDev
https://github.com/TWiStErRob/glide-support/blob/master/src/glide3/java/com/bumptech/glide/supportapp/github/_847_shared_transition/DetailFragment.java
GitHub
TWiStErRob/glide-support
glide-support - Android application to test out issues from the Glide image loading library
AndroidDev
https://speakerdeck.com/android10/the-mayans-lost-guide-to-rxjava-on-android
Speaker Deck
The Mayans Lost Guide to RxJava on Android
In this little journey, we are gonna see what RxJava offers to us in terms of android development. We will also learn how we can apply it to real life mobile projects by showing different examples and use cases.
AndroidDev
https://proandroiddev.com/architecture-components-modelview-livedata-33d20bdcc4e9
Medium
Android Architecture Components by Example
At Google I/O 2017, the Android Framework team announced the new Android Architecture Components. Namely ViewModel, LiveData and other…
AndroidDev
https://developer.android.com/training/material/images/palette-library-color-profiles_2-1_2x.png
AndroidDev
https://speakerdeck.com/dlew/custom-views-for-profit-and-pleasure-big-android-bbq
Speaker Deck
Custom Views for Profit and Pleasure (Big Android BBQ)
All about custom Views and their uses.
Extended and revised from the original talk given in the Twin Cities.
AndroidDev
AndroidDev
https://www.youtube.com/watch?v=AdfKNgyT438
YouTube
Best practices to slim down your app size (Google I/O '17)
Learn how Android Studio, the Android Support Library and Google Play can help you reduce your app size by using new tools and following simple best practices. Users are more likely to download an app and keep it on their device if it has a small download…
AndroidDev
https://medium.com/@mgn524/rx-java-subscribeon-and-observeon-a7d95041ce96
Medium
Rx java subscribeOn and ObserveOn
SubscribeOn and ObserveOn, two concepts that eludes most Rx beginners .
AndroidDev
https://blog.couchbase.com/why-couchbase-chose-rxjava-new-java-sdk/
The Couchbase Blog
Why Couchbase chose RxJava for the new Java SDK
This blog post explains our reasoning and motivation behind choosing RxJava as one of the integral components in our new Java SDK. Motivation There are many ways to design an API and every one has its own set of benefits […]
AndroidDev
https://www.captechconsulting.com/blogs/android-material-themes-made-easy-with-appcompat
Captech Consulting, Inc.
Android Material Themes Made Easy With AppCompat
Android was built with the concept that almost every user interface element of an app should be customizable, allowing apps to adjust their look and feel to express their brand while keeping the common behaviors that users already understand. To support this…
AndroidDev
http://www.developerphil.com/android-studio-tips-of-the-day-roundup-4/
Developerphil
Android Studio Tips Of the Day - Roundup #4
This is the fourth roundup of my Android Studio Daily Tips that I post on Google+You can take a look at the previous post here.
AndroidDev
https://android.jlelse.eu/simplifying-layouts-with-layer-list-drawables-2f750ea1504e
Medium
Simplifying layouts with layer-list drawables
a reliable way of positioning drawables within layer-lists
AndroidDev
https://github.com/blennerSilva/AwesomeDialog/tree/master/awesomedialoglib
GitHub
blennerSilva/AwesomeDialog
Contribute to blennerSilva/AwesomeDialog development by creating an account on GitHub.
AndroidDev
http://jakewharton.com/the-state-of-managing-state-with-rxjava/
Jake Wharton
The State of Managing State with RxJava – Jake Wharton
RxJava’s use in building Android apps has grown rapidly! Combining and composing synchronous and asynchronous sources of data has become easy. That burden that remains is where to put the overall state of the application and how to handle its changes. This…
AndroidDev
https://blog.jetbrains.com/idea/2017/08/code-smells-mutation/
AndroidDev
https://dev.to/lovis/gang-of-four-patterns-in-kotlin
DEV Community
Gang of Four Patterns in Kotlin
How would common "Gang of Four" design patterns implemented in Kotlin look like?
AndroidDev
https://youtu.be/2GTivnMCR-Y
YouTube
What’s New in Support Library v26
Support Library v26 comes with a lot of new features, specifically: fonts as resources and downloadable fonts, access to backwards compatible emoji support v...
AndroidDev
https://riggaroo.co.za/resources-getting-started-android-development/
AndroidDev
https://stackoverflow.com/questions/35701505/simulate-bad-network-with-retrofit-2-on-actual-i-e-non-mocked-api
Stack Overflow
Simulate Bad Network with Retrofit 2 (on Actual, i.e. Non-mocked, API)
In Retrofit 1.x I used the following pattern to create api service classes that simulated a bad network connection for certain build variants.
// Retrofit 1
private <T> T create(Class<T>