Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 300 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 300 Bytes

android01kotlin

example project for android mobile programming slide-01 in Kotlin

  • Builder Pattern
  • Static Factory Methods
  • Static Inner Classes
  • Return Empty Collection
  • Use StringBuilder
  • Force No Instantiation
  • Avoid Mutability
  • Concurrency and Multithreading