Questions tagged [sketchware]

Sketchware is a mobile visual drag-and-drop IDE for developing simple Android apps. Use this tag in addition to the [Android] tag when asking questions about Android app development using this IDE.

Sketchware is a block programming based integrated development environment (IDE) for developing mobile Android apps.

It could be placed in the [Android] tag, but due to its limitations, most of Java code won't work. Most of the posts will be related to the "Add Source Directly" block which allows it to add Java code which is not available in native blocks.

More details are at http://docs.sketchware.io.

41 questions
4
votes
2 answers

How to amend Java code to send multiple email attachments, using Sketchware?

I'm really new to Java and have been building an app on Sketchware. If you're not familiar with it, it uses block programming and you can inject your own code in custom blocks. As the storage of all app views are local only, I need all the output…
Damien
  • 53
  • 5
1
vote
2 answers

Compile error in sketch ware after Android 11 update

I'm getting similar error in all my apps (which were working OK) after update (UI 2.0 Android 11) in my realme 5 pro. See error message below: error: resource android:style/Theme.Material.Light.DarkActionBar not…
1
vote
0 answers

Query is not working properly in firebase database?

I have database of "date" "part" "heat" "defect" these all are child of defect I tried to filter with date. It's working for 19/4/2021 fine. But not working for any other date. For any other that are present in database it showing result of first…
vasu dev
  • 21
  • 5
1
vote
0 answers

How to set italic typeface for future text in current cursor position on edittext and to bring it back to normal?

I want to apply Text Format Options on EditText. I am able to apply Bold, Italic, Strike, Underline after spacebar is trigger but i can't bring it back to normal typeface. I want to apply this typeface on the current cursor position, also able to…
1
vote
4 answers

Sketchware - Issues Publishing to Play Store

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 select the .json file I have downloaded to my phone, I…
1poo
  • 19
  • 3
0
votes
0 answers

Simulate Touch Gesture on Phone Screen in Sketchware Pro App

Can you make a tutorial on how to simulate a touch event on the phone screen by pressing a button on a floating window or widget or action button on the phone home screen but dont let go of the touch after you release the button like holding a…
0
votes
1 answer

Sketchware Webview won't accept/work with cookies for user session

I'm using Sketchware 6.4 and the latest Android OS, and for the life of me I can't get cookies to work with Weview. I'm showing a simple PHPBB forum site using Webview (webview1) and want the user session to remain logged in when the app is closed…
sikmah 66
  • 1
  • 1
0
votes
0 answers

How do I make a hashtag a different color than the rest of the text in sketchware?

How do I make a hashtag a different color than the rest of the text in sketchware How do I make a hashtag a different color than the rest of the text in sketchware I want to make the hashtag a different color than the rest of the people in…
0
votes
0 answers

How can I display a list of local guides in my Sketchware Android app based on user location?

I am developing an Android app using Sketchware and I want to add a feature where tourists can access the app and see guides available in their local area. I would like to display a list of guides based on the user's current location. I have already…
0
votes
0 answers

finding solutions for get linearBackroundColor to save in savepreference

How to save preferences in linear background color and set the color to another and save a color and set to another linear view and text? get color in sharedpreference and put it into new linear
0
votes
0 answers

Run app in background and also perform task such as to open another app

I am new in programming, I have created an app in sketchware which can open another app using package name , the app opens when data from google sheets changes, I wanted to run this app in background And perform the task of opening another app when…
0
votes
1 answer

setText on textview without replacing sketchware

I need to edit the textview without replacing the all text, for example myText : Hi Like if i click the button it will add "Hello" , so it should be like this "Hi Hello" without replacing the all text. Sorry for bad English. I used setText and it…
Kanton
  • 3
  • 1
0
votes
0 answers

Basic script that works fine on desktop but not loading on my Android?

I'm sorry for this basic question I'm new to this android thing...and gotta start struggling somewhere...(Please be gentle) Have a basic sketch in processing that shows the computer's camera view in a window. Works fine on the computer. It doesn't…
0
votes
0 answers

How to Pause And Resume Download And Upload

Can Anyone Describe How To Resume Or Pause Upload And Download of Fire Base In Sketchware?? I used "strg.pause();" code but it shows error "The method pause() is undefined for the type StorageReference"
0
votes
0 answers

Insecure browser error in WebView on logging Google

I am trying to make a WebView based Android app. It's found that when ever I try to sign in Google account i get a error. I am using the default WebView in Java, and has added some additional codes to make it more functional like enabling JS,…
1
2 3