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

Updated ODKInteractor,FormsInteractor interfaces docs #44

Closed shivenducs1136 closed 1 year ago

shivenducs1136 commented 1 year ago

Closes #16

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

Updating the readme.md of odk/extension

chinmoy12c commented 1 year ago

Hey, @shivenducs1136 thanks for the contribution. I think you may have misunderstood the actual problem described in the issue. The issue states that we need to document all the events that can be emitted from a particular function. This specifically relates to ODKEventBus events, of which currently only FormEventBus implementation exists. So currently we need to document all the FormEvents that can be emitted from a function. Please go through the FormEventBus class to understand this issue further.

chinmoy12c commented 1 year ago

Hey @shivenducs1136 are you planning to work on this?