일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- hyperledger transaction
- relative path
- #다차원포인터
- docker example
- #bubbleSort
- #C++ 연산자함수오버로딩
- html5 new tag
- html plug-in
- #CallByAddress
- 토큰경제
- #C++ has~a
- html youtube
- html code
- html object
- html video
- #binary
- html id
- 하이퍼레저패브릭
- #1차원배열
- git flow
- mac terminal command
- #성적관리프로그램
- #자바상속#자바이즈어#is~a
- html multimedia
- border-box
- #3차원배열
- #android activity
- #JAVASCRIPT
- #2차원배열
- html charset
Archives
- Today
- Total
목록#이벤트리스너 (1)
A sentimental robot
익명클래스를 이용해서 이벤트리스너 만들기
View.OnClickListener on=new View.OnClickListener() { @Override public void onClick(View v) { Toast.makeText(MainActivity.this, "hihi", Toast.LENGTH_SHORT).show(); } }; Button button01=findViewById(R.id.button01); button01.setOnClickListener(on); Button button01=findViewById(R.id.button01); button01.setOnClickListener(new View.OnClickListener() { @Override public void onClick(View v) { Toast.make..
Android Studio
2018. 1. 11. 16:04