Posts

Showing posts from July, 2023

new blocks custom dialog and khud dialog in sketchware pro download

Image
  Custom dialog are very much important when you want to make a better ui of your app. Custom dialog are also helpful when you not want to make many many activites and wishes to write less code and logic.  Although sketchware pro allows you to create and show dialog of different types but there are many muh possiblities occur with custom dialog. When doing coding at sketchware pro , i use custom dialogs to show lottie animations and in reality this makes user experience much better.  In this post i'll tell how you can make beautiful dialogs in sketch ware pro with latest blocks of custom dialog.  Download blocks  To download blocks for custom dialog and khud dialog in sketchware. You can use our app at playstore named " Sketchware pro blocks" or you can download from direct link. https://drive.google.com/file/d/17soB07z8r3XJGJXAVvR7FELGGf3HebpJ/view?usp=drivesdk Using Blocks In view editor add a new custom view, in my case i named it as cst2.  Inside this view i added a v

Image filter moreblocks for making black and white imageview

Image
  A Black and white image speak much more than a colourful one. Hello Sketchware users, in today's post i'll tell about moreblock, which you can use for making a imageview black and white in sketchware. And also there is other moreblock to remove this filter.  View Editor Sketchware In View editor add a imageview, Set a colourfull image for this imageview and a button (just for now to learn),  We will write the codes in such a way that on button click first time the color will change to black and white and on again click the color will change to colourful. For doing this we will make a boolean with any name in sketchware. In my case i make a boolean named img. Event editor Sketchware Make a boolean named img. In Oncreate Set  Boolean img to false  ,  On Button click, Add The same condition as shown in picture. Now Run your project and try clicking on button. The color of imageview will change. Moreblocks You can download the moreblocks from this link.  Link:  As Always, if an e

Android 10/11 Storage Permission sketchware | New blocks + method

Image
 After the release of android 10 and 11 storage permissions and codes regarding storage permissions stop working. No matter which software you use, it become a problem for every android developer. In this post i will tell the method to get storage permission in Sketchware Pro. Method 1 Change your max api level to 30. To do this work, Open your sketchware app and long click your project. you'll see a option menu displayed under you sketchware pro project. Click on config option and a dialog will appear. In this dialog a number 28 will appear change this to 30. And done, your first thing is done. Method 2 For this method you need to use sketchware pro aab support. If you not have you can download from this link. Link: https://swrevo.blogspot.com/2021/09/sketchware-pro-all-versions-apk.html?m=1 Download sketchware pro aab support from this link. Then Go in the project and then click on setting icon in side of run button. Then change all option to 2nd position as shown in picture. The