gentlecat / OpenNMS-Android-Client

OpenNMS Android Client
http://www.opennms.org/
11 stars 6 forks source link

Replace WelcomeDialog with a separate activity #78

Closed gentlecat closed 10 years ago

gentlecat commented 10 years ago

The way welcome dialog is implemented is not correct. Data is being loaded in background even before user makes a choice.

This can be fixed by creating a separate activity that will be displayed on first launch. This activity will have same buttons from the dialog.

gentlecat commented 10 years ago

Created several prototypes: http://imgur.com/a/izI6m

gentlecat commented 10 years ago

You can track progress in title-activity branch.