Support library 23.3.0 is available
http://developer.android.com/intl/ru/tools/support-library/index.html#revisions
#SupportLibrary
http://developer.android.com/intl/ru/tools/support-library/index.html#revisions
#SupportLibrary
Android
Support Library | Android Developers
The Android Support Library offers a number of features that are not built into the framework. These libraries offer backward-compatible versions of new features, provide useful UI elements that are not included in the framework, and provide a range of…
Android Support Library v24.2 released!
Release 24.2.0 contains the following changes:
1) v4 Support Library split
2) API updates
3) Behavior changes
4) Deprecations
5) Bug fixes
Note: Release 24.2.0 removes support for Android 2.2 (API level 8) and lower. Classes and methods that exist only to serve those system versions are now marked as deprecated and should no longer be used. These deprecated classes and methods may be removed in a future release.
Discussion on reddit:
https://www.reddit.com/r/androiddev/comments/4y70e7/android_support_library_v242_released/
More info:
https://developer.android.com/topic/libraries/support-library/revisions.html
#SupportLibrary
Release 24.2.0 contains the following changes:
1) v4 Support Library split
2) API updates
3) Behavior changes
4) Deprecations
5) Bug fixes
Note: Release 24.2.0 removes support for Android 2.2 (API level 8) and lower. Classes and methods that exist only to serve those system versions are now marked as deprecated and should no longer be used. These deprecated classes and methods may be removed in a future release.
Discussion on reddit:
https://www.reddit.com/r/androiddev/comments/4y70e7/android_support_library_v242_released/
More info:
https://developer.android.com/topic/libraries/support-library/revisions.html
#SupportLibrary
reddit
Android Support Library v24.2 released
Release notes are not currently available (as is tradition for Google developer docs), however from looking at the internal javadocs, it looks...
What’s new in Support Library v26?
https://www.youtube.com/watch?v=2GTivnMCR-Y
Support Library v26 comes with a lot of new features, specifically: fonts as resources and downloadable fonts, access to backwards compatible emoji support via the new EmojiCompat library, the ability to allow the text size of your TextView to expand or contract automatically to fill its layout, the option to implement animations driven by physics forces with the ‘spring and fling’ animations, improved parity with the Android framework, various form factors such as Wear and TV, and, finally, a library slimmed down by moving minSdk to 14 and dropping 1.4k methods.
https://developer.android.com/topic/libraries/support-library/revisions.html
#SupportLibrary
https://www.youtube.com/watch?v=2GTivnMCR-Y
Support Library v26 comes with a lot of new features, specifically: fonts as resources and downloadable fonts, access to backwards compatible emoji support via the new EmojiCompat library, the ability to allow the text size of your TextView to expand or contract automatically to fill its layout, the option to implement animations driven by physics forces with the ‘spring and fling’ animations, improved parity with the Android framework, various form factors such as Wear and TV, and, finally, a library slimmed down by moving minSdk to 14 and dropping 1.4k methods.
https://developer.android.com/topic/libraries/support-library/revisions.html
#SupportLibrary
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...