issues
search
hyeseung12
/
Calculator-Project
2023 계산기 - Android
0
stars
0
forks
source link
[Feat] = 연산 버튼 클릭했을 때 TextView
#6
Open
hyeseung12
opened
1 year ago
hyeseung12
commented
1 year ago
= 연산 버튼 클릭했을 때 TextView
[x] 연산 버튼에 id 부여하기
[x] 연산 버튼을 findViewById로 Activity에 불러오기
[x] 클릭 리스너를 구현하여 연산 버튼을 클릭했을 때 TextView의 text값을 변경하기
hyeseung12
commented
1 year ago
TODO : ExpressionBuilder 사용 -> 공부하기
= 연산 버튼 클릭했을 때 TextView