π Font Viewer project for Sketchware Pro
-> Added view font files via file providers.
-> No bugs & no fixes π.
-> May not work on Android 11 & 12.
π² Available in Sketchub app - https://web.sketchub.in/p/18948
-> Added view font files via file providers.
-> No bugs & no fixes π.
-> May not work on Android 11 & 12.
π² Available in Sketchub app - https://web.sketchub.in/p/18948
β€3π₯°2π1
π€© Do you want a latest Sketchware Pro (debug) versions?
π Open link below and sign up or sign in github and you can download latest debug versions of Sketchware Pro.
π https://github.com/Sketchware-Pro/Sketchware-Pro/actions
π Open link below and sign up or sign in github and you can download latest debug versions of Sketchware Pro.
π https://github.com/Sketchware-Pro/Sketchware-Pro/actions
π₯8π4
Sketchware Pro | SketchLearn pinned Β«π€© Do you want a latest Sketchware Pro (debug) versions? π Open link below and sign up or sign in github and you can download latest debug versions of Sketchware Pro. π https://github.com/Sketchware-Pro/Sketchware-Pro/actionsΒ»
βΊοΈ Hello my channels subscribers. This post is not ad. I recommend channel, channel's administrator publish some best projects for Sketchware Pro.
π₯° I think you need to subscribe - @sketchware95
π₯° I think you need to subscribe - @sketchware95
π1
google v1.0 (ninja.coder.googletest, 1) 2023-01-22T130011.swb
21.9 KB
version demo
full Google Design soon ...
full Google Design soon ...
π3π2
#Code #Java #CutoutMode
Cutout Mode
Cutout Mode
Window w = this.getWindow();
WindowManager.LayoutParams attributes = w.getAttributes();
if (attributes.layoutInDisplayCutoutMode != WindowManager.LayoutParams.LAYOUT_IN_DISPLAY_CUTOUT_MODE_SHORT_EDGES) {
attributes.layoutInDisplayCutoutMode = WindowManager.LayoutParams.LAYOUT_IN_DISPLAY_CUTOUT_MODE_SHORT_EDGES;
}
if ((w.getDecorView().getSystemUiVisibility() & View.SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN) == 0) {
w.getDecorView().setSystemUiVisibility(View.SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN);
}
π4π₯°3
#java #code #dialog
AlertDialog alertDialog = new AlertDialog.Builder(this,#Full screen dialog
android.R.style.Theme_DeviceDefault_Light_NoActionBar_Fullscreen).create();
alertDialog.setTitle("this Full Screen AlertDialog");
alertDialog.setMessage("This is Full Screen");
alertDialog.setButton(AlertDialog.BUTTON_NEUTRAL, "OK", new DialogInterface.OnClickListener() {
@Override
public void onClick(DialogInterface dialog, int which) {
dialog.dismiss();
}
});
alertDialog.show();
π₯°5π2π₯1π1
Please open Telegram to view this post
VIEW IN TELEGRAM
β€18π14π7π₯4
-> No any libs
-> No any java codes
-> No custom blocks
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
π3
Please open Telegram to view this post
VIEW IN TELEGRAM
π5π₯°1π1
Sketchware Pro_v6.4.0-SNAPSHOT-bb473fe5-minApi21 (1).apk
83.7 MB
β
New Sketchware Pro version (debug).
β What's is fixed or new:
-> Now you can set custom package name for a new projects.
-> Fixed SketchApication.java for Android 12 (API 31 & 32)
-> Other changes.
-> Modded by Rakhmonov Bobur.
π @sketchlearn
β What's is fixed or new:
-> Now you can set custom package name for a new projects.
-> Fixed SketchApication.java for Android 12 (API 31 & 32)
-> Other changes.
-> Modded by Rakhmonov Bobur.
π @sketchlearn
π4
MathLife.swb
424.3 KB
β
MathLife project in Sketchware Pro.
-> No any libs
-> No custom codes from internet
-> Very simple project
-> Old project created about 0.5 year ago
π @sketchlearn
-> No any libs
-> No custom codes from internet
-> Very simple project
-> Old project created about 0.5 year ago
π @sketchlearn
β€1π1
Hello friends, I am creating a collection of blocks. If you find the block useful and useful, send it to me in PV and let me know how to use it.
my id @Injectormain
my id @Injectormain
π4
π Lottie animation project for Sketchware Pro
-> JSON animated file player
-> No bugs if you enter path correctly
π @sketchlearn
-> JSON animated file player
-> No bugs if you enter path correctly
π @sketchlearn
β€1π1
NewProject22 v1.0 (com.my.newproject22, 1) 2023-01-27T163508.swb
159.2 KB
There have been many times that the size of programs on different mobile phones, small and large, or objects are not displayed well. Very well, I have created a library for you. You just need to change the main linearlayout of your program. It does not require Java code.
π₯6π2π¨βπ»2π1