Skip to content

taehwandev/Kotlin-Udemy-Sample

 
 

Repository files navigation

Udemy에서 진행하는 Kotlin 샘플 자료

License

Udemy 코틀린 안드로이드 시작하기! 강좌의 샘플 자료입니다.

part 15 Image load library을 다루는 예제입니다. 직접 작성한 Thread, AsyncTask, Glide을 각각 예제로 작성하였습니다.

포함된 자료

Preview

Java Sample Kotlin Sample
sample_java sample_kotlin

Kotlin image load library

sample_kotlin_anim

이번 장에서 사용한 API

개발 버전에 대한 정보

  • buildToolsVersion = 24.0.3
  • compile sdk version = 24
  • Target sdk version = 24
  • Min sdk version = 16
  • Android studio = 2.2.2

사용한 라이브러리 현황

API Key

  • Create Flickr api key.
  • Add a flickr api key local.properties.
    • flickrApiKey="Flickr api key"

Load 실패가 발생할 경우

load_fail

위와 같은 화면을 확인하였다면 다음의 순서대로 따라주세요.

  • API 생성 페이지로 이동합니다.
    • 다음의 페이지에서 01. API 키 요청을 눌러주세요. flickr_01
    • 비상업용 키 신청을 눌러주세요. flickr_02
    • App의 이름과 설명을 간단하게 작성해주세요. flickr_03
    • App 키가 발급되었습니다. flickr_04
    • 발급받은 APP 키를 local.properties에 아래와 같이 추가하세요. flickrApiKey="발급 받은 키" flickr_05

License

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published