Main menu

Pages

[SK Learning] How To Get All The Sketchware Blocks In Code Mode.

[SK Learning] How To Get All The Sketchware Blocks In Code Mode.  


1. Create new project and enter in.



2. Add any widgets you want on SK virtual phone screen. [ For example, I will insert linear, textview, imageview, edittext and checkbox].



3. Navigate to event and click on Oncreate.



4. Add any block here you want to see its source directly code. [For example I will use textview ___ setText___ block].

If you see the picture below of this stage, you will see that I have fill in all the information need in the block else if you don't fill in any information it want then the block may not display you its source directly code to you.



5. Press back And open the drawer of sketchware and then click on show source code.




#Note : Always if you want to detect any block source code, please create new project and make sure you insert the block you want to see its source code on MainActivity (First Activity) - In Oncreate. [This is simple way for you as beginner of doing this].


6. Make sure you navigate to your whole source code of your project on MainActivity.java and then Scroll down by slowly. You will see your block source code.






8. Put the block source code in your head and go and paste it in your add source directly block or use Universal Copy Apk to copy the code there and paste it in add source directly block...


Thanks For Reading This Tutorials Words...

Video tutorial about this tutorial







reactions

Comments