ICode9

精准搜索请尝试: 精确搜索
首页 > 其他分享> 文章详细

Androidx常用依赖,整理对照

2021-11-19 16:04:12  阅读:283  来源: 互联网

标签:依赖 room androidx implementation Androidx 对照 release lifecycle latest



    /****
     *
     * AndroidX libs
     */

    implementation 'androidx.annotation:annotation:1.0.0-rc01'
    implementation 'androidx.appcompat:appcompat:latest.release'
    implementation 'androidx.arch.core:core-common:latest.release'
    implementation 'androidx.arch.core:core-runtime:latest.release'
    implementation 'androidx.collection:collection:latest.release'

    implementation 'androidx.core:core-ktx:latest.release'
    implementation 'androidx.core:core:latest.release'
    implementation 'androidx.cursoradapter:cursoradapter:latest.release'
    implementation 'androidx.customview:customview:latest.release'
    implementation 'androidx.databinding:databinding-adapters:latest.release'
    implementation 'androidx.databinding:databinding-common:latest.release'
    implementation 'androidx.databinding:databinding-compiler-common:latest.release'
    implementation 'androidx.databinding:databinding-compiler:latest.release'
    implementation 'androidx.databinding:databinding-runtime:latest.release'
    implementation 'androidx.documentfile:documentfile:latest.release'

    implementation 'androidx.interpolator:interpolator:latest.release'
    implementation 'androidx.leanback:leanback:latest.release'
    implementation 'androidx.legacy:legacy-support-core-ui:latest.release'
    implementation 'androidx.legacy:legacy-support-core-utils:latest.release'
    implementation 'androidx.legacy:legacy-support-v13:latest.release'
    implementation 'androidx.legacy:legacy-support-v4:latest.release'

    //lifecycle
    implementation 'androidx.lifecycle:lifecycle-common:latest.release'
    implementation 'androidx.lifecycle:lifecycle-compiler:latest.release'
    implementation 'androidx.lifecycle:lifecycle-extensions:latest.release'
    implementation 'androidx.lifecycle:lifecycle-livedata-core:latest.release'
    implementation 'androidx.lifecycle:lifecycle-livedata:latest.release'
    implementation 'androidx.lifecycle:lifecycle-process:latest.release'
    implementation 'androidx.lifecycle:lifecycle-runtime:latest.release'
    implementation 'androidx.lifecycle:lifecycle-service:latest.release'
    implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:latest.release'
    implementation 'androidx.lifecycle:lifecycle-viewmodel:latest.release'

    //loader
    implementation 'androidx.loader:loader:latest.release'
    implementation 'androidx.localbroadcastmanager:localbroadcastmanager:latest.release'

    //media
    implementation 'androidx.media:media:latest.release'

    //multidex
    implementation 'androidx.multidex:multidex-instrumentation:latest.release'
    implementation 'androidx.multidex:multidex:latest.release'

    //paging
    implementation 'androidx.paging:paging-common:latest.release'
    implementation 'androidx.paging:paging-runtime:latest.release'

    //preference
    implementation 'androidx.preference:preference:latest.release'

    // print
    implementation 'androidx.print:print:latest.release'

    // room database
    implementation 'androidx.room:room-common:latest.release'
    implementation 'androidx.room:room-compiler:latest.release'
    implementation 'androidx.room:room-migration:latest.release'
    implementation 'androidx.room:room-runtime:latest.release'
    implementation 'androidx.room:room-rxjava2:latest.release'
    implementation 'androidx.room:room-testing:latest.release'
    //sqlite
    implementation 'androidx.sqlite:sqlite-framework:latest.release'
    implementation 'androidx.sqlite:sqlite:latest.release'

    //ui
    implementation 'androidx.recyclerview:recyclerview:latest.release'
    implementation 'androidx.slidingpanelayout:slidingpanelayout:latest.release'
    implementation 'androidx.swiperefreshlayout:swiperefreshlayout:latest.release'
    implementation 'androidx.viewpager:viewpager:latest.release'
    implementation 'androidx.asynclayoutinflater:asynclayoutinflater:latest.release'
    implementation 'androidx.browser:browser:latest.release'
    implementation 'androidx.cardview:cardview:latest.release'
    implementation 'androidx.constraintlayout:constraintlayout-solver:latest.release'
    implementation 'androidx.constraintlayout:constraintlayout:latest.release'
    implementation 'androidx.coordinatorlayout:coordinatorlayout:latest.release'
    implementation 'androidx.drawerlayout:drawerlayout:latest.release'
    implementation 'androidx.fragment:fragment-ktx:latest.release'
    implementation 'androidx.fragment:fragment:latest.release'
    //percentlayout
    implementation 'androidx.percentlayout:percentlayout:latest.release'

    //test
    implementation 'androidx.test.espresso:espresso-core:latest.release'
    implementation 'androidx.test.espresso:espresso-idling-resource:latest.release'
    implementation 'androidx.test:monitor:latest.release'
    implementation 'androidx.test:rules:latest.release'
    implementation 'androidx.test:runner:latest.release'

    //transition
    implementation 'androidx.transition:transition:latest.release'

    //auto & tv & wear
    implementation 'androidx.tvprovider:tvprovider:latest.release'

    //vector
    implementation 'androidx.vectordrawable:vectordrawable:latest.release'
    implementation 'androidx.vectordrawable:vectordrawable-animated:latest.release'
    implementation 'androidx.versionedparcelable:versionedparcelable:latest.release'
————————————————
版权声明:本文为CSDN博主「Sky15171」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。
原文链接:https://blog.csdn.net/lin1363600/article/details/82256443

标签:依赖,room,androidx,implementation,Androidx,对照,release,lifecycle,latest
来源: https://blog.csdn.net/zzy1147/article/details/121424645

本站声明: 1. iCode9 技术分享网(下文简称本站)提供的所有内容,仅供技术学习、探讨和分享;
2. 关于本站的所有留言、评论、转载及引用,纯属内容发起人的个人观点,与本站观点和立场无关;
3. 关于本站的所有言论和文字,纯属内容发起人的个人观点,与本站观点和立场无关;
4. 本站文章均是网友提供,不完全保证技术分享内容的完整性、准确性、时效性、风险性和版权归属;如您发现该文章侵犯了您的权益,可联系我们第一时间进行删除;
5. 本站为非盈利性的个人网站,所有内容不会用来进行牟利,也不会利用任何形式的广告来间接获益,纯粹是为了广大技术爱好者提供技术内容和技术思想的分享性交流网站。

专注分享技术,共同学习,共同进步。侵权联系[81616952@qq.com]

Copyright (C)ICode9.com, All Rights Reserved.

ICode9版权所有