Show appropriate animations on screens when there are no results
See original GitHub issueWhen we get no results from the API due to any reason ( there are actually no results, server error, internet connection), we just show a snackbar with some appropriate message. Replace, the snackbar with proper animations.
Which screens are to be added with this layout?
City info
(opens up on clicking any city)Hotel booking
Online shopping
Trip info
(opens up on clicking any trip)Profile
What to do?
- Checkout https://github.com/project-travel-mate/Travel-Mate/blob/1dac4f949697f2766c923a16eb0eb89cd0386286/Android/app/src/main/java/io/github/project_travel_mate/mytrips/MyTripsFragment.java
We have functions for
networkError
noResults
. These functions show approriate animations. Add these functions &animationView
to above mentioned screens & show them when required.
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Add animation to slides - Microsoft Support
Select Animations and choose an animation. Select Effect Options and choose an effect. Manage animations and effects. There are different ways to start ......
Read more >Animations on a Display Powered by a $1 Wi-Fi Controller
This blog post explains why we think that matters, and explains some of the techniques that designers and app developers can use to...
Read more >4 Ways Animation Can Actually Improve User Experience - CXL
Use animation to guide (and not distract) the user. Quick animations and motion on the left side of the screen attract attention. Be...
Read more >Ground Rules for Web Animations | CSS-Tricks
When working with web animations, there are a few things that could go wrong like adding animations that serve no purpose, setting durations ......
Read more >Create advanced animations with smart animate
Animated image showing Smart animate in action ... move or slide in layers based on their hierarchy, which can cause some confusing or...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Also, there is a possibility that a few of them might already be resolved.
Would like to work on this.