October 2018
Intermediate to advanced
464 pages
15h 17m
English
This is hopefully very straightforward code. First, we get a reference to the parent layout using findViewById. We added the ID to the existing ConstraintLayout (in step 1) to get a reference. We create a DatePicker in code and add it to the layout with the addView() method.