I am working on Hybrid app for android. Following is scenario (what my app do).
A user first signing in the application after signing in successfully user moves to feed page where I get feeds from the database (like social feeds e.g images/post/videos/ videos links etc). It loads first 10 feed and when scrolls down it get next feed from the db and when it gets any video links then an error occurred. Following Error
There was a network error. (file://cdn.embedly..... ) //Full path of video
and when I click ok then app close.
What should I do to handle this.
Some points