I have tried to search on HashMap in Android, but getting problem:
Consider this example:
HashMap meMap=new HashMap
Note: If you know Key, use this code
String value=meMap.get(key);