From 4610e798ef5f978d89e306c0886201477e7dbf96 Mon Sep 17 00:00:00 2001 From: Ayman Mahgoub Date: Mon, 27 Nov 2017 11:42:38 +0200 Subject: [PATCH 1/3] Create README.md --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..0076434 --- /dev/null +++ b/README.md @@ -0,0 +1,22 @@ +Tools & Technologies +-- -- -- +GitHub API: +https://developer.github.com/v3/ + +Butterknife http://jakewharton.github.io/butterknife/ +Used to link resources id with their objects. + +Realm https://realm.io/ +Used to persist data to be used in offline mode or other situations where we need to save data in the application + +Retrofit: http://square.github.io/retrofit/ +Used to make HTTP calls and parses the response in java objects instead of manual parsing json response. + +Dart & Henson https://github.com/f2prateek/dart +Used to send data between views. + +Picasso http://square.github.io/picasso/ +Used to load image from url to android image views + +RetroLambda: A gradle plugin for getting java lambda support in java 6, 7 and android +https://github.com/evant/gradle-retrolambda From 23e60bf06d42342350b445424dff50ef582f5a9a Mon Sep 17 00:00:00 2001 From: Ayman Mahgoub Date: Mon, 27 Nov 2017 11:45:05 +0200 Subject: [PATCH 2/3] Update README.md --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 0076434..62d3324 100644 --- a/README.md +++ b/README.md @@ -1,21 +1,20 @@ Tools & Technologies -- -- -- -GitHub API: -https://developer.github.com/v3/ +GitHub API:https://developer.github.com/v3/ -Butterknife http://jakewharton.github.io/butterknife/ +Butterknife: http://jakewharton.github.io/butterknife/ Used to link resources id with their objects. -Realm https://realm.io/ +Realm: https://realm.io/ Used to persist data to be used in offline mode or other situations where we need to save data in the application Retrofit: http://square.github.io/retrofit/ Used to make HTTP calls and parses the response in java objects instead of manual parsing json response. -Dart & Henson https://github.com/f2prateek/dart +Dart & Henson: https://github.com/f2prateek/dart Used to send data between views. -Picasso http://square.github.io/picasso/ +Picasso: http://square.github.io/picasso/ Used to load image from url to android image views RetroLambda: A gradle plugin for getting java lambda support in java 6, 7 and android From d30fb560eaed5f6cfb9c766449ed1b13c82f197e Mon Sep 17 00:00:00 2001 From: Ayman Mahgoub Date: Mon, 27 Nov 2017 11:45:20 +0200 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 62d3324..6fd9b40 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ Tools & Technologies -- -- -- -GitHub API:https://developer.github.com/v3/ +GitHub API: https://developer.github.com/v3/ Butterknife: http://jakewharton.github.io/butterknife/ Used to link resources id with their objects.