요즘 통신은
retrofit + okhttp 를 무조건 활용하라.
엄청난 어싱크태스크 만들고 쇼하던 시대는 사라진듯 하다. 싱글톤으로 알아서 백그라운드 스레드를 사용하여 처리해주기 때문에 개발이 편해졌다.
추후 어노테이션 관련하여 찾아서 검색도 해보시면 좋을 듯 하다. 추천
https://square.github.io/retrofit/
Retrofit
A type-safe HTTP client for Android and Java
square.github.io
implementation 'com.squareup.retrofit2:retrofit:2.7.1'
implementation 'com.squareup.retrofit2:converter-gson:2.7.1'