Sketchware Pro | SketchLearn
6.44K subscribers
665 photos
45 videos
447 files
302 links
#Sketchware #Pro #Java #Android #SWB
It is the best channel to learn Sketchware Pro

Owner -> @Rakhmonov_Bobur | ONLINE ðŸŸĒ
Download Telegram
ApplyDynamicColors v1.0.swb
17.8 KB
Apply Dynamic Colors project for Sketchware Pro.
âĪ2👍1
New Sketchare Pro debug version.

I like a new ui and i will use it if works perfectly without bugs 👍

👉 @sketchlearn
👍8ðŸ˜ą3âĪ‍ðŸ”Ĩ2ðŸĪĐ2
Sketchware Pro | SketchLearn
Photo
I will not to download this version because first bug of the new version
😁14âĪ3ðŸ‘Ļ‍ðŸ’ŧ3👎1
app-minApi21-debug.apk
99.4 MB
Sketchware Pro debug latest version. [ MIN API 21 ]

👉 @sketchlearn
ðŸ”Ĩ5âĪ1
app-minApi26-debug.apk
129 MB
Sketchware Pro debug latest version. [ MIN API 26 ]

👉 @sketchlearn
ðŸ”Ĩ10âĪ1
✅ Only Telegram Premium user's can click here.
👍6âĪ3ðŸĪ1
❓When you build a new project working with Vibrator. But is it not working?

1. Create a new java class with name VibrationHelper.java than paste the code:

import android.content.Context;
import android.os.VibrationEffect;
import android.os.Vibrator;

public class VibrationHelper {
private static final long VIBRATION_DURATION = 1000; // Vibration duration in milliseconds

public static void vibrate(Context context) {
Vibrator vibrator = (Vibrator) context.getSystemService(Context.VIBRATOR_SERVICE);
if (vibrator != null && vibrator.hasVibrator()) {
// Check if the device has a vibrator

if (android.os.Build.VERSION.SDK_INT >= android.os.Build.VERSION_CODES.O) {
// For Android 8.0 and above
VibrationEffect vibrationEffect = VibrationEffect.createOneShot(VIBRATION_DURATION, VibrationEffect.DEFAULT_AMPLITUDE);
vibrator.vibrate(vibrationEffect);
} else {
// For devices below Android 8.0
vibrator.vibrate(VIBRATION_DURATION);
}
}
}
}


2. Add a new permission to your AndroidManifest.xml:

<uses-permission android:name="android.permission.VIBRATE" />

3. You can use it on your activity:

VibrationHelper.vibrate(getApplicationContext());

👉 @sketchlearn
👍4âĪ3ðŸ”Ĩ1
GDPR Message in Sketchware

Project codes:
>>Read Post<<

Admob settings
>>Read More<<

I forgot to tell you have to add two custom variables
1. ConsentInformation consentInformation
2. ConsentForm consentForm

Please add them so your project works perfectly. Do ot forget subscribe to channel @sketchlearn
âĪ2👍1
🎉 Our channel is 2 years old.
😊 Thank you to all subscribers for subscribing to our channel.

👉 @sketchlearn
🎉10👍5âĪ3ðŸ”Ĩ3
Floating Ball Project For Sketchware Pro

-> No Local Libraries
-> No Java Or Kotlin Files.

👉 @sketchlearn
👍1
QR Code Scanner Project For Sketchware Pro

-> Fast Scanning Speed
-> Customizable View Finder
-> Support QR & Barcode.
-> Support Many Types Of QR & Barcode Formats.
-> Easy To Integrate

Download custom blocks and components -> https://t.me/c/1963068197/1712

👉 @sketchlearn
👍3
QR Code Scanner.swb
887.3 KB
👍4ðŸ”Ĩ4
Drag and Drop widget project for Sketchware Pro.

-> This project ver very simple to make drag and drop.
-> I created it only for example and for Java 1.8 (It is possible to build it on java old version but you need edit codes ...).
-> No local libs and java classes.
-> Do not forget to import custom blocks. Custom blocks in Assets.
-> If this project is good react to this post for a new projects.


👉 @sketchlearn
âĪ7👍2👏1
DragDrop v1.0.swb
19.2 KB
Drag and Drop widget project for Sketchware Pro.

👉 @sketchlearn
âĪ5ðŸ”Ĩ3👍2