Skip to content

Commit d954b00

Browse files
feat: updated Readme with more examples
1 parent 4aa03d2 commit d954b00

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,16 @@
33
<br><br>
44
This repository contains all the example apps demonstrating features/integrations of different libraries/functionality in your android apps purely developed on Kotlin.
55
<br><br><br>
6-
# Examples
6+
<h2>Examples</h2>
77
<ol>
8-
<li><a href="/amanjeetsingh150/kotlin-android-examples/blob/develop/ActivityLifecycle">ActivityLifecycle</a> <a href="https://kinolien.github.com/gitzip/?download=https://github.com/amanjeetsingh150/kotlin-android-examples/tree/master/ActivityLifecycle"><img src="ic_download.png" alt="download" style="max-width:100%;"></a></li>
8+
<li><a href="/ActivityLifecycle">ActivityLifecycle</a> <a href="https://kinolien.github.com/gitzip/?download=https://github.com/amanjeetsingh150/kotlin-android-examples/tree/master/ActivityLifecycle"><img src="ic_download.png" alt="download" style="max-width:100%;"></a></li>
9+
<li><a href="/ApolloGraphQLExample">ApolloGraphQLExample</a> <a href="https://kinolien.github.com/gitzip/?download=https://github.com/amanjeetsingh150/kotlin-android-examples/tree/master/ApolloGraphQLExample"><img src="ic_download.png" alt="download" style="max-width:100%;"></a></li>
10+
<li><a href="/AutoCompleteTextViewWithRx">AutoCompleteTextViewWithRx</a> <a href="https://kinolien.github.com/gitzip/?download=https://github.com/amanjeetsingh150/kotlin-android-examples/tree/master/AutoCompleteTextViewWithRx"><img src="ic_download.png" alt="download" style="max-width:100%;"></a></li>
11+
<li><a href="/BottomSheets">BottomSheets</a> <a href="https://kinolien.github.com/gitzip/?download=https://github.com/amanjeetsingh150/kotlin-android-examples/tree/master/BottomSheets"><img src="ic_download.png" alt="download" style="max-width:100%;"></a></li>
12+
<li><a href="/BroadcastReceiver">BroadcastReceiver</a> <a href="https://kinolien.github.com/gitzip/?download=https://github.com/amanjeetsingh150/kotlin-android-examples/tree/master/BroadcastReceiver"><img src="ic_download.png" alt="download" style="max-width:100%;"></a></li>
13+
<li><a href="/CircularReveals">CircularReveals</a> <a href="https://kinolien.github.com/gitzip/?download=https://github.com/amanjeetsingh150/kotlin-android-examples/tree/master/CircularReveals"><img src="ic_download.png" alt="download" style="max-width:100%;"></a></li>
14+
<li><a href="/ContentProviders">ContentProviders</a> <a href="https://kinolien.github.com/gitzip/?download=https://github.com/amanjeetsingh150/kotlin-android-examples/tree/master/ContentProviders"><img src="ic_download.png" alt="download" style="max-width:100%;"></a></li>
15+
<li><a href="/CoroutineAdapters">CoroutineAdapters</a> <a href="https://kinolien.github.com/gitzip/?download=https://github.com/amanjeetsingh150/kotlin-android-examples/tree/master/CoroutineAdapters"><img src="ic_download.png" alt="download" style="max-width:100%;"></a></li>
16+
<li><a href="/CustomView">CustomView</a> <a href="https://kinolien.github.com/gitzip/?download=https://github.com/amanjeetsingh150/kotlin-android-examples/tree/master/CustomView"><img src="ic_download.png" alt="download" style="max-width:100%;"></a></li>
17+
<li><a href="/DataBinding">DataBinding</a> <a href="https://kinolien.github.com/gitzip/?download=https://github.com/amanjeetsingh150/kotlin-android-examples/tree/master/ActivityLifecycle"><img src="ic_download.png" alt="download" style="max-width:100%;"></a></li>
918
</ol>

0 commit comments

Comments
 (0)