Kotlin udemy sample

View project on GitHub

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

License

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

강의 듣기

강의 자료

Preview Java

Java Sample
sample_java_01 sample_java_02

Preview Kotlin

Kotlin Sample
sample_kotlin_01 sample_kotlin_02
sample_kotlin_03 sample_kotlin_04

Kotlin blur sample

blur_sample

Kotlin bottom sheet

sample_kotlin_anim

UI Test

  • RecyclerView item click test

ui_test_03

  • Test RecyclerView and Detail page

ui_test_01

  • Menu test

ui_test_02

UI Test References

Presenter Test References

이번 장에서 사용한 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.