Skip to content

IRMobydick/ForceClose

 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%