반응형

안드로이드 개발 92

웹페이지를 보여주는 WebView Android 앱 만들기 | 코틀린 | 코드 공유

안녕하세요 피커입니다. 오늘은 안드로이드 앱에 웹페이지를 보여주는 앱 제작 방법을 공유합니다. 직접 제작한 아래 영상과 코드를 확인하시면 쉽게 개발이 가능합니다. 웹 페이지를 표시하는 WebView를 개발하는 방법에 대한 영상 및 코드입니다. 유튜브 : https://youtu.be/5RwUPtqUT_M 소스 코드 : https://github.com/PickerSoft/WebView-App GitHub - PickerSoft/WebView-App Contribute to PickerSoft/WebView-App development by creating an account on GitHub. github.com WebView 개체를 사용하면 활동 레이아웃의 일부로 웹 콘텐츠를 표시할 수 있지만 완전히 ..

Android Studio로 Android 시작 화면을 만드는 방법 | splash screen

안드로이드 앱을 사용하다보면, 처음 시작할때 멋있는 움직이는 화면이 나올때가 있습니다. 이 기능을 splash screen이라고 말하며, 안드로이드의 motionlayout기능을 사용합니다. 구현방법에 대해서 영상을 직접 제작해보았습니다. 아래 영상을 참고하시기 바랍니다. 이 영상에서는 Android 애플리케이션을 위한 시작 화면(모션 레이아웃)을 만듭니다. 유튜브 : https://youtu.be/i_LZ2kLXYT0 코드 : https://github.com/PickerSoft/SplashApp GitHub - PickerSoft/SplashApp Contribute to PickerSoft/SplashApp development by creating an account on GitHub. githu..

안드로이드 로그인 앱 만드는 방법 | 코틀린 | 코드 공유

안드로이드 앱을 만들다보면, 로그인 화면을 제작해야하는 경우가 발생합니다. 간단히 ID , PASS입력하는 창을 만들고 비밀번호가 맞는지 확인하는 앱 제작방법을 공유합니다. 아래 영상에서는 Android studio를 사용하여 로그인 화면을 만드는 방법을 배웁니다. 제가 직접 제작하였으며, 문의사항이 있으면 댓글 주세요 ^^ 유튜브 - https://youtu.be/ZAD3hWNvJQM 코드 공유 - https://github.com/PickerSoft/LoginApp GitHub - PickerSoft/LoginApp Contribute to PickerSoft/LoginApp development by creating an account on GitHub. github.com 아이디, 비밀번호, 로그..

안드로이드 모션 레이아웃(motion layout) 만드는 방법

안드로이드 앱을 보면 아이템이 자연스럽게 움직이는 경우가 있습니다. 이는 안드로이드의 motion layout이라는 기능을 사용하게 됩니다. 코딩하는 방법을 영상으로 제작하여 코드와 함께 공유합니다. 참고하세요. 유튜브 : https://www.youtube.com/watch?v=DZdCC4vCqAw&t=142s 코드 공유 https://github.com/PickerSoft/MotionLayout GitHub - PickerSoft/MotionLayout Contribute to PickerSoft/MotionLayout development by creating an account on GitHub. github.com MotionLayout은 ConstraintLayout의 하위 클래스이며 풍부한 ..

안드로이드 알림 앱 (Notification) 만드는 방법. Kotlin

Android Studio에서 notification (알림) Android 앱을 만드는 방법을 공유합니다. 가장 기본적이고 간결한 형식(접힌 형식이라고도 함)의 알림은 아이콘, 제목 및 소량의 콘텐츠 텍스트를 표시합니다. 이 섹션에서는 사용자가 앱에서 활동을 시작하기 위해 클릭할 수 있는 알림을 만드는 방법을 배웁니다. 아래는 제가 직접 제작한 유튜브 영상과 참고할 수 있는 코드입니다. 유튜브 : https://www.youtube.com/watch?v=y8G5bM0Nur8 소스 코드 - https://github.com/PickerSoft/NotificationApp GitHub - PickerSoft/NotificationApp Contribute to PickerSoft/NotificationAp..

안드로이드 구글 맵 앱을 만드는 방법 Google Map android app

Android Studio에서 Google Map Android 앱을 만드는 방법을 공유하려 합니다. 아래는 제가 직접 제작한 유튜브 영상과 코드입니다. 유튜브 : https://www.youtube.com/watch?v=5CWADsGvsIQ&t=47s 코드 : https://github.com/PickerSoft/GoogleMapSimpleKotlin GitHub - PickerSoft/GoogleMapSimpleKotlin Contribute to PickerSoft/GoogleMapSimpleKotlin development by creating an account on GitHub. github.com 첫 번째 지도 Android 애플리케이션을 만들기 위한 가이드입니다. 이 영상은 안드로이드 개발..

안드로이드 기본 앱 만들기 (Hello World) Android studio

안드로이드 앱 개발을 위해서 첫번째로 만들어보는 Hello world 앱 개발 방법을 소개합니다. 완성된 코드를 직접 보는것보다는 영상으로 보여주는것이 효율적입니다. 제가 코딩하는 모습을 영상으로 제작하여 아래와 같이 공유합니다. 많은 도움 되시기 바랍니다. 유튜브 : https://youtu.be/i1ExPpifaoQ 코드 공유 - https://github.com/PickerSoft/FirstApplication GitHub - PickerSoft/FirstApplication Contribute to PickerSoft/FirstApplication development by creating an account on GitHub. github.com

[에러해결] Manifest merger failed : Apps targeting Android 12 and higher are required to specify an explicit value for `android:exported` when the corresponding component has an intent filter defined.

안드로이드 앱 개발을 하다가 아래와 같은 에러를 마주쳤을때 해결 방법에 대해서 포스팅합니다. Manifest merger failed : Apps targeting Android 12 and higher are required to specify an explicit value for `android:exported` when the corresponding component has an intent filter defined. 해결방법 -. AndroidManifest.xml 파일에 가면 activity들에 대해 정의해놓은 부분이 있습니다. 여기에 exported 속성을 추가해주면 됩니다. 특별한 보안적인 액티비티가 아니라면 true값을 주면 됩니다. 아래 스크린샷의 빨간색 네모 부분을 입력해주면 됩니..

반응형