Skip to content

Instantly share code, notes, and snippets.

@josephkandi
josephkandi / gist:d7a3fd178792de444caa
Created July 28, 2014 23:43
Android networking post to Twitter API
private static class PostToTwitter extends AsyncTask<Void,Void,String>{
@Override
protected String doInBackground(Void... string) {
// Uri builder = new Uri.Builder().authority("http://yamba.peruzal.co.za")
// .appendPath("api")
// .appendPath("statuses")
// .appendPath("update.xml")
// .build();