Sketchware Pro | SketchLearn
6.44K subscribers
664 photos
45 videos
446 files
300 links
#Sketchware #Pro #Java #Android #SWB
It is the best channel to learn Sketchware Pro

Owner -> @Rakhmonov_Bobur | ONLINE 🟒
Download Telegram
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
πŸ†4πŸ‘1
uploadToHost v1.0(1).swb
603.2 KB
Upload File to Host project for Sketchware Pro.

πŸ† @sketchlearn
πŸ†6πŸ‘1
Media is too big
VIEW IN TELEGRAM
#Tutorial How to use Upload File to Host project.

πŸ† @sketchlearn
πŸ†10πŸ‘2
πŸŽ‰ Happy New Year.
πŸ₯° Thanks for subscribing to my Telegram channel.

(\_/)
( β€’.β€’)
/ > ❀️ THANK YOU MY FOLLOWERS!
πŸ‘9❀5πŸ₯°1
βœ…   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
❀1πŸ₯°1πŸ‘1πŸŽ‰1
Online Code Compiler project for Sketchware Pro.

πŸ“₯ 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
😐3πŸ”₯2
code.txt
1.7 KB
gys using java 1.8 to up
πŸ€” My Sketchware Pro version?

πŸ₯³ 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
❀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
πŸ”₯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
πŸ‘1
Google Design demo version
πŸ₯±5πŸ₯°3πŸ‘1
google v1.0 (ninja.coder.googletest, 1) 2023-01-22T130011.swb
21.9 KB
version demo
full Google Design soon ...
πŸ‘3πŸ’‹2
#Code #Java #CutoutMode
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