diff --git a/.gitignore b/.gitignore index 9444451..b2b0e87 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,5 @@ /captures .externalNativeBuild */app/build/ + +DailyHelper/local\.properties diff --git a/DailyHelper/.gitignore b/DailyHelper/.gitignore deleted file mode 100644 index 2b75303..0000000 --- a/DailyHelper/.gitignore +++ /dev/null @@ -1,13 +0,0 @@ -*.iml -.gradle -/local.properties -/.idea/caches -/.idea/libraries -/.idea/modules.xml -/.idea/workspace.xml -/.idea/navEditor.xml -/.idea/assetWizardSettings.xml -.DS_Store -/build -/captures -.externalNativeBuild diff --git a/README.md b/README.md index 52c225e..29ed9e2 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,27 @@ -# Mobile_Application_Development_project +# Mobile Application Development Projekt Schreiner & Wolfmajer Android App Projekt SWD16 -## Open-App \ No newline at end of file +*** + +## Daily-Helper + +### Beschreibung +Android App mit nützlichen Gadgets die man täglich brauchen kann. Von der aktuellen Temeperatur bis hin zu einer integrierten Wasserwaage. + +Die Temperatur wird von einem externen Sensor über eine API abgefragt. + +//TODO + +### Funktion + +//TODO + + +### Pflichtenheft + +- [ ] Beinhaltet Netzwerkkommunikation +- [x] Greift auf Gerätefunktionalität zu +- [ ] Speichert Daten für offline Verwendung +- [ ] Läuft auf (echten) Smartphones, Android 4.4+ +- [ ] Abgabe in Form von Source-Code + APK + Dokumentation