All com.android.support libraries must use the exact same version specification(mixing versions can lead to runtime crashes) 안드로이드 스튜디오 Gradle support library Version 빌드 에러 에러 내용안드로이드 스튜디오 3.1.0 이상 버전에서 기존 프로젝트에서 아래와 같은 Gradle 빌드 에러가 나타난다.Customtabs와 Mediarouter 의 버전문제로 안내된다. com.google.android.gms:play-services를 함께 Dependencies에 사용하면 나타나는 듯 하다.All com.android.support libraries must use the exac..
[Android/Tip] Android 코드 자동 생성(Generate)Singleton(싱글톤) / Getter / Setter / Constructor / toString안드로이드 스튜디오를 이용하면서 단순작업이나 유용한 코드 자동 생성 기능들에 대해 알아보자.( ※ 불완전 코드를 완성 시키기 위한 힌트가 아닌 매크로와 같은 기능이다 . ) Singleton Class 만들기안드로이드 스튜디오(Intellij)에서 Singleton Class를 생성할 때 만들어 Singleton Class 만드는 시간과 노력을 몇초라도 줄여보자아래와 같은 코드로 생성이 된다.여러가지 Singleton 방식이 있지만 기본적인 형태의 Singleton으로 생성이 된다. 1 2 3 4 5 6 7 8 9 10 11publi..
[Android] 안드로이드 QRcode 적용하기 - zxing-android-embeddedQR코드 생성하기 / QR코드 읽기 / QRcode Reader / QRcode Writer QRCode의 Zxing 라이브러리를 안드로이드에서 더 쉽게 설정하고 사용할 수 있도록 만든 zxing-android-embedded 라이브러리를 이용하여 앱에 적용해보자. Gradle 설정 1 2 3 4 5 6 7 8 9 10repositories { jcenter() } dependencies { ... compile 'com.android.support:appcompat-v7:25.3.1' // Version 23+ is Required compile 'com.journeyapps:zxing-android-embed..
[Java] Random 랜덤 숫자 및 자료형 생성 하기 java.util.random 클래스를 이용한 랜덤 자료형 생성 vs java.lang.Math와 비교 Random 클래스 1. 호출Random 객체 생성하기Random random = new Random();위와 같이 Random 객체를 생성한다.Math와 달리 한번 생성한 객체를 재활용하여 지속적으로 사용할 수 있다. 2-1. 정수 Random (int)생성int 의 범위 -2,147,483,648 ~2,147,483,647 내에서 무작위 수 발생// int 의 범위 -2,147,483,648 ~2,147,483,647 내에서 무작위 수 발생 int randomInt01 = random.nextInt(); System.out.println("r..
[Python] Python Windows 개발 환경 구성 - anaconda python 설치 how to install python on windows Python 3.x 버전과 2.x 버전 Short version: Python 2.x is legacy, Python 3.x is the present and future of the language2.x 버전대도 계속 업데이트 되고 있고 3.x 버전역시 현재와 미래의 언어이므로 버전이 계속 업데이트 되고 있다 Anaconda Anaconda는 Python 기반의 개방형 데이터 과학 플랫폼입니다. Anaconda의 오픈 소스 버전은 Python 및 R의 고성능 배포이며 데이터 과학을 위해 가장 많이 사용되는 Python, R 및 Scala 패키지 중 ..
- Total
- Today
- Yesterday
- Android Stuido
- 돈돈
- 생성
- 라멘
- Picasso
- 안드로이드
- GS25
- Python
- Android Studio
- 예제
- java
- 하카타
- 일본
- 리뷰
- 안드로이드 스튜디오
- 설치
- 라면
- 맛집
- 에러
- 인스턴트
- 직화
- 편의점
- 후쿠오카
- 컵라면
- Custom
- library
- jar
- MongoDB
- Android
- 일식
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |