AppIntro icon indicating copy to clipboard operation
AppIntro copied to clipboard

Make a cool intro for your Android app.

Results 21 AppIntro issues
Sort by recently updated
recently updated
newest added

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 ![ss2](https://user-images.githubusercontent.com/13065741/151659039-ee804ffb-3780-4d8a-8f2c-70e9526e9a26.jpg) ![ss1](https://user-images.githubusercontent.com/13065741/151659041-776d9fe0-a69a-41f5-9c55-c8768a76ea82.jpg) Please check this out Thank You

incomplete

## 🐛 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...

bug
help wanted

## 🐛 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...

help wanted

## 📑 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'...

incomplete

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 -...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](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...