I read somewhere not to exception handle when developing in Android, is that true?
If one does need to exception handle are there any logging tools for 2.1 and above?
If shouldn't exception handle, why is it not recommended to at least use the below? try { body-code } catch (exception-classname variable-name) { handler-code }
This is not true, there are always scenarios where you need try catch exception handling code. There are built in logging classes that you can post messages with severity levels to and view while debugging or do something more useful for deployed apps like sending them somewhere.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With