ETH Delta Tracker is an Android app that tracks the value of the
cryptocurrency Ethereum in real-time by querying
the API of several online sources and calculates the user's
investment growth based on their initial investment.
Takeaways:
- Utilized Web API's in program logic
- Learned to parse JSON web responses
- Experience with debugging multi-threaded operations
- Troubleshooting concurrency issues
Grocery Calculator Pro is designed to keep track of the
user's expenses while at the grocery store by allowing
the user to enter each expense and then calculates the
total cost of their cart with tax included. Additional
functionality to allow user to enter a shopping list and
check off items as they shop is currenty under development
Takeaways:
- Utilized SQLite database to achieve data persistence
- Learned to use Fragments in Android UI functionality
- Experience writing XML files to specify app UI layout