Ui Design Ideas Channel
231 subscribers
53 photos
1 video
20 files
13 links
Channel for ui design ideas.
Best ui designs for android apps
FREE logos and backgrounds
Latest Projects
Download Telegram
Ui Design Ideas Channel
#2 Login and Signup_d.swb
New Design login and signup
Forwarded from Sketchware basic 2 pro (៚ R̷i̷t̷e̷s̷h̷ J̷a̷t̷a̷i̷a̷n̷ -⃝.-)
Sketchware Pro v6.4.0 test build 01

What's new?
-> AdMob Interstitial Ads (yet again). This time, you can start using Events just like with v6.3.0 fix1 and vanilla Sketchware.
-> Quick Previews of XML files! This was surprisingly hard to implement, as far as I can remember. View commit
-> A much better "About Sketchware Pro" screen, containing expandable Sketchware Pro version changelogs, and a work-in-progress tab to view Major Changes made to Sketchware Pro since v6.3.0 fix1.
--> Generated AABs containing generated ProGuard mappings if those were enabled. Useful when uploading your AAB to Google Play. View commit
-> The screen staying turned on while exporting a project. You can now finally leave Sketchware Pro working while resting. View commit
-> Images imported in Resource Manager and Asset Manager show previews now! View commit
-> Improvements to the Compile Log screen: It now has a toolbar, and features display options. Also, the last compile error will open there too, now. View commit
-> Being able to restore multiple SWBs at once. Every backup has its own "restore embedded Local libraries?" dialog, by the way. View commit
-> Backing up projects now backs them up into a folder with the name of the project. Inside that folder, the backups of that project will be stored. View commit
-> An updated version of the built-in Material Design Components / part of AppCompat for projects, which allows your projects to have a Material You style! That is completely optional though, and to apply that, you need to currently mess around with Resource Manager. View commit
-> ProGuard v7.1.1 in Sketchware Pro. Major upgrade is it being able to process Java 11 Local libraries. View commit
A ScrollView in Mod Settings and the Tools screen. Some small-display devices will benefit from this. View changes

What got fixed?

-> Custom Listeners not getting added to generated code. This explains the issues of v6.4.0 Beta 6 with many WebView-using projects, for example.
-> Exporting a project to Android Studio failing with "file not found" errors. What a difference simple "folder exists?" checks can make. View commit
-> Some devices having issues extracting built-in libraries, which explains the "…/res: No such file or directory." errors when projects are at AAPT2. View commit
-> Views, such as TextInputLayout, in Lists' Custom Views (e.g. RecyclerView), causing errors at runtime. This needed a patch to vanilla Sketchware's default generated Adapter code. View commit
-> AndroidManifest.xml injections after the default AppTheme not getting applied. View commit
-> Using multiple FragmentAdapter Components in a single Activity should be fine now, and its corresponding Block got changed too. Make sure to replace the current one with the updated one, or else no Adapter will be set. View commit
SearchView's onQueryText* Events should not throw compile errors anymore. View commit
-> AdMob AdViews not properly working. Note that now theyu show test ads when running your project, and only real ads when you export your project, just like Interstitial Ads!
-> Some AABs containing invalidly compressed files, most often videos or sounds in assets / res/raw-[config]. View commit
-> Exported AABs not containing non-class files from Local and built-in Libraries' JARs. Now they do. View commit
g
Download 👇
https://github.com/Sketchware-Pro/Sketchware-Pro/releases/tag/v6.4.0-rc01
Forwarded from Sketchware basic 2 pro (៚ R̷i̷t̷e̷s̷h̷ J̷a̷t̷a̷i̷a̷n̷ -⃝.-)
For new developers

That's why sketchware closed

Read this article

https://medium.com/sketchware/save-sketchware-365ec9dfa53c
Forwarded from Sketchware basic 2 pro (៚ R̷i̷t̷e̷s̷h̷ J̷a̷t̷a̷i̷a̷n̷ -⃝.-)
Dear santa 🎅 😂😂😂
How to disable all ads on Xiaomi smartphones

Xiaomi users are familiar with annoying advertising in the device shell, which constantly flickers in all applications, taking away Internet traffic and slowing down the operating system. It will be news to many, but you can turn off ads in just a few steps.

To turn off advertising services, you need to open the system settings, then go to the "Passwords and security" section, after "Privacy" and open the "Advertising services" tab, in which you need to move the slider with personal ads to an inactive position.

Then you need to return to the "Passwords and Security" tab and go to "Access to personal data". In the section that opens, find the processes "MSA" and "MiuiDaemon", which in the background transmit information about queries in search engines to the company's servers and also disable them.

Join us


You can also go to the Security application, open the settings and disable the "Receive recommendations" item. Then go back one step, open the "Deep cleaning" section, expand the settings and also turn off the recommendations.
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);
Which one is best ?
Pick one ...
Anonymous Poll
48%
👍
52%
❤️
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
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
Lib Countdown timer _d.swb
11.6 KB
Lib Countdown timer _d.swb
Ui Design Ideas Channel
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
Which dialog looks good
Vote here
Anonymous Poll
70%
1
40%
2