Learn how to create a simple learning app which connects to Firebase and can load data from there.
In this app we will be having the following features :-
- The app will contain a homepage which shows items in card view. You can chose any other view as your choice. But card views appear nice and all are in scrollable layout.
- On clicking any card, you will go to the following activity where you will be able to see other options. Same card layout with scrollable views are used everywhere.
- The data is being loaded from firebase servers and are also being loaded from the app storage as many of the data is stored in app assets.
- There are various links to social profiles too which takes user to the respective social pages.
This app helps you in developing a learning app. It is just a prototype and you can build better apps with more and more functionality.