My favorite YouTube videos mobile app
A typical mobile app often contains essential features including screen navigation, pulling remote data with RESTful API, and authentication.
You'll practice consuming external APIs and building simple user interfaces. These skills make up the foundation for any mobile app developer to build apps with basic network functionality and a functional user interface.
You'll create a simple app to consume the CoinLore API, and display a list of cryptocurrencies and their current price in the mobile app.
Depending on your experience, this project might take between 10 to 15 hours.
When the user opens the app, they should see a list of cryptocurrencies, and each list item of a cryptocurrency should have the following data corresponding to the cryptocurrency:
You'll be using the Tickers (All coins) endpoint of the Coinlore API. Feel free to get creative with the UI of the app!
Note: You don't have to implement any payment transactions - just listing out the cryptocurrencies and their corresponding data is enough for the scope of this project.
The following image shows one way to implement the UI. Feel free to interpret the requirements however you'd like!
For an extra challenge:
You can include these elements to the list item as well from the Coinlore API
This project should be implemented as an Android, iOS, or cross-platform mobile app.
The awesome set of verified mentors will provide guidance and mentoring help when you are stuck.
Suresh Atta
A typical mobile app often contains essential features including screen navigation, pulling remote data with RESTful API, and authentication.
You will practice collecting user input, sending scheduled push notifications, sharing data between screens, and working with a database.
You will create a to-do list application by using your preferred mobile application development framework. People are finding it harder and harder to remember and manage daily tasks in this fast-paced world. By creating a to-do list app, users can create and manage their daily tasks more easily.
More coming soon...