Upload File to Host project for Sketchware Pro.
-> No java files.
-> No custom blocks.
Note: To use this project upload Upload-app.php file to your host. Upload-app.php is in Assets.
π @sketchlearn
-> No java files.
-> No custom blocks.
Note: To use this project upload Upload-app.php file to your host. Upload-app.php is in Assets.
π @sketchlearn
π4π1
uploadToHost v1.0(1).swb
603.2 KB
π6π1
Media is too big
VIEW IN TELEGRAM
π10π2
β
How to make Table View in Sketchware
Read How to make
Click Here for tutorial
Download Library, blocks, components
Click here to download files
More projects Coming Soon
Read How to make
Click Here for tutorial
Download Library, blocks, components
Click here to download files
More projects Coming Soon
β€1π₯°1π1π1
Online Code Compiler project for Sketchware Pro.
π₯ Download project on Sketchub app - https://web.sketchub.in/p/18621
π₯ Download project on Sketchub app - https://web.sketchub.in/p/18621
π₯6β€3π3
Media is too big
VIEW IN TELEGRAM
Yearly & Monthly Prayer Times project for Sketchware Pro.
-> I will not share this project π
π author @Rakhmonov_Bobur
-> I will not share this project π
π author @Rakhmonov_Bobur
π3π₯2
π€ My Sketchware Pro version?
π₯³ New Sketchware Pro version - v6.4.0-SNAPSHOT-bb473fe-minApi21
OPEN COMMENTS TO GET NEWS
π @sketchlearn
π₯³ New Sketchware Pro version - v6.4.0-SNAPSHOT-bb473fe-minApi21
OPEN COMMENTS TO GET NEWS
π @sketchlearn
β€2π2
π 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 aign in github and you can download lately debug versions of Sketchware Pro.
π https://github.com/Sketchware-Pro/Sketchware-Pro/actions
π Open link below and sign up or aign in github and you can download lately 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 aign in github and you can download lately 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