andrepbento / CM_Workshop

This is a repository for an academic workshop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CM Workshop 📲

This is a repository for an academic workshop, taking place at the Department of Informatics Engineering of the University of Coimbra, 2018/2019.

The main purpose of this workshop is to introducing you to Dagger, Butter Knife and Kotlin, which will give you the foundation to create well-structured applications in a more quick and dynamic way.

Key Points 🎯

  • Dependency Injection

  • Dagger

  • ButterKnife

  • Kotlin

Workshop Steps

  • 01 - findViewByIds

  • 02 - setOnClickListeners

  • 03 - Include ButterKnife in Gradle && OnCreate

  • 04 - BindView

  • 05 - OnClick with single Id

  • 06 - OnClick with multiple Id's

  • 07 - Java to Kotlin file conversion

  • 08 - Java and Kotlin interoperation

  • 09 - Kotlin Android extensions on View Binding

  • 10 - Kotlin class declaration

  • 11 - Kotlin Null Pointer Free

About

This is a repository for an academic workshop

License:MIT License


Languages

Language:Java 66.9%Language:Kotlin 33.1%