summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJoe Robinson <joe@lc8n.com>2014-08-03 04:06:20 +0100
committerJoe Robinson <joe@lc8n.com>2014-08-03 04:06:20 +0100
commit8132297dd9d3845e6e1670b20c482b9674424f7b (patch)
tree27c69c589b52aef51f4eac84139712cf362bc4a9 /README
parent3940232a8eed7e93c200f4e7351d6d341a502d67 (diff)
Changed readme to markdown extention
Diffstat (limited to 'README')
-rw-r--r--README37
1 files changed, 0 insertions, 37 deletions
diff --git a/README b/README
deleted file mode 100644
index 7f575f5..0000000
--- a/README
+++ /dev/null
@@ -1,37 +0,0 @@
-blaupload-android
-=================
-
-This is a new Android app for blaupload. It's still in development and
-lacks most important features. Use the old version for now:
-http://blatech.co.uk/wjoe/blauploader
-
-Requirements
-============
-
-- Android 4.0.3 or higher
-- Tested on a HTC One M8 and Sony Xperia Z running 4.4
-- Assumed to work on any reasonable Android device
-
-Reasons
-=======
-
-- Learn more about Android development
-- Replace bad code from the old version, rather than adding to it
-- Utilise the new JSON features of blaupload
-- Create a general purpose app which can be used for many other sites
-
-Libraries Used
-==============
-
-- (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/]