-->

Loading​ image from gallery to ImageView in Sketchware

To load an image from gallery to an ImageView in Sketchware app, follow the steps given below. 1. In…

Custom Toast message using CustomView in Sketchware

To create a custom Toast message in Sketchware, follow the steps given below. 1. In your Sketchware …

Get list of app icons and app names of all installed apps in Sketchware

We can create a list of app names, app icons, app versions and app package names from information r…

Check if an app is installed, and get it's version in Sketchware

We can check if an app is installed or not by using it's package name in simple codes in Sketch…

Control device media volume using Seekbar in Sketchware App

The Seekbar can be set to control media volume of device, when any media is playing, with the use o…

How to create an image from a View and save it in Sketchware

Using codes in add source directly block in Sketchware, we can create bitmap images from any View (…

How to change color of Seekbar, Checkbox, and Switch in Sketchware?

The color of various widgets can be changed programmatically with simple codes. Provided below are …

Code for implementing Notifications in Sketchware

This tutorial shows a Sketchware android project example in which a Notification is displayed when …

Code for moving or dragging an image in sketchware android project

Now with the introduction of add source directly block in Sketchware, several such actions are poss…

How to change status bar color in Sketchware?

Earlier code injection method was required for changing status bar color in sketchware. But now in …

How to create a dictionary app in Sketchware?

An android app for a dictionary can be created in sketchware using File:shared preferences componen…