New Sketchare Pro debug version.
I like a new ui and i will use it if works perfectly without bugs ð
ð @sketchlearn
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
ðĨ5âĪ1
app-minApi26-debug.apk
129 MB
ðĨ10âĪ1
â
Only Telegram Premium user's can click here.
Telegram
ðē Sketchware Pro | SketchLearn ðē
Boost this channel to enable it to post stories.
ð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:
2. Add a new permission to your AndroidManifest.xml:
3. You can use it on your activity:
ð @sketchlearn
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.
2.
Please add them so your project works perfectly. Do ot forget subscribe to channel @sketchlearn
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
ð 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
-> 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
-> 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
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
-> 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
âĪ5ðĨ3ð2