Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.36 KB

File metadata and controls

26 lines (19 loc) · 1.36 KB

Build Status Coverage Status Download

Learning Objectives

This example is intended as a starting point for anyone planning develop Android applications using Scala. Its learning objectives are:

  • Android application development using Scala
  • Basic Android features
    • event-driven program execution
    • handling input events
    • distinguishing between regular and long click/touch events
    • showing a notification message (toast)
    • playing a notification sound
    • Use of Scala primarily as a "better Java" (including mutable state)

Building and Running

Please refer to these notes for details.