Android app that shows a list of cryptocoins. Can navigate to its details, search specific coins and add a user.
Stars
0
Forks
0
Watchers
0
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
24
commits
refactor: change typeconverters when so mutable set doesn't add a character and is still empty when no elements inside
5b06fb7View on GitHubrefactor: modify StarredCoin model to use as primary key the user name v0.1
873b02fView on GitHubfeat: add LaunchedEffect executing getAllStarredCryptos() to update the number of cryptos each time the view is executed
0726020View on GitHubrefactor: CryptoDetailsViewModel and CryptoDetailsScreen starred button function
0ff9508View on GitHubfeat: implement add coin to starred_coin table in CoinsDb when clicking button in CryptoDEtailsScreen
355af77View on GitHubrefactor: LaunchedEffect to stop the flow returning the function if isInitComplete is not true
959e1c0View on GitHubrefactor: check isFirstRun moved from MainActivity to SplashViewModel
42eb022View on GitHubfeat: implement users profile saving user in DB while saving it in DataStore v1
8b7f6b7View on GitHub