Samagra-Development / odk-collect-extension

ODK Collect is an Android app for filling out forms. ODK Collect Extensions is a layer on top of ODK Collect to make it easier to integrate inside existing Android apps.
https://docs.getodk.org/collect-intro
Apache License 2.0
5 stars 18 forks source link

Moved openForm(),openSavedForm() and prefillAndOpenForm() methods to FormInteractor interface from OdkInteractor interface #55

Closed tripathisharad closed 1 year ago

tripathisharad commented 1 year ago

Closes #

What has been done to verify that this works as intended?

Why is this the best possible solution? Were any other approaches considered?

How does this change affect users? Describe intentional changes to behavior and behavior that could have accidentally been affected by code changes. In other words, what are the regression risks?

Do we need any specific form for testing your changes? If so, please attach one.

Does this change require updates to documentation? If so, please file an issue here and include the link below.

Before submitting this PR, please make sure you have:

tripathisharad commented 1 year ago

Moved openForm(),openSavedForm() and prefillAndOpenForm() methods to FormInteractor interface from OdkInteractor interface