본문 바로가기

안드로이드19

Dot Progress Bar For Android #### Dot Progress Bar - [Github](https://android-arsenal.com/details/1/3340) #### Gradle ``` compile 'com.github.silvestrpredko:dot-progress-bar:1.1' ``` #### XML ```xml ``` #### Code ``` dotProgressBar.setStartColor(startColor); dotProgressBar.setEndColor(endColor); dotProgressBar.setDotAmount(amount); dotProgressBar.setAnimationTime(time); // or you can use builder new DotProgressBarBuilder(th.. 2020. 8. 10.
안드로이드 스튜디오 단축키 https://developer.android.com/studio/intro/keyboard-shortcuts?hl=ko 단축키 | Android 개발자 | Android Developers Android 스튜디오에서 지원되는 다양한 일반 작업의 단축키를 확인하세요. developer.android.com 2020. 8. 5.
안드로이드 카메라 정보조사( Andorid Camera ) 01.안드로이드 미디어 프로그래밍(빛과 소리의 향연) : 투에이치앤에스 : 박헌재 지음 : https://cafe.naver.com/webdroid < 소스코드 02.안드로이드 프로그래밍 입문+활용 : 앤써북 : 정동근지음 : http://cafe.naver.com/tizenity ( [부록CD/도서자료/정오표]-도서 부록CD] 게시판) / topofsan@hotmail.com 03.실전앱프로젝트 안드로이드게임개발편 : 제이펍 : 박승제지음 안드로이드사이드 게임강사 : 프로젝트 파일 다운로드 : http://book.androidside.com / foxmann@naver.com / http://foxmann.blog.me 04.안드로이드 게임개발의 정석 : 제이펍 : 박승제지음 : https://git.. 2020. 7. 19.
안드로이드 인앱 업데이트 ( In App Update ) # 인앱 업데이트 ( In App Update ) #### 꼭지켜야할 조건 - Apk생성 : "Android App Bundle" 로 생성한다. >> .apk 안됨 aab로 생성 - 동일한 서명을 이용한다. #### Google Play 스토어 앱 "내부 앱 공유" 설정 활성화. - Google Play 스토어 앱 Google Play을 엽니다. - 메뉴 메뉴 > 설정을 탭합니다. - '정보' 섹션에서 Play 스토어 버전을 7번 탭합니다. - 내부 앱 공유 설정이 표시되면 스위치를 탭하여 내부 앱 공유를 사용 설정합니다. - 사용을 탭합니다. #### "내부 앱 공유"를 통해 낮은 버전앱 설치 - https://play.google.com/console/internal-app-sharing - 낮은 버.. 2020. 7. 13.
안드로이드 디버깅 WIFI_ADB # 안드로이드 디버깅 WIFI_ADB #### 디바이스 확인 ```sh C:\〉adb devices -l List of devices attached ce0917192961113904 device ``` #### 디바이스 ip 확인 ```sh C:\〉adb shell 127|test:/ $ ifconfig .... wlan0 Link encap:UNSPEC inet addr: Bcast:10.10.10.255 Mask:255.255.255.0 inet6 addr: as80::dxd6:169f:1f18:3cc/64 Scope: Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:29867 errors:0 dropped:0 overruns:0 .. 2020. 6. 9.
cannot recover key android Andriod Studio BUILD error ( Generate Signed Bundle / apk ) 비밀번호를 둘다 같은 값으로 입력 되었는지 확인. 2020. 5. 15.