data class Me (
val name: String = "Roney Aguiar",
val occupation: String = "Android Engineer",
val from: String = "Brazil",
val likes: List<String> = = listOf("Music", "Soccer"),
)
TeamScore
An application built to keep track of an official footvolley match. The Idea for this app originated from a personal need during my footvolley practice.
Tech Stack
Download it form google play
Dividimos
Dividimos is an application to help splitting the bill for a large party. Each person on the table can pay for only what they consumed and the price gets calculated individually.
Tech Stack
Download it form google play
AnyBuy - A fake digital store
Inspired by a Figma design, I decided to code the project to showcase different Android development techniques, such as navigation between screens, fetching data from the internet, dependency injection, and structuring complex layouts with Jetpack Compose.