Skip to content

Commit c431163

Browse files
committed
Update README.md
1 parent aeb44d3 commit c431163

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
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:
44

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
66
* How to create a database using `SQLiteOpenHelper` and create the database schema
77
* How to query and update data from tables within a database using `Cursor`
88

0 commit comments

Comments
 (0)