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

Prefill check #62

Closed prabs3257 closed 11 months ago

prabs3257 commented 1 year ago

Closes #27

Description

Please provide a brief description of the changes in this PR.

Added xml file and media check on prefill method

Changes

List the changes done to fix a bug or introduce a new feature.

Added a new function in ODKFormHandler.kt

Checklist

Please check the boxes below that apply:

How to Test

Please include any additional information or notes about testing here, if applicable.

For UI-specific PRs only

If your PR includes UI-related changes, then:

Add screenshots for portrait/landscape for both a tablet & phone of the before & after UI changes.
Add a video showing the full UX flow.

prabs3257 commented 1 year ago

Heyy @chinmoy12c I have created a single check function now and used It in the prefillAndOpenForm() and openForm(). Please let me know if there are any additional changes needed 😃

chinmoy12c commented 11 months ago

Closed in #64