Sketchware basic 2 pro
1.67K subscribers
78 photos
5 videos
209 files
98 links
We are in way of creating a complete work, learn & share space for sketchware pro. Suggestion are welcome.
https://sketchware.pro/
Download Telegram
Those who are new to sketchware development and are unable to handle crashes of sketchware can use this stable version of sketchware pro


Features
- aab+apk build supported
- max stable


📂 Size 95 mb


🔗 https://www.mediafire.com/file/mzprqwgmfgdqqas/Sketchware_Pro_aab.apk/file


And those who have some experience with sketchware pro use sketchware pro new versions for updated features
👍4🥰1
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);
How to fix intent filter problem in google play console

Must read post

Link: http://swrevo.blogspot.com/2022/01/how-to-fix-intent-filter-problem-while.html

Always visit http://swrevo.blogspot.com for sketchware tutorials
Some new blocks added in our latest app
Download now and test the developing phase of an extraordinary app growing too fast.


❤️ Click here https://play.google.com/store/apps/details?id=pro.sketchware.blocks


Give ratings to show some support in my work. WE are uploading blocks on regular basis. So don't think of there are no blocks
👍1
Added 3 blocks category today

>>> Download Now <<<

We are continuosly adding blocks, Show some support by adding a rating on playstore
Sketchware basic 2 pro pinned «Those who are new to sketchware development and are unable to handle crashes of sketchware can use this stable version of sketchware pro Features - aab+apk build supported - max stable 📂 Size 95 mb 🔗 https://www.mediafire.com/file/mzprqwgmfgdqqas…»
Play console is experiencing technical issue right now!
Added 3 blocks category today

>>> Download Now <<<

We are continuosly adding blocks, Show some support by adding a rating on playstore.
Answer to WHY MY ADS ARE NOT SHOWING IN PLAY CONSOLE

Read this post
http://swrevo.blogspot.com/2022/01/admob-new-update-for-sketchware-users.html
👍1
Three new Blocks Category Added today

Download now

FILES BLOCKS WORKING
https://swbstore.page.link/332g

IMAGE COMPESSOR
https://swbstore.page.link/oeom

DYNAMIC LINKS API
https://swbstore.page.link/fDpD
3👍1
Firebase Dynamics_d_d_d.swb
494.9 KB
Firebase Dynamics_d_d_d.swb
Sketchware basic 2 pro
Firebase Dynamics_d_d_d.swb
Advance firebase Dynamics links for sketchware pro

Working on -
All Versions

Todo -
Add your package name, short link, web api key

Download Blocks (updated) -
https://swbstore.page.link/fDpD

Download @ Sketchub -
https://web.sketchub.in/p/11949

How it works?

When any user click link then it opens your app. If your app not installed then redirect to playstore.
👍3
Please if anyone who is able to test this app Then please tell in support group.

You have to do is-
1. Download latest version from this link
https://play.google.com/store/apps/details?id=pro.sketchware.blocks
And give storage permissions
2. Download "Book" Blocks from the list.
3. Check if a Sub folder named SWB Store is created or not in Your phone Download folder.
4. Check if there is a file named temp.json exits
5. Check your sketchware blocks if there is a new pallete created or not.
6. And last check is to confirm existence of one block in this pallete.



If all this happen correctly then there is no error if anything not done by our app then please tell in support group


* First of all backup your blocks.

Make a zip file of your blocks and don't try all these steps if you not know how to handle them.
Website Updates

🔗 Url - https://swrevo.blogspot.com

Fixed -
Some images not loading
Large size ads
Anchor ads are no more
More categories, more learning
Less ads, more content
Some broken links fixed
1
Lib Countdown timer _d.swb
11.6 KB
Lib Countdown timer _d.swb
Sketchware basic 2 pro
Lib Countdown timer _d.swb
This Project is an Github Implementation of Countdown timer view in sketchware.
Useful for
- Quiz app
- Clock app
- Movie app
- Custom ads
- Selling App


Download Blocks
https://swbstore.page.link/SkBk

Download Library, Imports, Other codes
https://swbstore.page.link/147M

Read Tutorial (How to use/make)
http://swrevo.blogspot.com/2022/03/countdown-timer-in-sketchware-new.html

Best of luck for your new project
👏1