2022.02.24프로젝트입력한 메모 공유하기_14일차 QuizMemo_Activity.kt코드 package com.example.secretmemo import androidx.appcompat.app.AppCompatActivity import android.os.Bundle import android.content.Int00
2022.02.23프로젝트Activity 전환하기_13일차 Quiz실행화면 처음화면 2.비밀번호 오류 3.최종 결과 MainActivity.kt package com.example.secretmemo import android.content.Intent import androidx.appcompat.app.AppCompatAc00
2022.02.22프로젝트메모 화면 레이아웃 완성하기_12일차 Quizactivity_memo.xml <?xml version="1.0" encoding="utf-8"?> <androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com00
2022.02.21프로젝트비밀번호 체크하기_11일차 Quizxml <?xml version="1.0" encoding="utf-8"?> <androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/an00
2022.02.18프로젝트비밀번호 입력 화면 레이아웃 구성하기_10일차 Quizxml 코드 <?xml version="1.0" encoding="utf-8"?> <androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res00
2022.02.16프로젝트로또버호 추첨앱 기능 완성하기_8일차 Quizxml <?xml version="1.0" encoding="utf-8"?> <androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/androi00
2022.02.16프로젝트버튼 텍스트, 색깔 변경하기_7일차 Quizxml <?xml version="1.0" encoding="utf-8"?> <androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/androi00
2022.02.04프로젝트내가 만들고 싶은 앱(목표 만들기)_1일차 Quiz심리 상담 앱을 만들어보고 싶습니다. 코로나 19로 비대면 추세와 우울증 환자의 증가 문제를 완화하기 위해 모바일 심리 상담 어플리케이션의 중요성이 커지고 있다고 생각합니다. 시간적으로 경제적으로 여유가 없어 대면 상담이 부담되거나 고민의 해결책을 스스로 찾기 어려운11