Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
AppIntro 6.1.0 source code.tar.gz | 2021-02-03 | 19.0 MB | |
AppIntro 6.1.0 source code.zip | 2021-02-03 | 19.1 MB | |
README.md | 2021-02-03 | 926 Bytes | |
Totals: 3 Items | 38.1 MB | 0 |
This is a new minor release of AppIntro. This library comes with several new features and several bugfixes.
Summary of Changes
- Target SDK is now 30.
- Text visualization has been improved with Autosizing TextViews and URL autolinking.
- AppIntro now offers better support for tablets (
sw600dp
). - Slide indicator has been improved with better color blending and it won't be shown if you have only one slide.
- The AppIntro sample app has been completely rewritten with more examples (for Java, SlidePolicy and more).
- 14 translations have been added or improved.
The full changelog is available in the CHANGELOG file
To update make sure you:
-
Add the JitPack repository to your build file
repositories { maven { url "jitpack.io" } }
-
Bump the dependency
dependencies { implementation 'com.github.AppIntro:AppIntro:6.1.0' }