conghoan / ForceClose

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ForceClose

All android developer must have faced force close issue while developing an application. Here is a method to catch that error and treat it elegantly.

This will create an error page kind of mechanism in your android application.So whenever your application is crashed user will not able to see that irritating pop up dialog. Instead of that app will display a predefined view to the user.

To make such kind of mechanism we need to make one error handler and an Activity class which will gain the view whenever the app gets forced closed.

About


Languages

Language:Java 100.0%