Is there a way to use dictionary in android resources. I couldn’t find anything in String.xml file about dictionary and searchable file has many other fields that I don’t need.
Edited: in C# and visual studio we can add dictionary to the resources as well as string or int, however, I couldn’t find any option for adding dictionary to the resources and only string and string array or integer are available on android resources.
There is no such a resource type. You have to put an arbitrary file in res/raw/ and import it manually in a HashMap.