AndroidDev
@devAndroid
15
subscribers
16
photos
2
files
337
links
Download Telegram
Join
AndroidDev
15 subscribers
AndroidDev
https://www.neowin.net/news/stanford-university-dumps-java-as-an-introductory-programming-language
Neowin
Stanford University dumps Java as an introductory programming language
Having to learn Java as a programming language if you've never coded in your life might seem insurmountable for many, and Stanford University seems to agree, as it moves to JavaScript for its course.
AndroidDev
http://blog.stablekernel.com/replace-asynctask-asynctaskloader-rx-observable-rxjava-android-patterns/
stable|kernel
Replace AsyncTask and AsyncTaskLoader with rx.Observable – RxJava Android Patterns - stable|kernel
In this post, we talk about how to replace AsyncTask and AsyncTaskLoader with rx.Observable interface and achieve more power and clarity in our code.
AndroidDev
http://blog.stablekernel.com/how-to-use-android-developer-options-like-a-pro
Stablekernel
How To Use Android Developer Options Like A Pro
Learn how to leverage Android Developer Options to improve your productivity and become a code ninja.
AndroidDev
https://willowtreeapps.com/ideas/an-introduction-to-android-instant-apps
Willowtreeapps
An introduction to Android Instant Apps
Instant Apps aim to help bring users into the best native app experience as quickly as possible by downloading only parts of an application when they need them.
AndroidDev
https://www.youtube.com/watch?v=fF87cF_WNwg
YouTube
Whatsapp Like Android Circular Reveal Effect
This video showed in details the circular reveal toggle effect just like in the latest whatsapp material GUI designs
Donate: https://www.paypal.me/delaroystudios
AndroidDev
https://www.youtube.com/watch?v=YvXMBpTbAfQ
YouTube
ANDROID MATERIAL DESIGN CIRCULAR REVEAL ANIMATION
The second on the list of Custom Animations in Android is the Circular Reveal Effect. This video work you through on the full integration and implementation of this UI effect into an Android app with the help of the Android Support Design Library exclusively…
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…