Giter VIP home page Giter VIP logo

android-momentkit's Introduction

野火IM解决方案

野火IM是专业级即时通讯和实时音视频整体解决方案,由北京野火无限网络科技有限公司维护和支持。

主要特性有:私有部署安全可靠,性能强大,功能齐全,全平台支持,开源率高,部署运维简单,二次开发友好,方便与第三方系统对接或者嵌入现有系统中。详细情况请参考在线文档

主要包括一下项目:

GitHub仓库地址(主站) 码云仓库地址(镜像) 说明 备注
android-chat android-chat 野火IM Android SDK源码和App源码 可以很方便地进行二次开发,或集成到现有应用当中
ios-chat ios-chat 野火IM iOS SDK源码和App源码 可以很方便地进行二次开发,或集成到现有应用当中
pc-chat pc-chat 基于Electron开发的PC平台应用
web-chat web-chat Web平台的Demo, 体验地址
wx-chat wx-chat 微信小程序平台的Demo
server server IM server
app server app server 应用服务端
robot_server robot_server 机器人服务端
push_server push_server 推送服务器
docs docs 野火IM相关文档,包含设计、概念、开发、使用说明,在线查看

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

编译

  1. 请严格按照以下步骤进行,否则会编译不过,或者运行时出现错误。

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

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

  4. android-chat项目中新建aar module,将moment client aar引入,具体如下:

    1. Android Studio -> File -> New -> New Module -> Import .JAR/.AAR Package
    2. Import Module From Library 界面 File name:选择步骤1中购买的aar文件;Subproject name 填写momentclient
    3. Finish,完成之后,android-chat项目根目录下的settting.gradle会新增一行include ':momentclient',并且android-chat项目根目录下会新增一个momentclient目录。
  5. 修改android-chat/uikit/build.gradle,将以下部分取消注释:

    //            java.srcDirs += ['../../android-momentkit/src/main/java']
    //            res.srcDirs += ['../../android-momentkit/src/main/res-moment']
    
    //    implementation project(':momentclient') //和步骤3中填写的Subproject name一致
    //    api 'me.everything:overscroll-decor-android:1.0.4'
    
  6. 修改uikit/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

Contributors

imndx avatar imhao183 avatar heavyrain2012 avatar bu2zhouzhu avatar

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.