Posts

Guide To Make Wonderful Apps In Sketchware Smart Browser In Sketchware

  SKETCHware-HELP IN THIS VIDEO I WILL SHOW YOU HOW TO MAKE A SMART BROWSER IN SKETCHWARE... PLEASE WATCH THIS TUTORIAL CAREFULLY TILL END ELSE YOU WILL FACE PROBLEMS. Do comment of any problem you are facing Below ".So that I can help you get out of this problem." Firstly add one webview, one imageview, one edittext and one listview.(like pic below) In {main.xml} add request network component and intent component with any name. NOW ADD A NEW .xml named {no_internet.xml}.Here add a linear (H or L) named linear1 with width= match parent and height= match parent. In onClick event of linear1 add block:< [ RequestNetwork start network request to method get to url http://google.com with tag Internet ]  In {no_internet.xml} add request network component and intent component with any name. In oncreate event of {no_internet.xml} add one add source directly block. add source directly code:< In onResponse event of request network