Network requests are typically asynchronous and time-consuming, so marking the function suspend allows it to execute without blocking the thread it runs on. The coroutine will handle pausing and res...
AndroidManifest.xml application 에 android:usesCleartextTraffic="true" 추가 RetrofitClient private const val BASE_URL = "http://{실제 URL}:8080/"
쿼리 파라미터처럼 보낼 수 있다
accountInfo 가 async 로 fetch 되는 거여서, selectedGender 가 set될때는 empty string 으로 될 수 있어, 선택된 성별이 안보임.LaunchedEffect 를 이용해 accountInfo 가 업데이트 될 때마다 selected