'android' 태그의 글 목록
본문 바로가기

728x90

android

(12)
우리택시 OurTaxi - ReactNative android, iphone ====== https://play.google.com/store/apps/details?id=com.ourtaxi 우리택시 OurTaxi =======
iphone 앱 설치할 때 Failed to prepare the device for development. This operation can fail if the version of the OS on the device is incompatible with the installed version of Xcode. You may also need to restart your Mac and device in order to corre.. ======== Failed to prepare the device for development. This operation can fail if the version of the OS on the device is incompatible with the installed version of Xcode. You may also need to restart your Mac and device in order to correctly detect compatibility. ======= 이런경우일 때. 1. 맥 컴퓨터를 재시동 2. iphone 재시동 3. iphone 설정 > 개발자 > 신뢰하는 컴퓨터 지우기 4.iphone 설정 > 일반 > 소프트웨어 업데이트 > 끔 iphone 자동 버젼 업데이트가 되어..
Android Kotlin 기초 gradent 화면
Android Kotlin 기초 lifecycle override fun onStart() { super.onStart() Log.d(TAG, "MainActivity - onStart() called") } override fun onResume() { super.onResume() Log.d(TAG, "MainActivity - onResume() called") } override fun onPause() { super.onPause() Log.d(TAG, "MainActivity - onPause() called") } override fun onStop() { super.onStop() Log.d(TAG, "MainActivity - onStop() called") } override fun onDestroy() { super.onDestroy..
Android Kotlin 기초 Android Kotlin 기초 1.0 Android 스튜디오 설치 1.1 시작하기
how to change color of textview hyperlink 하이퍼링크 색을 바꾸고싶어요 검정색으로 나옵니다. 초록색으로 변경이 됩니다. 검정색으로 변경 됩니다 앱개발 의뢰 - 앱으로 =====링크 ===== 미팅 - 55,000원 입금 후에 미팅 준비물 : 기획서, 디자인 이미지 계약체결 후, 미팅 50,000원 - 계약금 포함 15,000,000원 - 안드로이드 앱개발 - 3개월 동안 15,000,000원 - 아이폰 앱개발 - 3개월 동안 총 6개월 [ViolinMuseuM 개발팀] Android, iOS, Web 개발 의뢰 - 문의 주세요. #안드로이드개발의뢰 #아이폰개발의뢰 #앱개발의뢰 #앱개발 #앱개발의뢰 안드로이드개발의뢰, 아이폰개발의뢰, 앱개발의뢰, 앱개발, 앱개발의뢰
[Android] layout 남은 공간 채우기 (Linear layout)- [Android] layout 남은 공간 채우기 (Linear layout) 균등 분포 (세로 레이아웃의 경우) 동일한 크기의 공간을 사용하는 레이아웃을 생성하려면, 각 뷰의 android:layout_height = "0dp"로 설정 그런 다음 각 뷰의 android:layout_weight를 "1"로 설정합니다. 균등 분포 (가로 레이아웃의 경우) 각 뷰의 android:layout_width ="0dp"로 설정 그런 다음 각 뷰의 android:layout_weight = "1"로 설정 http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" and..
[Android] 안드로이드 아이콘 변경하기 [Android] 안드로이드 아이콘 변경하기 핸드폰 해상도 마다 다르게 아이콘이 적용 됩니다. 해상도 맞게 용량 체크 아이콘을 적용하세요. dimensions : 72 1. res > mipmap-hdpi > logo.png 2. res > mipmap-hdpi > logo_round.png dimensions : 48 3. res > mipmap-mdpi > logo.png 4. res > mipmap-mdpi > logo_round.png dimensions : 96 5. res > mipmap-xhdpi > logo.png 6. res > mipmap-xhdpi > logo_round.png dimensions : 144 5. res > mipmap-xxhdpi > logo.png 6. res > ..

728x90
반응형