Macaw is an Android project developed with Jetpack Compose: it's a recording app
Macaw is an Android app in Kotlin that I’m developing using Jetpack Compose.
The app let the user record and play voice messages. Simple as that!
The whole purpose of this little project is to get familiar with Jetpack Compose and the declarative UI in general ( although I developed also in Flutter ). I used some
of the main concepts of Compose: UI components (such as LazyColumnFor, Box, Row, Column, Text, Button … ), Theming, the brand new Navigation framework ( 1.0.0 - Alpha atm )
the state handling and much more.
I’m maintaining the project and adding new features to it. At the moment I’m working on