Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- InkWell
- Scaffold
- 반석천
- MainAxisAlignment
- listview
- FutureBuilder
- Load Image
- Row
- CrossAxisAlignment
- Flutter 앱 배포
- Image.network
- Flutter Tutorial
- ListTile
- Flutter 예제
- sqlite
- ListView.builder
- navigator
- node.js
- Flutter Example
- HTTP
- Hello World
- Snackbar
- AppBar
- Cached Image
- Column Widget
- flutter
- WillPopScope
- Flutter 강좌
- Row Widget
- Networking
Archives
- Today
- Total
꿈꾸는 시스템 디자이너
finish() 본문
안드로이드의 Activity를 종료하고자 할땐
finish() 메서드를 호출한다.
일반적으로 main Activity가 생성한 child Activity에서 작업을 완료하고 해당 child Activity를 종료한 후 main Activity로 돌아가고자 할때 호출한다.
finish() 메서드를 호출한다.
일반적으로 main Activity가 생성한 child Activity에서 작업을 완료하고 해당 child Activity를 종료한 후 main Activity로 돌아가고자 할때 호출한다.
'Development > Android' 카테고리의 다른 글
암시적 인텐트 (0) | 2011.09.29 |
---|---|
Intent를 통한 Activity간 데이터 전달 방법 (1) | 2011.09.29 |
Intent 사용예(startActivityForResult()) (0) | 2011.09.29 |
안드로이드(Android) 포팅이 가능한 타겟 (0) | 2009.05.10 |
안드로이드(Android) 개발환경 꾸미기 (0) | 2009.05.06 |
Comments