Skip to content

Steppschuh/AndroidMirrorDashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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