I using hashmap but it gives me that message at the android studio
"Contents of collection 'userMap' are updated, but never queried"
my code:
HashMap<String , String> userMap = new HashMap<String , String>();
userMap.put("username" , name);
userMap.put("fullname" , fullName);
userMap.put("country" , country);