Matan Tsuberi
Matan Tsuberi
i was wondering if i could make the material card "wrap_content" so that it adjusts to changing image heights. if not , is there anyway i can bypass it?
i have integrated this library into my app , and it for now works great on google plus , i can call a function to login in my fragment and...
``` manager.setOnInitializationCompleteListener(new SocialNetworkManager.OnInitializationCompleteListener() { @Override public void onSocialNetworkManagerInitialized() { //here it would be nice to have the SocialNetworkManager instance } }); ```
I am trying to implement something similar to the example from google. the example shows how to search for nearby points with the query: `distance(location , geopoint(11.1 , 12.3)) <...