bky373 / dessert-pusher-app

안드로이드 디저트 누르기 앱 (Udacity 과정 Lesson 4 구현 by Borahm)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🍨 Dessert Pusher App (디저트 누르기 앱) 🍨

Udacity 과정 Lesson 4 실습 (링크 : https://www.udacity.com/)
This is the toy app for lesson 4 of the Android App Development in Kotlin course on Udacity.

Descriptions

DessertPusher is a game about making desserts. Press the button, make a dessert, earn the big bucks.
This app is for exploring the Activity Lifecycle callback methods and the Lifecycle object.

💡 Focused on: Activity & Fragment Lifecycle 💡

  • I've Covered
    • Lifecycle States and Callbacks
    • LifecycleObserver
    • onSaveInstanceState and onRestoreInstanceState
    • Configuration Changes
    • Logging with Timber

Playing the App

  • Making the desserts by pressing the image of the desserts
    • This increases Dessert Sold and the revenue below

pressing dessert


  • Keeping datas when configuration changes

portrait


portrait


  • Sharing the result

sharing result


About

안드로이드 디저트 누르기 앱 (Udacity 과정 Lesson 4 구현 by Borahm)

License:Other


Languages

Language:Kotlin 100.0%