February 2016
Beginner to intermediate
500 pages
187h 36m
English
In this section, you’ll build the Twitter Searches app’s GUI and resource files. Recall from Section 8.3.3 that RecyclerView does not define how to render its list items. So you’ll also create a layout that defines a list item’s GUI. The RecyclerView will inflate this layout as necessary when creating list items.
Create a new project using the Blank Activity template. Fragments are not required for this app, so when you configure the Blank Activity, do not check the Use a Fragment checkbox. Specify the following values in the Create New Project dialog’s New Project step:
Application name: Twitter Searches
Company Domain: deitel.com (or specify your own domain name)
Read now
Unlock full access