photown / Weather-App

The demo application I explained at my lightning talk @HackConf2015

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Weather-App

The demo application we went through at my lightning talk @HackConf2015

Alt Text Alt Text

Quick runthrough:

  • Code is in /app/src/main/java/bg/hackconf/weatherapp

  • XML layout files are in /app/src/main/res/layout

  • Android Manifest file is /app/src/main/AndroidManifest.xml

Prerequisites:

Download and install the following software:

  1. JDK
  2. Android Studio
  3. Genymotion

To compile:

  1. Download this repo as .zip and unarchive it.
  2. Open Android Studio
  3. From the menu select File > Open...
  4. Find the unarchived folder and select it.
  5. Wait for everything to load.
  6. Start Genymotion.
  7. Configure a new Genymotion device and start it.
  8. Go back to Android Studio and select Run > Run 'app' from the menu.

License

The MIT License (MIT)

Copyright (c) 2015 Antoan Angelov

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

About

The demo application I explained at my lightning talk @HackConf2015

License:MIT License


Languages

Language:Java 100.0%