AppIntro
AppIntro copied to clipboard
Make a cool intro for your Android app.
getting below error when use with library 'com.github.gabrielbb:cutout:0.1.2' Giving below error: java.lang.RuntimeException: Unable to start activity ComponentInfo{com.localapp/com.localapp.SplashIntroNew}: android.view.InflateException: Binary XML file line #48 in com.localmarketplace:layout/appintro_intro_layout: Binary XML file line #48:...
## 🐛 Describe the bug I'm having a crash in some users (~0.1% of them) when they open an AppIntro2 activity. See the device list because I think it is...
I am using AppIntro in Java Android 12 The back button is overlapping previous next button, As shown in the image   Please check this out Thank You
## 🐛 Describe the bug When the default language of the system is Persian (RTL), the intro is displayed without any problems and correctly. But when the language of the...
## 🐛 Describe the bug **This is not a critical issue at present, but it should be fixed in a future release.** The AndroidX Fragment v1.4.0 (NOTE: currently in alpha...
## 📑 Your Code ``` Caused by: java.lang.RuntimeException Execution failed for task ':app:transformClassesWithDexBuilderForDebug'. > com.android.build.api.transform.TransformException: java.lang.RuntimeException: java.lang.RuntimeException ``` ``` plugins { id 'com.android.application' } android { compileSdkVersion 31 buildToolsVersion '29.0.3'...
Version of AppIntro: `implementation 'com.github.apl-devs:appintro:v4.2.3'` Phone info: Samsung - Model: SM-S327VL - Orientation: Portrait - RAM free: 209.15 MB - Disk free: 4.17 GB Operating system: - Version: 6.0.1 -...
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://togithub.com/actions/checkout) | action | major | `v2` -> `v3` | ---...
Several constants we were using for status bar colors and immersive mode were removed. I'm clearning this part up.
The `.vibrate(long)` is deprecated in favor of `.vibrate(VibrationEffect)`. I'm handling it here while still keeping the backward compatibility. Also the `getSystemService(VIBRATOR_SERVICE)` is deprecated, I've provided the correct implementation for this...