-->

How to create a music player app with sketchware

To create an app that can download any file from any web url, we have to do following: Define an Asy…

Enable Notifications in your sketchware project

In your Sketchware project, add an image (say imageiconxyz ) which will be displayed as notificatio…

Termux one for all Tutorial for Hacking

Termux Guide For beginners Termux is available on Google PlayStore and F-Droid. Its free download an…

Automatic text switching app in sketchware

Automatic text switching using ViewFlipper in Sketchware In Sketchware, if you want to display a lis…

How to programmatically add both fonts and round cornered views to drawer

How to programmatically add both fonts and round cornered views to drawer 1.First you have to create…

How to insert a HTML file into a Sketchware app

How to insert a HTML file into your Sketchware app Suppose you have created an HTML file and you want…

How to make image zoomable in sketchware

How to make an image zoomable We can make an image fit screen by setting scale_type as FIT_XY under …

How to program a sharing button in Sketchware

How to program a sharing button in Sketchware To program an app that is able to text contents or URL…

How to open others apps and sites from sketchware

How to open others apps and sites from sketchware Intent component in sketchware can be used to open…

How to make a datepicker dialog in sketchware

To create a DatePickerDialog in Sketchware android project then follow the steps given below; 1. In …

How to make pie chart with sketchware

In Sketchware, to create an app in which data with numerical values can be added and viewed as a pi…

How to implement grid view in sketchware

How to implement Images in GridView with sketchware So today we are going to create an app in Sketch…