This document provides information about an Android application development workshop on level 2 concepts. It includes objectives like understanding new concepts for designing user interfaces in XML, object-oriented programming in Java, and applying concepts to create interactive apps. It describes UI elements like EditText, RadioButtons, CheckBoxes and their usage. It also covers OOP concepts like classes, objects, inheritance and methods. It provides examples to demonstrate concepts like creating objects, calling methods, finding views by ID. Finally, it includes code for a temperature converter app as an example to apply concepts.