Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 780 Bytes

File metadata and controls

24 lines (13 loc) · 780 Bytes

Practice App - Custom Views

Project Overview

Course from Caster.io - Custom Views and ViewGroups

The app, Custom Views, uses a custom timer view that counts up and a custom viewgroup to populate a RecyclerView.

Why this Project?

To learn how how Android Views and ViewGroups are rendered. And to create custom views.

This app does the following:

  • Creates a custom ViewGroup by extending the base, and having specific children

  • Uses a custom View class in an XML layout

  • Requests a custom View class to redraw

Alt text Alt text Alt text