Browsing all articles from July, 2011
How to close Android application when back button clicked?
The question and the answer is easy. Catch the back button and write finish() to close the application. But it may not work in some cases.
I faced with one of this cases and found a different approach. To use onBackPressed method you have to use Android 2.2 and higher. Hope this also helps to you.
Blog Categories
- Actionscript (3)
- Air (4)
- Android (5)
- BLOG (4)
- Flex (3)
Recent Posts
- Showing flash objects in WebView
- Using Android library projects in custom builds
- How to open another application from current application on Android? – Different Approach
Archives
- December 2011
- October 2011
- September 2011
- July 2011
- June 2011
- August 2010
- June 2010
- May 2010
- March 2010

Posted by Ercan in