public class CatalogFragment extends BaseFragment
TODO: Let other developers override click events.
| Constructor and Description |
|---|
CatalogFragment() |
| Modifier and Type | Method and Description |
|---|---|
static CatalogFragment |
newInstance(Catalog catalog) |
void |
onCatalogItemClick(int section,
int item) |
View |
onCreateView(LayoutInflater inflater,
ViewGroup container,
Bundle savedInstanceState) |
getActivityContext, onAttachpublic static CatalogFragment newInstance(Catalog catalog)
public View onCreateView(LayoutInflater inflater,
ViewGroup container,
Bundle savedInstanceState)
public void onCatalogItemClick(int section,
int item)