Git Product home page Git Product logo

android-dependecies-list's Introduction

View Binding πŸŒ…

// To add viewBinding in project : include this in build.gradle (:app) level file
android {
    ... ...
    ... ...
    buildFeatures {
        viewBinding true
    }
    ... ... 
    ... ...
}

Navigation Architecture Component Library πŸ—ΊοΈ

def nav_version = "2.3.5"

implementation "androidx.navigation:navigation-fragment-ktx:$nav_version"
implementation "androidx.navigation:navigation-ui-ktx:$nav_version"

Coroutines 🧡

implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.2'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.6.2'

// coroutines with lifeCycle scopes
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.5.1'

ViewModel & LiveData πŸš€

def lifecycle_version = "2.5.0-rc02"

implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:lifecycle_version"
implementation "androidx.lifecycle:lifecycle-livedata-ktx:lifecycle_version"

Room Database Library πŸ“

def room_version = '2.4.2'
implementation "androidx.room:room-runtime:2.4.2"
kapt("androidx.room:room-compiler:$room_version")
implementation "androidx.room:room-ktx:$room_version"

// Add kapt at top of declaration in build.gradle (:app) file
apply plugin: 'kotlin-kapt'

Paging3 πŸ“š

implementation 'androidx.paging:paging-runtime-ktx:3.0.0'

WorkManager πŸ‘·β€β™‚οΈ

implementation "androidx.work:work-runtime-ktx:2.7.1"

Retrofit πŸͺ

def retrofit_version = "2.9.0"
def logging_version = "4.3.1"

implementation "com.squareup.retrofit2:retrofit:$retrofit_version"
implementation "com.squareup.retrofit2:converter-gson:$retrofit_version"
implementation "com.squareup.okhttp3:okhttp:4.9.3"
implementation "com.squareup.okhttp3:logging-interceptor:$logging_version"

SSP & SDP ⭐

Library Reference link: intuit/ssp

implementation 'com.intuit.sdp:sdp-android:1.0.6'
implementation 'com.intuit.ssp:ssp-android:1.0.6'

Coil - Kotlin Image Loading Library πŸ–ΌοΈ

Library Reference link: Coil

implementation 'io.coil-kt:coil:0.9.1'

Firebase Crashlytics & Performance libraries πŸ”₯

//Recommended: Add the Firebase SDK for Google Analytics.
implementation 'com.google.firebase:firebase-analytics:20.0.0'

//Add the Firebase Crashlytics SDK.
implementation 'com.google.firebase:firebase-crashlytics:18.2.4'

//Performance
implementation 'com.google.firebase:firebase-perf:20.0.3'
implementation "androidx.core:core-ktx:1.7.0"
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.4.0"
implementation "androidx.lifecycle:lifecycle-livedata-ktx:2.4.0"

android-dependecies-list's People

Contributors

akashgandhi095 avatar

Stargazers

 avatar

Watchers

James Cloos avatar  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.