How To Use OverScroll Decorator Git Hub Library In SketchWare Pro
#swprooverscrollistview
(01)Use Codes In Custom Import
me.everything.android.ui.overscroll.OverScrollDecoratorHelper
(02) Use This Code In OnCreate
OverScrollDecoratorHelper.setUpOverScroll(listview1);
#swprooverscrollistview
(01)Use Codes In Custom Import
me.everything.android.ui.overscroll.OverScrollDecoratorHelper
(02) Use This Code In OnCreate
OverScrollDecoratorHelper.setUpOverScroll(listview1);
textview12.setEllipsize(TextUtils.TruncateAt.MARQUEE);
textview12.setMarqueeRepeatLimit(-1);
textview12.setSingleLine(true);
textview12.setSelected(true);
textview12.setMarqueeRepeatLimit(-1);
textview12.setSingleLine(true);
textview12.setSelected(true);
Please Follow me in Instagram and keep Support me also in Instagram
#AskMeTodayInstagram link:-https://instagram.com/rajendrarox?utm_medium=copy_link
#AskMeTodayInstagram link:-https://instagram.com/rajendrarox?utm_medium=copy_link
#swprorc01kotlin
Download Latest SketchWare Pro Apk
Hey everyone, a new (experimental) v6.4.0 test release is out! It's still based on v6.4.0-rc01 though, so the same bugs are in it as in v6.4.0-rc01.
New: Support for Kotlin (!!!)
We ask you to test it out, and if there's any Kotlin-related bugs, report them in this channel with also mentioning @jkhon.
Please make a backup of your entire .sketchware folder before trying it out as usually with betas. It can be very helpful if something goes wrong.
Download link: https://drive.google.com/file/d/1JRPiUaM8kfX0XQPk_wRUSorBbQR206uT/view?usp=sharing
Here's also the Pull request containing most changes made to v6.4.0 for Kotlin support: https://github.com/Sketchware-Pro/Sketchware-Pro/pull/247
Download Latest SketchWare Pro Apk
Hey everyone, a new (experimental) v6.4.0 test release is out! It's still based on v6.4.0-rc01 though, so the same bugs are in it as in v6.4.0-rc01.
New: Support for Kotlin (!!!)
We ask you to test it out, and if there's any Kotlin-related bugs, report them in this channel with also mentioning @jkhon.
Please make a backup of your entire .sketchware folder before trying it out as usually with betas. It can be very helpful if something goes wrong.
Download link: https://drive.google.com/file/d/1JRPiUaM8kfX0XQPk_wRUSorBbQR206uT/view?usp=sharing
Here's also the Pull request containing most changes made to v6.4.0 for Kotlin support: https://github.com/Sketchware-Pro/Sketchware-Pro/pull/247
GitHub
feat: Add Kotlin support (Android 8+) by omeraydindev · Pull Request #247 · Sketchware-Pro/Sketchware-Pro
This PR adds full Kotlin support (for Android 8+). Kotlin files can be called from Java and vice versa.
kotlin-stdlib is added automatically if any Kotlin files are present in the project. .kt file...
kotlin-stdlib is added automatically if any Kotlin files are present in the project. .kt file...