Skip to content

Commit 567d560

Browse files
committed
Update README.md
1 parent af3ceaf commit 567d560

File tree

1 file changed

+33
-1
lines changed

1 file changed

+33
-1
lines changed

README.md

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,36 @@
11
droidconNL-2014
22
===============
33

4-
Simple conference app made for the Droidcon NL 2014
4+
Simple conference app made for the Droidcon NL 2014. It simply displays the list of talks and different details / informations about it: speaker, description, room, etc.
5+
6+
7+
## Material Design
8+
9+
The app tends to follow the [Material Design guidelines](http://www.google.com/design/spec/material-design/introduction.html) from Google.
10+
The app supports devices running from Android 4.0+ to Android 5.0 Lollipop.
11+
12+
![App screenshot](https://github.com/lynfogeek/droidconNL-2014/blob/master/graphic/screenshot_readme.png)
13+
14+
## Features
15+
16+
As previously said, the app is relatively simple, the goal was not to reproduce a complexe application like [the Google IO app](https://github.com/google/iosched) but a very simple one, focused on the minimum tasks. (And created within a weekend)
17+
18+
The app contains:
19+
* A schedule listing
20+
* The conference's details view
21+
* An option to favorite talks
22+
23+
And you can also:
24+
* Navigate to the conference site
25+
* Give feedback on the organization
26+
27+
28+
## APK
29+
30+
The APK can be found on the Google Play:
31+
32+
<a href="https://play.google.com/store/apps/details?id=nl.droidcon.conference2014">
33+
<img alt="Get it on Google Play"
34+
src="https://developer.android.com/images/brand/en_generic_rgb_wo_60.png" />
35+
</a>
36+

0 commit comments

Comments
 (0)