Toast toastView = Toast.makeText(getApplicationContext(), "토스트 메시지입니다.", Toast.LENGTH_LONG);
toastView.setGravity(Gravity.TOP|Gravity.LEFT, 300, 500);
toastView.show();

'android' 카테고리의 다른 글

Intent 값전달 및 받기  (0) 2020.02.01
Intent 사용법  (0) 2020.02.01
프로그레스바  (0) 2020.02.01
다이얼로그 메시지  (0) 2020.02.01
스낵바 메시지  (0) 2020.02.01
블로그 이미지

디츠

“말은 쉽지, 코드를 보여줘.” “Talk is cheap. Show me the code.” – 리누스 토르발스(Linus Torvalds)

,