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 About Activity to Jetpack Compose with multi module #2087

Open eniolaipoola opened 2 months ago

eniolaipoola commented 2 months ago

Summary:

Migrating existing XML pages to Jetpack Compose helps reduce boilerplate code simultaneously, achieving the same result with fewer lines of code.

Possible Approach: The approach is to re-implement the existing About activity to Jetpack Compose, ensuring that all intents are appropriately handled.

Select Type:

eniolaipoola commented 2 months ago

I would like to work on this