1)Implemented firebase authentication using email enabling the email verification.
2)Material UI added to the login & signup fragment
1)Chat screen added . Chat screen supports recievers dp , email . Designs are done using constraint layout.
2)Chat Box design also done.
`
3)This project is following the best practice of android development.
1)Added to more fragments for holding the chats and list of users you will be adding to your app
2)Added a new activity which uses TabLayout that will hold the chatFragment as well as userFragment
1)Dialog added to add users
1)User can now add user in firebase
1)Adapter for contact list recycler view created.
2)Firebase realtime data change listener is added. 3)Now user will be see the users in their fragment after adding new user
1)User can also see the dp of their friends. 2)Rescaled the layouts add user recycler view. 3)on user item click in add user recycler view a chat screen is openning 4)User dp is loaded with glide
1)Menu added. 2)Action bar added.
1)Users can send each other message.
2)Chat service added.
1)Chats can be viewd in recycler view.
- Added some helper function to clean code
1)Users will updated in the ChatFragment now.
1)Users can remove ,add new contacts.. 2)Chat item deletion functionality added 3)Facebook messenger type time stamp added.