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

2.07 build url with params #310

Open
wants to merge 15 commits into
base: 1.01_hello_world
Choose a base branch
from

Conversation

danieltsoy
Copy link

No description provided.

R.layout.list_item_forecast, // The name of the layout ID.
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.

None yet