-
Notifications
You must be signed in to change notification settings - Fork 6
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
FastODS on Android app #180
Comments
Hi. I never tried FastODS on Android. There's a reasonable hope it works because there's no runtime dependency beyond the standard library. (Dependencies are for tests only.) |
Salut, êtes-vous français ? Je parle un peu ta langue ! Haha So, I have implemented FastODS on my Android project and it worked pretty well. I'm using: This is how I did it. And my method for exporting process is (in Kotlin, but there's no significant difference): `
} Great job! |
Yeah I'm french - je suis français. Thanks for the feedback. I'll write a line in the README to say that FastODS works on Android. |
Can I use FastODS to export my list of data on Android app?
Currently I'm exporting only to CSV, but I wana export in more formats, and FastODS seems interesting.
Any limitation? How can I use it properly?
The text was updated successfully, but these errors were encountered: