You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
This is a demo of how to build a basic image loading app that keeps track of the number of times each image is loaded using SQLite. This app is a useful demo of the following topics:
4
4
5
-
* How to perform networking using`HttpURLConnection` to load remote images and turn them into `Bitmap`
5
+
* How to perform networking with`HttpURLConnection` to load remote images into `Bitmap` objects
6
6
* How to create a database using `SQLiteOpenHelper` and create the database schema
7
7
* How to query and update data from tables within a database using `Cursor`
0 commit comments