Skip to content

added Internet permission. Fetched data from the API. - #1

Merged
nesquena merged 1 commit into
codepath:masterfrom
Isanderthul:master
Apr 20, 2016
Merged

added Internet permission. Fetched data from the API.#1
nesquena merged 1 commit into
codepath:masterfrom
Isanderthul:master

Conversation

@Isanderthul

Copy link
Copy Markdown
Contributor

The example was 99% complete, only requiring the actual use of the GitHubApi. This has been done and the example is now a working example, showing a call being performed.

@nesquena
nesquena merged commit e1b49ea into codepath:master Apr 20, 2016
@nesquena

Copy link
Copy Markdown
Member

Thanks!

mGitHubApi.getRepos("codepath", new GitHubApi.ResponseHandler() {
@Override
public void onResponse(Object data) {
Log.i("(MainActivity.java:45)",data.toString());

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Thanks can we kill this line?

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants