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

SQLite and history question #42

Closed
hassanrana opened this issue Mar 30, 2020 · 1 comment
Closed

SQLite and history question #42

hassanrana opened this issue Mar 30, 2020 · 1 comment

Comments

@hassanrana
Copy link

Hi,Can you please tell me how to stick to the future data only and not load any history data.My requirement is to get data from sqlite and show employee one month data here.Thank you in advance

@zhouchaoyuan
Copy link
Owner

Below is some sample codes from readme.

    adapter = new CustomAdapter(this, blockListener);
    adapter.enableHeader();//load history, you can also call disableHeader()----default

do not call adapter.enableHeader();
I think this may help you.

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

No branches or pull requests

2 participants