-
`workbook4주차 미션 코드 업로드 했습니다 ! `
# 해당주차
- week04 : LifeCycle
#미션내용
- **생명주기를 활용**하여 메모장 앱 만들어보기
- 화면 구성
1. 메모 화면 (EditText와 다음 화면으로 넘어가는 Button)
2. 확인 화면 (TextView에 메모 화면에서…
-
안녕하세요. 단어장 앱을 만들고 있는 diocto입니다.
현재 단어 추가 액티비티를 만들던 중에 문제가 생겨서 질문 드립니다.
커스텀 리스트 뷰를 EditText 두개의 조합으로 만들어서 입력한 값을 DB에 넣으려고 하는데, 어댑터를 구현해서 화면에 getView 메소드를 이용해서 뷰를 보여주는 걸로 알고있습니다. 또 어댑터 클래스는 실제 데이터…
-
First of all thank you for this great library.
Still it is not very convenient to bind real data to the views. It would be nice to have some api to be able to do at least one way binding:
```
val t…
-
```
I've started implementing a Job system (character classes). Currently, this
only affects your starting stats (max AP/HP, attack/block chance, etc.).
Beneath the EditText field for the characte…
-
TIp calculator is finished. I slightly deviated from the project, I used radio buttons instead of buttons to select the tip amount. This leads to a better user experience because
1. Better clarity on …
-
```
I've started implementing a Job system (character classes). Currently, this
only affects your starting stats (max AP/HP, attack/block chance, etc.).
Beneath the EditText field for the characte…
-
```
I've started implementing a Job system (character classes). Currently, this
only affects your starting stats (max AP/HP, attack/block chance, etc.).
Beneath the EditText field for the characte…
-
final QMUIDialog.EditTextDialogBuilder builder = new QMUIDialog.EditTextDialogBuilder(_mActivity);
builder.setTitle(temp)
.setPlaceholder("请输入体温")
.setIn…
-
-
First , Thanx 4 Your Great Lib
How Can i setQuery or Text For it?
@android-cjj I'm Waiting For You
Thanks