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() to FormsInteractor #54

Closed shivenducs1136 closed 1 year ago

shivenducs1136 commented 1 year ago

Closes #35

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

The sample app I built and tested for the key functions appears to function with all the features that are currently available.

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

The best possible solution is to move the methods, and their implementations to formsInteractor & ODKFormsHandler also we have to use formsInteractor object to use the required methods in the ODKFeatureTesterActivity

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?

This change would not affect in user perspective

Does this change require updates to documentation?

Yes, we need to update the readme.md file and move the required methods to appropriate places.