Giter Site home page Giter Site logo

meshramaravind / picsumphotoapp Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 0.0 383 KB

A simple picsum photo gallery app made in Kotlin, Android using Picsum image API.

Kotlin 100.00%
gallery-app kotlin kotlin-android kotlin-coroutines kotlinflow mvvm-architecture paging3

picsumphotoapp's Introduction

PicsumPhotoApp

A PicsumPhotoApp built with Kotlin consuming picsum photos API.

(Android Studio Dolphin | 2021.3.1)

Screenshot

Build With

  • Kotlin - Kotlin is a programming language that can run on JVM. Google has announced Kotlin as one of its officially supported programming languages in Android Studio; and the Android community is migrating at a pace from Java to Kotlin.

  • Android KTX - Android KTX is a set of Kotlin extensions that are included with Android Jetpack and other Android libraries. KTX extensions provide concise, idiomatic Kotlin to Jetpack, Android platform, and other APIs.

  • Android View Binding - View binding is a feature that allows you to more easily write code that interacts with views. Once view binding is enabled in a module, it generates a binding class for each XML layout file present in that module. An instance of a binding class contains direct references to all views that have an ID in the corresponding layout.

  • Navigation Component - To handle app navigation.

  • Model-View-ViewModel(MVVM) - Offers an implementation of observer design pattern.

  • Dagger Hilt) - It is arguably the most used Dependency Injection, or DI, framework for Android. Many Android projects use Dagger to simplify building and providing dependencies across the app. It gives you the ability to create specific scopes, modules, and components, where each forms a piece of a puzzle: The dependency graph. Clean Architecture - Applying Clean Architecture and Solid Principles to build a robust, maintainable, and testable application.

  • Retrofit) - A type-safe HTTP client for Android and Java.Retrofit is a REST client for Java/ Kotlin and Android by Square inc under Apache 2.0 license. Its a simple network library that is used for network transactions. By using this library we can seamlessly capture JSON response from web service/web API.

  • Kotlin Coroutine - A concurrency design pattern that you can use on Android to simplify code that executes asynchronously.

  • Lifecycle - Lifecycle-aware components perform actions in response to a change in the lifecycle status of another component, such as activities and fragments. These components help you produce better-organized, and often lighter-weight code, that is easier to maintain.

  • GSON - JSON Parser,used to parse requests on the data layer for Entities and understands Kotlin non-nullable and default parameters.

  • Kotlin Flow - In coroutines, a flow is a type that can emit multiple values sequentially, as opposed to suspend functions that return only a single value.

  • Room DB - To manage SQLite database easily and avoid a lot boilerplate code.The Room persistence library provides an abstraction layer over SQLite to allow fluent database access while harnessing the full power of SQLite.

  • Glide - It is a fast and efficient open source media management and image loading framework for Android that wraps media decoding, memory and disk caching, and resource pooling into a simple and easy to use interface.

  • Paging 3 with RemoteMediator for smooth infinite scroll - The Paging library helps you load and display pages of data from a larger dataset from local storage or over network. This approach allows your app to use both network bandwidth and system resources more efficiently.

  • Custom fileprovider - Custom fileprovider for writing & reading files into internal storage.

  • Swipe Refresh - Swipe Refresh Layout for pull-to-refresh RecyclerView.

  • Photo View - Photo View for zoom in/out image.

  • Timber - It helps in logging while debugging your app. and all logging code will not be embedded in the released APK.

  • Clean Architecture - Applying Clean Architecture and Solid Principles to build a robust, maintainable, and testable application.

picsumphotoapp's People

Contributors

meshramaravind avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.