-
Notifications
You must be signed in to change notification settings - Fork 2
Home
kekayan edited this page May 22, 2018
·
3 revisions
Here I ll share How i developed this application .So it will helpful for the contributors around the globe to contribute.
[Follow the article](https://android.jlelse.eu/right-way-to-create-splash-screen-on-android-e7f1709ba154)
which is nicely written about common mistakes and solution.
Don't reinvent the wheel
So I chose the firebase as the database where i don't need to write a backend logic and it's faster and we can get analytics. Further Contributors can extend to social network mobile logins too.
Firebase provide best and optimized UI for authentication follow here
It hosts the all the five fragments
- Steps
- Tweets
- History/Achievements
- Settings
- Profile
and i used bottom navigation bar to navigate to those fragments.
I used EazeGraphLibrary for pie and bar charts in Histroy fragment
to be continued...