We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Just wondering is there a way to incorporate SurveyKit for the use of a Android Studio for Java project?
The text was updated successfully, but these errors were encountered:
Even though this question is old, I will answer anyway since this may become useful for someone else.
Yes, you can use SurveyKit in Java, just by adding the SurveyKit dependency in the app .gradle:
SurveyKit
.gradle
implementation 'com.quickbirdstudios:surveykit:1.1.0'
Then, the classes are the same as those used in Kotlin. What changes is just the syntax.
Sorry, something went wrong.
No branches or pull requests
Just wondering is there a way to incorporate SurveyKit for the use of a Android Studio for Java project?
The text was updated successfully, but these errors were encountered: