안드로이드 앱 개발의 핵심은 component이다안드로이드 앱 개발의 구조를 이해하려면 component가 무엇이고 어떻게 동작하는지 반드시 이해해야 한다Component란 Android 앱뿐만 아니라 여러 Application을 개발할 때 사용하는 개념이다. Comp
Android앱 프로젝트를 만들면 많은 폴더와 파일이 생성된다. 하지만 대부분은 빌드 도구와 관련된 것이며 개발자가 관심을 두어야 할 파일은 프로젝트 폴더에서 \[Module명 -> src -> main]안에 존재한다. 참고로 안드로이드 스튜디오의 프로젝트 탐색 창은
BluetoothSocketException은 Bluetooth Socket과 관련이 있는 에러가 발생하였을 때 throw되는데 현재는 \`android.bluetooth.BluetoothSocketBLUETOOTH_OFF_FAILURE : Error code duri
Android developer 공식문서에서 Get the data from Internet(https://developer.android.com/codelabs/basic-android-kotlin-compose-getting-data-internet?hl=