Convert web page to pdf To convert a web page on a WebView to pdf in Sketchware, follow the steps given below. 1.…
No image Convert web page to pdf To convert a web page on a WebView to pdf in Sketchware, follow the steps given below. 1…
No image Rectifying FileUriExposedException If we use the code Uri imageuri = Uri.fromFile(new java.io.File(_path)); It will cause Fi…
Create Compass app in Sketchware To create a Compass app in Sketchware, follow the steps given below. 1. In View area add…
Fullscreen button on VideoView This example shows how to add a fullscreen button on VideoView in Sketchware android proj…
Display List Map in RecyclerView This post describes a sample project which uses RecyclerView to display a List Map cont…
RecyclerView example in Sketchware This post describes a sample project which uses RecyclerView to display a list of images…
Read XML file using XmlPullParser in Sketchware To read an Xml String do following: 1. Create a more block readXmlString [myxmlData] to…