Coder Social home page Coder Social logo

shibeapi's Introduction

  

shibe_img

   

ShibeAPI

Barebones sample project demonstrating use of Coil, Koin, Ktor, Kotlin Coroutines, as well as a few Android Jetpack Libraries like Navigation Components, View Model, Live Data, View Binding, Data Binding, all through a single-activity, MVVM architecture.

Shared element transitions provide visual polish to the master/detail transitions.

An image loading library for Android backed by Kotlin Coroutines.

A smart Kotlin injection library to keep you focused on your app, not on your tools .

Create asynchronous client and server applications. Anything from microservices to multiplatform HTTP client apps in a simple way.

Coroutines help to manage long-running tasks that might otherwise block the main thread and cause your app to become unresponsive.

Android Jetpack's Navigation Component helps you implement navigation, from simple button clicks to more complex patterns, such as app bars and the navigation drawer.

The ViewModel class is designed to store and manage UI-related data in a lifecycle conscious way. The ViewModel class allows data to survive configuration changes such as screen rotations.

LiveData is an observable data holder class. Unlike a regular observable, LiveData is lifecycle-aware, meaning it respects the lifecycle of other app components, such as activities, fragments, or services. This awareness ensures LiveData only updates app component observers that are in an active lifecycle state.

ViewBinding is a feature that allows you to more easily write code that interacts with views.

The Data Binding Library is a support library that allows you to bind UI components in your layouts to data sources in your app using a declarative format rather than programmatically.

  

app_main_screen app_detail_screen app_main_screen_dark

shibeapi's People

Contributors

sebastinto 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.