Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- Android O Preview
- Google Cloud Messasging
- Activity 수명 주기
- HTTP
- AccountManager
- service
- xcode
- unreal
- ios
- contentprovider
- ios9
- 배포
- android studio
- In-app Billing
- 다른 앱에서 열기
- 카카오톡
- 페이스북
- 트위터
- 데이터 공유
- Android O
- Google Cloud Messasing
- BLOCK
- 안드로이드 개발 레벨업 교과서
- Unchecked Exception
- gradle
- Push
- NSURLConnection
- GCM
- Android
- signing
Archives
- Today
- Total
목록Bintray (1)
노블의 개발이야기
jCenter는 Bintray에서 운영 중인 Maven Repository 입니다. 1. Sign up to Bintray Bintray 홈페이지는 무료로 가입이 가능합니다.서비스 이용은 개인일 경우 모두 오픈 조건으로 무료로 사용 가능합니다.회사 또는 private을 원하는 사용자를 위한 유료 서비스도 추가 제공됩니다.가격 정보 및 서비스 조건은 Bintray pricing에서 확인 가능합니다. 2. Apply the plugin to your Gradle build script jCenter 또는 Maven Central에 배포하기 위해서는 Plugin을 dependencies에 추가해야합니다. Bintray Plugin buildscript { repositories { jcenter() } dep..
Android
2017. 7. 20. 21:15