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

Export data to CSV #9

Open
kmicinski opened this issue Dec 19, 2012 · 0 comments
Open

Export data to CSV #9

kmicinski opened this issue Dec 19, 2012 · 0 comments

Comments

@kmicinski
Copy link
Owner

Pretty simple: just query the content provider.

This needs to save the set of events as a file, attach that file to a SEND intent, to an email program. This shows how to do it: http://stackoverflow.com/questions/6078099/android-intent-send-an-email-with-attachment

Should be pretty simple.

Question: should we have an email client built into the app? This will require using the internet permission. We can get rid of it if we use the send email intent. But it requires the user to explicitly export their data.

There's a bad screen that sort of does this.

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

No branches or pull requests

1 participant