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

Saved Documents in the Homepage #62

Closed
infiniteoverflow opened this issue Feb 3, 2021 · 4 comments
Closed

Saved Documents in the Homepage #62

infiniteoverflow opened this issue Feb 3, 2021 · 4 comments
Assignees

Comments

@infiniteoverflow
Copy link
Contributor

I would like to share my approach for showing the pdfs created by the user in the homepage as they open it :

  • In the screen where we save the pdf after creating it, we can add the directory link to an object in shared_preferences. So every time a user creates a pdf, the link can be appended to it.
  • We can retrieve the list of directories from shared_preferences in the homepage and show a list/grid view of the saved documents.

Maintainers kindly express your views on this approach. Thank you !!

@anushbhatia
Copy link
Collaborator

Sure go ahead with this

@smaranjitghose
Copy link
Owner

I would like to share my approach for showing the pdfs created by the user in the homepage as they open it :

  • In the screen where we save the pdf after creating it, we can add the directory link to an object in shared_preferences. So every time a user creates a pdf, the link can be appended to it.
  • We can retrieve the list of directories from shared_preferences in the homepage and show a list/grid view of the saved documents.

Maintainers kindly express your views on this approach. Thank you !!

Fantastic! Would love to see this

@infiniteoverflow
Copy link
Contributor Author

Working on this ✌ , kind of slow due to exams , but will complete this asap.

@smaranjitghose
Copy link
Owner

Working on this ✌ , kind of slow due to exams , but will complete this asap.

No worries, bro
I can understand

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

3 participants