From 49994167fa703ddc211c9a1387cd99e8bcc62c27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20P=C3=B3=C5=82grabia?= Date: Sat, 17 Sep 2016 22:27:50 +0200 Subject: [PATCH] Added readme for some info. --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..b140417 --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +Urban explorer is an app which serves the knowledge about interesting places +in the user's neighborhood. + +It fetches right now from two places - wiki API and panoramio API +(which shows to have many downtimes). The another third is planned to be +introduced due to low SLA level of panoramio. + +For changes introduces in the app versions look for @see changelog.md . +For change requests, new features and bugs see the app's jira. + +Currently used libraries: +- android sdk, +- crashlytics (for bug reporting), +- universal image loader +- google support libs.