As a software developer that deals much with RESTful API, reading raw JSON data on browser can be a pain. It always easier to read a well formatted JSON in tree view than in raw data format. Luckily, Chrome has some extensions that could format raw JSON data into tree view format that can be read … [Read more...] about Four Best Chrome Extensions for Reading JSON
api
How to Send Image to Twitpic from Android
Twitpic is one of the most common used image hosting that allows users to easily post images to Twitter and other social media. Twitpic can be used independently of Twitter, in a way similar to Google Picasa or Flickr. TwitPic usernames and passwords are the same as the ones in Twitter so it doesn't … [Read more...] about How to Send Image to Twitpic from Android
How to Use Foursquare API on Android Application
This is my second post about using Oauth enabled API on Android. This time i'll try to explain how to use Foursquare API V2 within Android application. I built my own Android implementation for Foursquare API based on my previous implementation for Twitter API that can be used to post Twitter … [Read more...] about How to Use Foursquare API on Android Application
How to Post Twitter Status from Android
While developing one of my Android application, i found it was hard to find a good and simple tutorial on how to integrate Twitter into Android app. There are some external java libraries over the net that can be used to integrate Twitter into Android app, but they lack of good documentation and … [Read more...] about How to Post Twitter Status from Android
Recent Comments