PostList

2016년 8월 25일 목요일

8월 25일

인텐트의 putExtra 할때 String name은 패키지명을 넣어야 다른 앱과 충돌 방지할수있다.
- 예 intent.putExtra("kr.blogspot.kjhhjk1234.extraname", 데이터)

getIntent() 메소드는 액티비티를 시작 시켰던  Intent 객체를 반환한다.
-


StartActivityForResult(Intent, RequestCode);
onActivityResult(requestCode, resultCode, data)

setResult(ResultCode , Intent);


댓글 없음:

댓글 쓰기