There is a hashmap, which consists of a string and an object. Line = name. Object = properties. I can not understand how you can pull values from an object if it has more than one property. The size () or lenght () method does not work for an object. Please help.
HashMap<String, Object> newPost = (HashMap<String, Object>) snapshot.getValue(); 