im研究

来源:互联网 发布:软件合集下载 编辑:程序博客网 时间:2024/05/02 02:57

1,https://code.google.com/p/kontalk/    


Setup Eclipse for Kontalk development

First of all checkout Kontalk Android client from git repository with the following command:

git clone https://yourname@code.google.com/p/kontalk.androidclient/

Open Eclipse and import the project you've just cloned. Go to File -> Import -> Existing project into workspace. As you can see the project contains a few build errors, don't panic, just proceed with this guide.

You will need ActionBarSherlock 4.2.0. Download it from: https://api.github.com/repos/JakeWharton/ActionBarSherlock/tarball/4.2.0

Extract it and import the "library" project into your workspace (using Import -> Existing Android code into workspace). Then rename the project to ActionBarSherlock.

Now go to Kontalk project properties -> Android section and:

  • In Libraries section, ActionBarSherlock will be most probably marked with a red sign. Remove it and add it again selecting your imported ActionBarSherlock project.
  • Check that Android Build Target is API level 17 (4.2.2)

Finally copy the Android support library from Kontalk - it should always be the latest one - into ActionBarSherlock/libs

If the project has the following error message: "Jar mismatch, please fix your project dependencies" try to clean ActionBarSherlock project, and rebuild it.


2,https://code.google.com/p/gtalksms/

Receive notifications (calls, sms, power status...) and send commands (sms, geolocalization...) to your Android phone with an XMPP/GTalk account

3,https://code.google.com/p/chatchat/     http://www.dutycode.com/sort/xmpp_android_im_client

4,https://code.google.com/p/tigerim/

最近用asmack写了一个即时通讯软件,由于时间有限,要集中精力做其他项目,可能存在一些bug,但核心功能的代码都是能够跑通的,只实现了点对点通讯,聊天室,文件传送和接收这三个模块,界面比较简陋,没有过多的用户体验,只适合需要钻研这方面的人看。希望能够和大家多多交流,一些问题在我的微博上都有涉及http://blog.sohu.com/people/!MzYyMzc2NTk4QHFxLmNvbQ==/228698105.html 如果有什么问题可以发送邮

    

5,https://code.google.com/p/android-xmpp-im/ 

6,https://code.google.com/p/andxmpp-sdk/

7,https://code.google.com/p/secure-android-chat/

原创粉丝点击