Display error messages
We need to discuss how exactly(UI part) show an error and what to display in that error. When we decided to implement this feature is good to split this task in few smaller.
Places where good to have errors notification:
- Upload image
- Delete user
- Block user
- Ignore user
- Send post
- Send like
- Create group
- Create circle
- Update circle
- Create gallery
- Send invitation to circle
- Send invitation to group
- Update password
- Update email
- Update name
- Can not load posts
- Create user
- Login failed
- Resend failed
As an example of library: [https://github.com/calimarkus/JDStatusBarNotification]
Edited by Dmytro Ryshchuk