/AndroidMirrorDashboard

Smart Mirror Android App

Primary LanguageJava

Android Mirror Dashboard

A smart mirror Android app, inspired by Max Braun's project. You can find some photos in this gallery.

Photo

Customize it

The app can easily be extended through modular content packages. The existing architecture uses ContentProviders to regulary fetch data, represented as Content objects. These content objects have different types (e.g. Weather) and are rendered in the DashboardActivity once they updated.

Photo