반응형 전체 글95 Fragment안에 있는 ViewPager2 개발을 하면서 Activity안에서는 supportFragmentManager를 사용했다 그런데 Fragment에서는 무엇을 사용해야할지 구글링하던중 childFragmentManager를 사용해야 하는걸 알게 되었다 2021. 5. 11. Notification의 사용방법 기본적인 Notification 사용방법 activity_main_80.xml MainActivity_80.kt import android.app.NotificationChannel import android.app.NotificationManager import android.content.Context import android.os.Build import androidx.appcompat.app.AppCompatActivity import android.os.Bundle import androidx.core.app.NotificationCompat import androidx.databinding.DataBindingUtil import com.what.notifications.R import co.. 2021. 5. 6. Android Studio 에뮬레이터 실행이 안될때 전에는 잘되던 실행이 어느 순간에 계속해서 무한 로딩만 될뿐 실행이 안될때가 있습니다. 그럴때의 해결방법은 아래와 같습니다 AVD Manager 클릭 자신이 쓰는 휴대폰 오른쪽 아래화살표 클릭 Wipe Data 클릭 모두 완료하시면 에뮬레이터가 초기화 되고 정상적으로 실행되는것을 보실수가 있습니다 2021. 5. 6. Okhttp란? Okhttp는 최신 http통신에 대해 간편히 하고 데이터와 미디어를 교환 하고 구성하는데 도움을 주는 유용한 라이브러리 입니다. 동기, 비동기 방식을 각각 제공합니다 Okhttp의 장점은 여러가지가 있습니다. 1. Retrofit은 Okhttp에 의존하고 있기 때문에 알아야 합니다 2. Interceptor 처리에 유용합니다 2021. 4. 15. 이전 1 ··· 14 15 16 17 18 19 20 ··· 24 다음 반응형