
Sketchware - Issues Publishing to Play Store - Stack Overflow
May 9, 2020 · Using the Sketchware app and Android, I am trying to export to the Google Play store, I have to select the .json for the service account to allow it to publish the app. However, when I try to …
sketchware: i want to make button with a default file
Apr 6, 2021 · resume: i want make a button with a default file. So, every time someone clicks that button it will open this file. thk for the help, new here (: .
How to amend Java code to send multiple email attachments, using ...
Update Post discussion in chat-room I would like to conclude that it is not possible to send multiple attachments in email with Sketchware, as it does not offer Intent.ACTION_SEND_MULTIPLE …
android - Include command line in Sketchware? - Stack Overflow
Aug 25, 2020 · I'm thinking of creating a nice gui for ffmpeg command line using Sketchware. Is it possible to add a ffmpeg build into a Sketchware project?
Trying to get a child key value from a json object saved in an map ...
Apr 11, 2020 · JSONObject cannot be resolved to a type 3 problems (3 errors) And i dont know how to import jsonobject into sketchware. How can a get the child key of global from this json? Edit: (thanks …
How to make a Gamepad Bluethoot Controller for Android on …
Apr 6, 2024 · At the moment, I am looking for help to create a Bluetooth GamePad Controller using Sketchware, a visual programming platform that has been very useful for me to develop mobile …
How to add mXparser library to Sketchware Pro? - Stack Overflow
Nov 30, 2021 · I am trying to add mxparser library to my Sketchware Pro project. I downloaded the .jar file of the library and copy paste it to local libraries folder manually.
How can I install Jython in Sketchware? - Stack Overflow
Jun 1, 2024 · I'm trying to use Jython in a Sketchware project to run some Python code. I'm not sure how to install and set up Jython in Sketchware. Could someone guide me through the steps required …
I want to set an onClick listener for custom view in sketchware
Apr 13, 2021 · {final Button tab3button2 = view findViewById(R.id.button2); View.OnClickListener() { @Override pubilc void onClick (View v) I have tried searching for answers but all to no avail.
How to Change PopupMenu Text and Background Color and text font?
Jul 13, 2022 · PopupMenu with ButtonView I wrote the following code in the button view.Clicking the button brings up an option popup menu like the image above, I want to change the font, color and …