Posts

Sketchware Blocks for view 2nd part

Image
  Download Our App  Sketchware Pro Blocks   from Playstore for all blocks . Hey Coders, Today I am sharing view2 blocks.  Sketchware contains its own view blocks but these are not sufficient. So sketchware community made new view blocks for sketchware pro. These blocks are ready to use for your projects. And nearly all of them are tested.  These blocks contains:- 1. Get variable view 2. Get variable imageview 3. Get variable textview 4. Get variable edittext 5. Get variable listview 6. Set layout params 7. Add new view 8. Set background drawable 9. Perform click 10. Create view inflater 11. Create view programmatically 12. Create public view programmatically 13. Remove all views 14. Find view by I'd 15. Find view in view 16. Set compound drawable      Uses ajcode.java 17. Set background gradient 18.  Set round ripple view 19. Toolbar icon 20. Set elevation 21. Set error text 22. Show snackbar 23. Show snackbar with action 24. Set single text 25. Set text type password 26. Set orien

Sketchub Api For Sketchware | Sketchub app download | sketchhub source code

Image
  Hey friends today I am sharing sketchub Apis which you can use anyway any type. Sketchub makers released there app api for everyone. On 22 June 2021 sketchub officials shared there app and website api on there telegram channel. How to access this api? This api  contains different api key for every different user. You can use this api for many tasks.  Benefits of api You can make own project sharing app with this api key. And you will get hundreds of project without any problem. You will start loving this API as soon as you start using it. If you don't know how to use it and don't know what data can you get from sketchub website.  Then you can read sketchub Apis docs. Link:  https://docs.sketchub.in Anything wrong in this api? Truely I haven't tested it but I checked their docs and I not found anything wrong. But their is a thing which you should consider of, you can put only 200 request per hour from this api. After 200 requests it will give error. How to get more than 20

FlatButton for sketchware

Image
  Hey fellow coders, Do you all are bored of using same boring button in sketchware again and again? Yes I know that in sketchware pro a new button material button is introduced but we can't customise it as we want.  So Today I am presenting you customisable button. And guess what, it looks like the button we see in games. Below is the preview of that button. And the good thing is you can customise it as you want.  Library for this widget To do this you need fbutton library. You can download it from this link. Link:  https://www.mediafire.com/download/pyu2r7ywp6y9o4e After downloading when you'll open this zip file you'll get a folder named as fbutton_V_1.0.5   Copy this file in sketchware library folder. (  .sketchware>libs>local_libs> ) Now refresh your file manager. Enabling library Now come back to sketchware create new project and enable fbutton library from local library option.  Creating button Add a simple button to your view area When you touch on that bu

How to import local library in sketchware

Image
  Hey Coders, In this post I'll tell you how to import local library in sketchware. This is very useful when you try some new widget.  How to get dependency For that you need to have library dependency. You can get dependency from GitHub or documentation page of the widget.  For example I am trying to download library for nobo button.  I go to GitHub and search for this code containing dependency. And now copy the code written after dependency. By copying this code I get this line  com.ornach.nobobutton:nobobutton:1.6 This code is separated by two ':'  Now come to sketchware open any project then click on 3 dots.  Then scroll and search for option of local library. You will get it below custom blocks and above native library option. Open this option and here you'll get all library list that you're having in sketchware. You can enable or disable any library.  Above all these libraries you'll find an icon representing download file.  Click on this icon and then a

How to Choose random alphabet in sketchware |sketchware pro tutorial

Image
  Hello coders  Today I was searching for block to choose random alphabet from a to z. I know that how to choose any random number but not know how to choose random alphabet. Also I searched about it on YouTube, google and stackoverflow but I not get a satisfactory answer.  So I researched about it and then I found two methods for doing this. So in the below article both methods are explained.  Method #1 Method 1 is long method, also loading it is difficult and you have to same work for again and again. In this I put values  e.g.  if get random = 1 then textview set text  A.  If get random = 2 then textview set text  B.   And really this method not worth. Because if only one line of code is wrong then you find it difficult to fix it.  If you want this method then comment below I'll surely make a tutorial on this method. Method #2 This method is best method. Even I recommend it to Android developers also. In this method you can do customisation. So let's start making project. On