Skip to content

Commit

Permalink
fix Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
KorolevSoftware committed Oct 25, 2020
1 parent 8016630 commit 31f8bda
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
# Lenta
<p align="center">

<img src="https://img.shields.io/badge/Android-X-green">

<img src="https://img.shields.io/badge/ROOM-DB-yellow" >

<img src="https://img.shields.io/badge/Binding-view-blueviolet">

<img src="https://img.shields.io/badge/Flickr-image-blue" >
<img src="https://img.shields.io/badge/architect-mvvm-yellowgreen">
</p>

Simple Android aplication for infinity scroll image by [Flickr] and save like data in device local storage.
I using AndroidX paging, like this video:
Expand All @@ -21,9 +32,19 @@ but use only Java.
For correct work you need get API Keys in official site:
- [FlickrApi]

Placeholder image get in [flaticon]:

<p>
<img
style="width:100px;height:100px;"
src="https://raw.githubusercontent.com/KorolevSoftware/Android-Image-Lenta/main/app/src/main/res/raw/cat.svg"
alt="Cat">
</p>

[FlickrApi]: <https://www.flickr.com/services/apps/create/>
[Flickr]: <https://www.flickr.com/>
[Flickr4Java]: <https://github.com/boncey/Flickr4Java>

[flaticon]: <https://www.flaticon.com/free-icon/cat_1864640?term=cat&page=1&position=10>
[Android Jetpack: Paging]: <https://www.youtube.com/watch?v=QVMqCRs0BNA>
[Android Jetpack: manage infinite lists with RecyclerView and Paging]: <https://www.youtube.com/watch?v=BE5bsyGGLf4>

0 comments on commit 31f8bda

Please sign in to comment.