diff options
author | Joe Robinson <joe@lc8n.com> | 2014-08-04 02:17:46 +0100 |
---|---|---|
committer | Joe Robinson <joe@lc8n.com> | 2014-08-04 02:17:46 +0100 |
commit | 164aeea2cb7a04137993eaf66d540603adb978e3 (patch) | |
tree | 031b29a5bed1f32f70915edd229bddb0afb103e6 | |
parent | a08d58be07cb5e5ed4b0265824af2d69e29a2bf0 (diff) | |
parent | 70bd2502c34e9852301400b68873740f005be4b7 (diff) |
Merge remote-tracking branch 'origin/master'
-rw-r--r-- | README.md | 15 |
1 files changed, 7 insertions, 8 deletions
@@ -23,15 +23,14 @@ Reasons Libraries Used ============== -- (Otto)[http://square.github.io/otto/] - Event Bus library for passing - data between threads +- [Otto](http://square.github.io/otto/) - Event Bus library for passing data between threads Tutorials/Resources Used ======================== -- (Javatechig - Image GridView)[http://javatechig.com/android/android-gridview-example-building-image-gallery-in-android] -- (Vogella - AsyncTask)[http://www.vogella.com/tutorials/AndroidBackgroundProcessing/article.html#concurrency_asynchtask3] -- (Volegga - JSON in Android)[http://www.vogella.com/tutorials/AndroidJSON/article.html] -- (Volegga - ListViews and Adapters)[http://www.vogella.com/tutorials/AndroidListView/article.html] -- (Baeldung - Apache HttpClient cookies)[http://www.baeldung.com/httpclient-4-cookies] -- (SimonVT - Using Otto for AsyncTask)[http://simonvt.net/2014/04/17/asynctask-is-bad-and-you-should-feel-bad/] +- [Javatechig - Image GridView](http://javatechig.com/android/android-gridview-example-building-image-gallery-in-android) +- [Vogella - AsyncTask](http://www.vogella.com/tutorials/AndroidBackgroundProcessing/article.html#concurrency_asynchtask3) +- [Volegga - JSON in Android](http://www.vogella.com/tutorials/AndroidJSON/article.html) +- [Volegga - ListViews and Adapters](http://www.vogella.com/tutorials/AndroidListView/article.html) +- [Baeldung - Apache HttpClient cookies](http://www.baeldung.com/httpclient-4-cookies) +- [SimonVT - Using Otto for AsyncTask](http://simonvt.net/2014/04/17/asynctask-is-bad-and-you-should-feel-bad/)
\ No newline at end of file |