IT/안드로이드(Android)
Android Studio를 활용하여 프로그래밍 연습한 것
8월3일부터 안드로이드 프로그래밍을 배우기 시작했습니다. 이전까지 5개 정도 프로젝트 즉, 어플리케이션을 만들어 보았는데 오늘은 회원가입 양식 어플리케이션에 대해 공부해보았습니다. ★ MainActivity에 코딩한 것입니다. package com.example.test0810_3; import androidx.annotation.Nullable; import androidx.appcompat.app.AppCompatActivity; import android.content.Intent; import android.os.Bundle; import android.view.View; import android.widget.Button; import android.widget.TextView; import a..
2020. 8. 10. 20:47
최근댓글