Udemy 코틀린 안드로이드 시작하기! 강좌의 샘플 자료입니다.
part 15
Image load library을 다루는 예제입니다.
직접 작성한 Thread, AsyncTask, Glide을 각각 예제로 작성하였습니다.
- Java : Java Glide sample
- Kotlin : Kotlin sample
- Kotlin - Thread : Kotlin Thread
- Kotlin - AsyncTask : Kotlin AsyncTask
Java Sample | Kotlin Sample |
---|---|
![]() |
![]() |
- buildToolsVersion = 24.0.3
- compile sdk version = 24
- Target sdk version = 24
- Min sdk version = 16
- Android studio = 2.2.2
- Kotlin library
- Kotlin version = 1.0.5
- Android support library
- support libraryVersion = 24.2.1
- Create Flickr api key.
- Add a flickr api key
local.properties
.- flickrApiKey="Flickr api key"
위와 같은 화면을 확인하였다면 다음의 순서대로 따라주세요.
Copyright 2016 Tae-hwan
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.