Skip to content

Commit 0b3e4de

Browse files
committed
readme udpated
readme updated
1 parent cb0d9d2 commit 0b3e4de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

android-recyclerview/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Android | Create a List with RecyclerView
22
=========================================
33

4-
![android-recyclerview-app-layout]("http://hmkcode.github.io/images/android/android-recyclerview-app_layout.png" )
4+
![android-recyclerview-app-layout](http://hmkcode.github.io/images/android/android-recyclerview-app_layout.png)
55

66

77
Creating a scrollable list of elements is a common pattern in mobile application. Using RecyclerView we can list a large data sets or frequently changing one. `RecyclerView` is an advanced and flexible version of ListView, addressing serveral issues with existing listing views. Here we will build a simple application with `RecyclerView`
@@ -17,4 +17,4 @@ We will build a simple app that lists a hard-coded `Link` in a `RecyclerView`. T
1717

1818
Files we need for this app are shown in the image below.
1919

20-
![android-recyclerview-app-files]({{ "http://hmkcode.github.io/images/android/android-recyclerview-app-files.png" | absolute_url }})
20+
![android-recyclerview-app-files](http://hmkcode.github.io/images/android/android-recyclerview-app-files.png)

0 commit comments

Comments
 (0)