openMF / android-client

An android client for the MifosX platform
https://openmf.github.io/mobileapps.github.io/
Mozilla Public License 2.0
193 stars 570 forks source link

refactor: migrate Checker Inbox & Tasks screen to jetpack compose with multi module #2082

Closed Aditya-gupta99 closed 2 months ago

Aditya-gupta99 commented 3 months ago

Summary:

Transitioning from XML to Jetpack Compose offers advantages such as adopting a declarative UI approach, ensuring type-safe UI development, and minimizing boilerplate code.

Select Type: