How to create a dictionary app in sketchware

Опубликовано: 07 Май 2026
на канале: Sketchware Help
2,392
38

Hello friends in this video we have demonstrated how to create a dictionary app in sketchware. Hope you all will like the video. Do like the video. Also do subscribe our channel for more such videos. Hope you will learn something new from the video. Also if you get any issues in this then do bring it into our notice so that we can solve it.

Our Gears:-

Smartphone:- https://amzn.to/2Es7uqR

The code used in the app is:-

android.view.inputmethod.InputMethodManager imm = (android.view.inputmethod.InputMethodManager) getSystemService(INPUT_METHOD_SERVICE);
imm.hideSoftInputFromWindow(getCurrentFocus().getWindowToken(), 0);

#sketchware #scratch #android #app