dhis2 / dhis2-android-dashboard

:no_entry: [DEPRECATED] Android application for DHIS2 which implements basic dashboard functionality.
BSD 3-Clause "New" or "Revised" License
17 stars 47 forks source link

Issue #1, Issue #3 fix #29

Closed NateshR closed 8 years ago

NateshR commented 8 years ago

ViewPager observe changes now on adding and deleting dashboards. FragmentStatePageAdapter implemented. Smooth scroll to the added or removed dashboard. onLoadFinished in DashboardViewPagerFragment is called twice and it is necessary to be called twice, first when saved dashboard locally and second when synced from server. But reflecting added or removed dashboard is called once only, the second time it just updates the data in DashboardAdapter.