Android90 lateinit var 초기화 유무 체크 lateinit var temp: String if (this::temp.isInitialized){ // Do something } 2022. 7. 1. VideoView의 소리가 재생 되지 않게 하는 방법 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O) { videoView.setAudioFocusRequest(AudioManager.AUDIOFOCUS_NONE); } 2022. 6. 3. Retrofit2에서 POST로 값 태울 때 parameters can only be used with form encoding에러 Retrofit2에서 POST로 값 태울 때 parameters can only be used with form encoding에러가 발생한다면 아래와 같이 @FormUrlEncoded를 붙여준다. @FormUrlEncoded @POST("testsetset") Call tetete 2022. 5. 9. 이미지 비율 계산기 Aspect Ratio Calculator (ARC) (hedges.name) Aspect Ratio Calculator (ARC) Use the form below to calculate the missing value for a particular aspect ratio. This is useful, for example, when resizing photos or video. Instructions Enter the values for the original width (W1) & original height (H1) on the left. Enter either a new wi andrew.hedges.name 2022. 4. 5. 이전 1 ··· 5 6 7 8 9 10 11 ··· 23 다음