일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- visual studio code cli
- GitHub 미러링
- code .
- currentTimeMillis
- 니돈내먹
- Emmet
- react native #gradle
- 네이버 클라우드 플랫폼
- 실행시간 측정
- webstorm
- 티스토리 초대장
- '티스토리 초대장/ 티스토리초대'
- eslint-import-resolver-typescript
- code 세팅
- 초대장
- GitLab Mirroring
- Path Alias
- 음료같은녹즙
- 프레시업 #풀무원 #하루한병 #건강만들기 #풀무원 녹즙
- 티스토리 초대장/ 티스토리초대
- visual studio code
- 유니옥션
- settings sync
- React Native
- GitHub Mirroring
- 티스토리초대
- code 설치
- gitlab 연동
- GitLab미러링
- 프리티어
- Today
- Total
목록2010/12/31 (2)
방치하기
안드로이드 계산기 만들기 저걸 시켜서 과제로 만든건데 잘되는지는 모르겠다 ㅎ package com.junho.cal; import android.R.color; import android.app.Activity; import android.graphics.Color; import android.graphics.drawable.Drawable; import android.os.Bundle; import android.util.Log; import android.view.View; import android.widget.Button; import android.widget.EditText; public class CalActivity extends Activity { /** Called when the ac..
package com.android.jh; import android.app.Activity; import android.app.AlertDialog; import android.content.DialogInterface; import android.os.Bundle; import android.view.View; import android.view.View.OnClickListener; import android.widget.Button; import android.widget.EditText; public class DialogExamActivity extends Activity { private EditText txtMsg; private Button btnGo; String msg="whichbu..