Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add and delete dashboard observe changes #30

Closed
wants to merge 1 commit into from

Conversation

NateshR
Copy link
Contributor

@NateshR NateshR commented Mar 8, 2016

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.

@NateshR
Copy link
Contributor Author

NateshR commented Mar 8, 2016

Issue #1
Issue #3
EventBus is only use to notify that's there been a addition/deletion of data.

This was referenced Mar 11, 2016
@NateshR
Copy link
Contributor Author

NateshR commented Mar 16, 2016

Since, there's no id till we sync so I am left with no option then to compare with dashboard name.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants