cookie

We use cookies to improve your browsing experience. By clicking «Accept all», you agree to the use of cookies.

avatar

LearnSketchWare | تعليم سكتشوير

بعد النجاح الكبير الذي حققه تطبيق Sketchware في برمجة تطبيقات الاندرويد, واصبح يوازي البرنامج الشهير اندرويد استديو في اكثر الخصائص .. انضم الينا لتتعلم كيف تبني وتبرمج تطبيقك بنفسك .. للتواصل : @m_barq_bot

Show more
Advertising posts
3 957
Subscribers
+424 hours
+277 days
+11430 days

Data loading in progress...

Subscriber growth rate

Data loading in progress...

Dowload This Project For Google Sheet Data Load In SketchWare Pro Without Coding
Show all...
GSheetsDataBase_v1_0_0_com_yufi_GSheets_DataBase,_100_2024_01_28T120047.swb0.97 KB
👍 4
SQLite file assets load.swb3.67 MB
👍 1
SQLite file assets load.swb3.67 MB
👍 1
Load a db(offline sqlite file) from assets into your app in an array (like listMap) Creator: @Hjcoderz
Show all...
Auto Start project for Sketchware Pro 🌟 // 100% working. If toast not working so problem on your phone. Not supported for device infinix, redmagic and another new devices (Except future new devices)
Show all...
AutoStart v1.0 (com.bobur.autostart, 1) 2024-01-07T122326.swb0.25 KB
👍 2🤯 1
Show all...
Phone Selector.swb5.19 MB
Eczar.zip7.65 KB
Eczar (1).zip7.55 KB
editTextsDialog.zip0.02 KB
emoji-toast-20.swb2.96 KB
error-404-login-ui-design.sh0.41 KB
ExoPlayer.json0.10 KB
ExoPlayerAdvanced_v1_0_ExoPlayer_Advanced,_1_2022_12_21T1842021.swb1.78 MB
FCM Blocks by POISSAC.json0.04 KB
FCM POSTMAN_d_d_d.swb0.25 KB
FCM Push Notifications.swb0.67 KB
Photo unavailableShow in Telegram
Example: Custom Dialog
Show all...
GENERATE RANDOM PASSWORD //Below Code In OnCreate } private static String generateRandomPassword() { String upperCaseChars = "ABCDEFGHIJKLMNOPQRSTUVWXYZ"; String lowerCaseChars = "abcdefghijklmnopqrstuvwxyz"; String numberChars = "0123456789"; String specialChars = "!@#$%^&*()_-+=<>?/{}~|"; int max_length = 10; String allowedChars = upperCaseChars +lowerCaseChars+numberChars+specialChars; Random rn = new Random(); StringBuilder sb = new StringBuilder(max_length); sb.append(allowedChars.charAt(rn.nextInt(allowedChars.length()-1))); for(int i=sb.length();i < max_length;++i){ sb.append(allowedChars.charAt(rn.nextInt(allowedChars.length()))); } return sb.toString(); } { //Below Code In On Button Click // Change textview1 with yours String pass = generateRandomPassword(); textview1.setText(pass);
Show all...
Choose a Different Plan

Your current plan allows analytics for only 5 channels. To get more, please choose a different plan.