AndroidDev
@devAndroid
15
subscribers
16
photos
2
files
337
links
Download Telegram
Join
AndroidDev
15 subscribers
AndroidDev
AndroidDev
https://github.com/florent37/MyLittleCanvas
GitHub
GitHub - florent37/MyLittleCanvas:
🎨
Need to create a custom view ? You don't know how to use Canvas, use MyLittleCanvas instead…
🎨
Need to create a custom view ? You don't know how to use Canvas, use MyLittleCanvas instead ! - florent37/MyLittleCanvas
AndroidDev
https://github.com/florent37/ExpectAnim
GitHub
GitHub - florent37/ExpectAnim: Describe your animation and run !
Describe your animation and run ! Contribute to florent37/ExpectAnim development by creating an account on GitHub.
AndroidDev
https://github.com/florent37/DiagonalLayout
GitHub
GitHub - florent37/DiagonalLayout: With Diagonal Layout explore new styles and approaches on material design
With Diagonal Layout explore new styles and approaches on material design - florent37/DiagonalLayout
AndroidDev
https://github.com/florent37/Android-YoutubeMp3
GitHub
GitHub - florent37/Android-YoutubeMp3: Download videos as mp3 directly from Youtube Android App
Download videos as mp3 directly from Youtube Android App - florent37/Android-YoutubeMp3
AndroidDev
https://github.com/florent37/AwesomeBar
GitHub
GitHub - florent37/AwesomeBar: Just beautiful
Just beautiful. Contribute to florent37/AwesomeBar development by creating an account on GitHub.
AndroidDev
https://github.com/florent37/ViewTooltip
GitHub
GitHub - florent37/ViewTooltip: A fluent tooltip for Android
A fluent tooltip for Android. Contribute to florent37/ViewTooltip development by creating an account on GitHub.
AndroidDev
https://medium.com/google-developers/whats-new-in-leanback-part-1-a895683c1567
Medium
What’s new in Leanback: Part 1
Introduction to Android TV’s PlayerAdapter
AndroidDev
https://android.jlelse.eu/10-things-new-android-developers-can-relate-to-afd82791faab
Medium
10 Things New Android Developers Can Relate To
I decided to write about some issues I faced when I started building Android apps 3 years ago, and some others I have seen some new Android…
AndroidDev
https://youtu.be/I5-xnGZK7pw
YouTube
Material Bottom Sheet Design in Android Studio
Hello guys,
in this video i will show you how to create a bottom sheet in android studio
Bottom sheet is a component that slides up from bottom of the screen to reveal more content.
hope you enjoyed my tutorials,if so please share and like this video and…
AndroidDev
https://m.youtube.com/watch?v=hQ7Dcz5m_Os
YouTube
Performance Tooling (GDD India '17)
When measuring an app’s quality, user experience is paramount. Performance around battery drain, unresponsive or buggy UI, slow install speeds, and high RAM ...
AndroidDev
https://medium.com/@JoseAlcerreca/the-android-lifecycle-cheat-sheet-part-i-single-activities-e49fd3d202ab
Medium
The Android Lifecycle cheat sheet — part I: Single Activities
To help us explain how lifecycles work, we’ve defined a series of scenarios according to the components that are present.
AndroidDev
https://piercezaifman.com/multithreading-with-rxjava2/
AndroidDev
https://youtu.be/8lAXJ5NFXTM
YouTube
droidcon SF 2017 - Advanced animations with ConstraintLayout
Nicolas Roard, Google & John Hoford, Google ConstraintLayout 1.0 and the Android Studio layout editor made building flexible UI easy. With both 1.0 and the r...
AndroidDev
am broadcast -a com.android.vending.INSTALL_REFERRER -n your.package/path.to.your.BroadcastReceiver --es "referrer" "test_referrer=test"
AndroidDev
https://github.com/wasabeef/awesome-android-ui/blob/master/pages/Progress.md
AndroidDev
https://www.hypertrack.com/blog/2016/12/01/scheduling-tasks-in-android-made-easy/
HyperTrack Blog: Imagine. Build. Repeat.
Scheduling tasks in Android made easy
Over the years Android has introduced several scheduling APIs for jobs that need to be scheduled outside the scope of an application’s lifecycle. Most of these come along with features that improve battery life & optimise resource utilisation. The choice…
AndroidDev
https://medium.freecodecamp.org/25-new-android-libraries-which-you-definitely-want-to-try-at-the-beginning-of-2017-45878d5408c0
freeCodeCamp.org
25 new Android libraries which you definitely want to try at the beginning of 2017
By Michal Bialas This is a list of 25 best Android libraries released in January and February 2017. All of these are worth trying out — they are not in ranked order. Let’s get started! LottieThis is a library that parses Adobe After Effects animatio...
AndroidDev
https://medium.com/@pablisco/smooth-loading-617995a7b8d3
Medium
Smooth loading
Loading bars and spinners are so last decade. And for a good reason. They can break the flow of a website or app. Facebook, for instance…
AndroidDev
https://android.jlelse.eu/adb-survival-guide-for-android-2cd22bad0a0f
AndroidPub
ADB Survival Guide for Android
Android Debug Brigde (ADB) is a command line tool, coming with Android SDK provided by Google, that lets developers communicating with an…