Skip to content

Latest commit

 

History

History
79 lines (34 loc) · 2.07 KB

README.md

File metadata and controls

79 lines (34 loc) · 2.07 KB

INSTACOPY

The app tries to mimic some of the basic features of Instagram. It uses Network call to Unsplash API along with Pagination library. This project was made for #30DaysofKotlin. organised by Google.

TOPICS

Topics covered in this project are:

  1. Null Safety
  2. Single line return functions
  3. Interfaces
  4. Constructors
  5. Companion Objects
  6. Single statement return function And others which I do not recall. ;-)

NOTE

API key for Unsplash must be pasted in Utils.kt class. If you try to run the project as it is, the app will crash.

DEMO

<iframe src='https://gfycat.com/ifr/LeadingDelectableAmericanrobin' frameborder='0' scrolling='no' allowfullscreen width='320' height='640'></iframe>

License

The MIT License

Copyright (c) 2020 hrank8t

Permission is hereby granted, free of charge, to any person obtaining a copy

of this software and associated documentation files (the "Software"), to deal

in the Software without restriction, including without limitation the rights

to use, copy, modify, merge, publish, distribute, sublicense, and/or sell

copies of the Software, and to permit persons to whom the Software is

furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all

copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR

IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,

FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE

AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER

LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,

OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE

SOFTWARE.