Skip to content
This repository has been archived by the owner on Nov 16, 2024. It is now read-only.

Commit

Permalink
Key notes about the current working behavior.
Browse files Browse the repository at this point in the history
  • Loading branch information
bumxu committed Apr 4, 2017
1 parent 59f43c8 commit b27ad6e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/src/main/java/com/udacity/stockhawk/ui/MainActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,8 @@ void addStock(String symbol) {

@Override
public Loader<Cursor> onCreateLoader(int id, Bundle args) {
// Returns a CursorLoader thas automatically updates
// itself ("forceLoad") when provider data change.
return new CursorLoader(this,
Contract.Quote.URI,
Contract.Quote.QUOTE_COLUMNS.toArray(new String[]{}),
Expand Down

0 comments on commit b27ad6e

Please sign in to comment.