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

Populate database with Fetched contest data #13

Closed
dr0pdb opened this issue Oct 11, 2017 · 2 comments
Closed

Populate database with Fetched contest data #13

dr0pdb opened this issue Oct 11, 2017 · 2 comments
Assignees

Comments

@dr0pdb
Copy link
Member

dr0pdb commented Oct 11, 2017

Populate the database with the fetched contest data. Implement insert,query and delete operations.

@dr0pdb dr0pdb self-assigned this Oct 11, 2017
@dr0pdb dr0pdb added the feature label Oct 11, 2017
@VisheshVadhera
Copy link

VisheshVadhera commented Oct 13, 2017

For database, you can consider using Room instead of Content Providers. Has a better API and is way easier to use than Content Providers.

@dr0pdb
Copy link
Member Author

dr0pdb commented Oct 13, 2017

@VisheshVadhera Actually the code for Content Providers is already implemented in a similar project. Hence it's much easier to migrate the code rather than using Room from scratch.

mayank8318 pushed a commit that referenced this issue Jan 14, 2018
* Updated .gitignore

* Updated .gitignore
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