블로그
- Maternity Class Maternity Class Thursday, November 16th, 2023 I used to give a lecture every two weeks in maternity class My lecture is 3 hous once a class. I should explain easily and also talk fun.
- 그로잉그린_키즈 영어 원데이 클래스 : 갑각류-게 2024 KIDS ENGLISH CLASS CRUSTACEANS : CRAB 게, 소라게, 새우, 가재, 따개비, 공벌레 등이 갑각류에 속합니다. ✔갑각류의 특징과 FUN FACTS를 알아봐요. ✔게를 만들고, 집게발을 움직이며 노래를 불러요. [갑각류-게] 수업은 12/19일부터 진행 가능하며 예약은 바로 가능합니다.
- [MV] 코난그레이 (Conan Gray) - People Watching / 듣기, 뮤비 so hard she almost cried They're countin' months they've been together Almost forty nine He's making fun acted around the holidays She wears a ring but they tell people that they're not engaged They met in class
- Network1 - HttpUrlConnection으로 RecyclerView에 구현 gson library 추가 dependencies => implementation 'com.google.code.gson:gson:2.8.5' === Main Activity class NetworkActivity : AppCompatActivity() { override fun onCreate(savedInstanceState: Bundle?)
- RecyclerViewActivity - 전화번호부 === Main Activity class PhoneBookWithRecyclerViewActivity : AppCompatActivity() { override fun onCreate phonebook_recycler_view.layoutManager = LinearLayoutManager(this) //LinearLayout을 생성 } //사람 리스트 생성 fun
- RecyclerViewActivity - LinearLayout == MainActivity class RecyclerViewActivity : AppCompatActivity() { override fun onCreate(savedInstanceState adapter Recycler_view.layoutManager = LinearLayoutManager(this) //LinearLayout을 생성 } } //Custom Adapter class
- TabLayout + Pager + Fragment .* class TabPagerActivity : AppCompatActivity() { override fun onCreate(savedInstanceState: Bundle?)
- TabLayout + Pager + Inflate .* class TabPagerActivity2 : AppCompatActivity() { override fun onCreate(savedInstanceState: Bundle?)
- Resource 컨트롤 class Resource : AppCompatActivity() { override fun onCreate(savedInstanceState: Bundle?)
- Realm realm-gradle-plugin:3.5.0" === application gradle에 추가 apply plugin: 'realm-android' === Main Activity class RealmActivity : AppCompatActivity() { override fun onCreate(savedInstanceState: Bundle?)