Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 434 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 434 Bytes

A Tutorial for Android Development Using Groovy

(Work in progress)

This is a tutorial for learning Android development. It is written for Android Lollipop (5.0), API level 21. Compared to other tutorials available, it covers several distinctive areas.

  • Test-driven development
  • Uses commandline tools and text editor. No IDE required.
  • Uses Groovy as the programming language.
  • Cover only the fundamental Android materials.