I'm new in Android!!
this.finish() in Activity only stop and destroy this activity, application still staying background (check by hold HOME button)
I used:
System.exit(0);
but it still appear there!

That's how Android works. The user/developer is not given any way to actually exit the application. When you call 'finish', the application stack is just pushed to the background. It still exists in the memory. Android itself decides when to close the application(i.e. remove its instance from the memory) and generally this is done when your application becomes the oldest application which was not used for the longest time.

更多相关文章

  1. 代码中设置drawableleft
  2. android 3.0 隐藏 系统标题栏
  3. Android开发中activity切换动画的实现
  4. Android(安卓)学习 笔记_05. 文件下载
  5. Android中直播视频技术探究之—摄像头Camera视频源数据采集解析
  6. 技术博客汇总
  7. android 2.3 wifi (一)
  8. AndRoid Notification的清空和修改
  9. Android中的Chronometer

随机推荐

  1. Android实现的写字板(绘画板)
  2. Android(安卓)平滑和立体翻页效果1
  3. Android(安卓)Layout XML属性
  4. Android(安卓)工程在4.0基础上混淆
  5. android EditText中的inputType
  6. Android(安卓)building System分析
  7. android中的ellipsize
  8. Android内核的简单分析
  9. Android(安卓)横竖屏切换
  10. Android中几种图像特效处理