Skip to content
This repository was archived by the owner on Jun 23, 2022. It is now read-only.

Conversation

@danieltsoy
Copy link

No description provided.

R.id.list_item_forecast_textview, // The ID of the textview to populate.
weekForecast);

View rootView = inflater.inflate(R.layout.fragment_main, container, false);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello

mForecastAdapter =
new ArrayAdapter<String>(
getActivity(), // The current context (this activity)
R.layout.list_item_forecast, // The name of the layout ID.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The name of the layout should be more meaningful.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.