denvash / android-examples

Few examples of android apps with explanations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Android examples

E-Kay-Order-Potrait

Examples of android apps for study purposes.

  • E-Kay-Registration Registartion app
    • Use of Spinner,Button,EditText, enabling a button when the layout in certain state.
    • Field Requirements.
    • Supports of phones (potrait mode either) and tablets.
  • E-Kay-Welcome extends E-Kay-Registration
    • Switch between Activities.
    • Passing values between activities.
    • Dynamic string from resource.
  • E-Kay-Order extends E-Kay-Welcome
    • Use of RecycleView and adapter.
    • Single selection of CheckedTextView in RecycleView.
    • Button state control.
    • Exit application.

About

Few examples of android apps with explanations


Languages

Language:Kotlin 100.0%