Label: Sketchware

No image

Share an image from an ImageView

To share an image from an ImageView in your Sketchware Android project, in VIEW area add …

Loading​ image from gallery to ImageView in Sketchware

To load an image from gallery to an ImageView in Sketchware app, follow the steps given b…

Custom Toast message using CustomView in Sketchware

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

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 inf…

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…

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…

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…

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…

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 …

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

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

Code for implementing Notifications in Sketchware

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

Code for moving or dragging an image in sketchware android project

Now with the introduction of add source directly block in Sketchware, several such action…

Code for moving or dragging an image in sketchware android project

Now with the introduction of add source directly block in Sketchware, several such action…
No image

Few codes to modify scrollbar in Sketchware

In Sketchware very limited modifications can be made to the scrollbar. Provided below are…

How to change status bar color in Sketchware?

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

How to create a dictionary app in Sketchware?

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