I was making an app and all of sudden I got error that code is too long :(
I didn't know about this restriction in Java and I have already added a lot of arrays.
So I can't go back and create a database.
If anyone knows how to convert this:
list = new ArrayList<DataObject>();
list.add(new DataObject("Aback", "پُٺ","Toward the back or rear; backward"));
list.add(new DataObject("Abacus", "انگ","A board, tray, or table, divided into perforated compartments, for holding cups, bottles, or the like; a kind of cupboard, buffet, or sideboard."));
into a String and call that string in that ArrayList?