Рет қаралды 7,280
This video shows how to create a Dictionary App using Json Object and Map variable in Sketchware.
Code to sort the String list:
Collections.sort(list);
Code to search the list:
ArrayAdapter adapter = (ArrayAdapter)listview1.getAdapter();
adapter.getFilter().filter(_charSeq);
Code to get text from the position clicked in ListView:
word = listview1.getItemAtPosition(_position).toString();