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

Animate the floating action button visibility in the client screen. #2072

Open UduakUmanah10 opened 4 months ago

UduakUmanah10 commented 4 months ago

Summary:

To improve visibility of the user I want to animate the visibility of the floating action button in the in the client screen after the first five element is scrolled away from the screen.

Possible Approach:

I would achieve this using the lazy list state and the derivedstateof{} that observes a state and produces a new state to determine if the floating action button should be shown or removed without triggering excessive recompositing of the lazy list composable

steps to implement this feature:

Select Type:

UduakUmanah10 commented 4 months ago

I would like to work on issue #2072

therajanmaurya commented 4 months ago

Go ahead and send PR

Somesh-nayek commented 3 months ago

@UduakUmanah10 please assign me this issue, i want to work on this