30 Eylül 2016 Cuma

foursquar api

https://examples.javacodegeeks.com/android/android-foursquare-api-example/

https://developer.foursquare.com/docs/venues/search

http://www.ibm.com/developerworks/library/os-foursquare/


http://www.androidhive.info/2012/07/android-gps-location-manager-tutorial/



https://metehantoksoy.com/2014/07/19/c-ile-foursquare-api/

15 Eylül 2016 Perşembe

android-profil resimleri yuvarlama

https://github.com/JonathanBlood/Restaurant-Android-Application/blob/master/app/src/main/java/com/jonathanblood/restaurant/picasso/CircleTransformation.java
-------
Picasso.with(c).load(MyApi.URL_IMAGES+modelValues.getProfilResmi()).resize(90, 90).transform(new CircleTransformation()).into(profilresmi);