Text-To-Speech(TTS) not worked above Android 13 Text-to-speech(TTS) is the underlying software used by screen readers when they convert text into spoken conte…
Read more »Variety of Stream in Java 자바 스트림 종류 종류 IO 대상 기준 자료의 종류 기준 스트림의 기능 기준 FileInputStream 입력 스트림 바이트 단위 기반 스트림 FileReader 입력 스트림 문자 단위 기반 스트림 BufferedInputStream 입력…
Read more »Get Uri from android drawable resource 1. What I have in my android drawable folder 2. Get Uri from drawable val imgResourceId = context . resources .getIdent…
Read more »SideEffect in Android Composable ✋✋✋ SideEffect A side-effect in Compose is a change to the state of the app that happens outside the scope of a composable fu…
Read more »Study Git reset 1. Initial State 2. git reset --soft 8d553fd Current file is represented at "Add text 'c'" Staging area has commit about &qu…
Read more »