Git Product home page Git Product logo

android-momentkit's Introduction

说明

本仓库是野火IM Android端朋友圈UI相关代码,依赖于moment client库,moment client库是闭源的,需要购买才能使用。

编译

  1. 联系官方,购买moment client aar相关授权。

  2. 将本仓库下载到和android-chat的同级目录,并确保本仓库下载之后的目录名字是android-momentkit

  3. android-chat中新建aar module,将moment client aar引入。

  4. 修改android-chat/chat/build.gradle,将以下部分取消注释:

    //            java.srcDirs += ['../../android-momentkit/src/main/java']
    //            res.srcDirs += ['../../android-momentkit/src/main/res-moment']
    
    //    implementation project(':momentclient') //和步骤3相关
    //    api 'me.everything:overscroll-decor-android:1.0.4'
    
  5. 修改chat/src/main/AndroidManifest.xml,将以下取消注释:

    <!--        <activity android:name="cn.wildfire.chat.moment.PublishFeedActivity" />-->
    <!--        <activity android:name="cn.wildfire.chat.moment.FeedMessageActivity" />-->
    <!--        <activity android:name="cn.wildfire.chat.moment.FeedDetailActivity" />-->
    <!--        <activity android:name="cn.wildfire.chat.moment.FeedListActivity">-->
    <!--            <intent-filter>-->
    <!--                <action android:name="${applicationId}.moment" />-->
    <!--                <category android:name="android.intent.category.DEFAULT" />-->
    <!--            </intent-filter>-->
    <!--        </activity>-->
    <!--        <activity android:name="cn.wildfire.chat.moment.FeedVisibleScopeActivity" />-->
    
    

感谢

本项目基于HighPerformanceFriendsCircleMultiWeChat开发,在此,对他们的无私奉献表示感谢。

android-momentkit's People

Watchers

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