이 레포지토리는 Techit 앱 스쿨 Android 2기를 진행하면서 Android에 대해 공부한 내용을 담아두는 레포지토리입니다.
이 내용은 Techit 멋쟁이사자처럼과 소프트캠퍼스 윤재성 강사님께 교육 받고 있음을 알립니다!
- Android01_HelloWorld : Android 프로젝트 생성 방법, 폴더 구조 및 기본 코드 구조 설명
- Android02_TestProject : Activity & xml로 앱 동작하는 방법 설명
- Android03_ViewBidnding : ViewBinding에 대한 설명
- Android04_LinearLayout : LinearLayout 개념 및 사용 방법 설명
- Android05_FrameLayout : FrameLayout 개념 및 사용 방법 설명
- Android06_ConstraintLayout : ConstraintLayout 개념 및 사용 방법 설명
- Android07_TextView : TextView 사용 방법 설명
- Android08_Button : Button 사용 방법 설명
- Android09_EditText : EditText 사용 방법 설명
- Android10_Logcat : Logcat 사용 방법(Log.d...) 설명
- Android11_Material3 : Material3 라이브러리 사용 방법 설명
- Android12_MaterialButton : MaterialButton 사용 방법(= 그냥 버튼 사용하는 거랑 같음) 설명
- Android13_MaterialTextField : Material TextField 사용 방법 설명
- Android14_ScrollView : ScrollView 사용 방법 설명
- Android15_ImageView : ImageView 설명 설명
- Android16_Radio : RadioButton 설명
- Android17_CheckBox : CheckBox 사용 방법 설명
- Android18_Switch : Switch 사용 방법 설명
- Android19_ProgressSlider : ProgressSlider 사용 방법 설명
- Android20_RecyclerView, Android20_RecyclerView2 : RecyclerView 사용 방법 설명
- Android21_MaterialCardView : MaterialCardView 사용 방법 설명
- Android22_Carousel : Material - Carousel 사용 방법 설명
- Android23_MaterialEtc : Material - Chip 사용 방법 설명
- Android24_Permission : Android 앱 권한 관련 설명 및 사용 방법
- Android25_ActivityLifeCycle : Android Activity 생명 주기 설명 및 코드.
- Example01_LinearLayout : LinearLayout 사용해서 View 배치하는 예제 문제
- Example02_LinearLayout : LinearLayout 사용해서 View를 계산기처럼 배치하는 예제 문제