rosjava / android_apps

Applications built on top of the rosjava android libraries.
133 stars 112 forks source link

Use finish() instead of onDestroy() #7

Open stonier opened 11 years ago

stonier commented 11 years ago

Convert all the apps in this repo to use finish() instead of onDestroy().

Shouldn't call onDestroy() directly - all the apps in this repo are. This results in multiple calls to onDestroy() and subsequently multiple stop app calls. Refer to #3.