Download Latest Version appintro-6.0.0-sources.jar (28.5 kB)
Email in envelope

Get an email when there's a new version of AppIntro

Home / 6.1.0
Name Modified Size InfoDownloads / 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:

  1. Add the JitPack repository to your build file

    repositories { maven { url "jitpack.io" } }

  2. Bump the dependency

    dependencies { implementation 'com.github.AppIntro:AppIntro:6.1.0' }

Source: README.md, updated 2021-02-03