联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All android开发(335) 
按平台查找All Java(335) 

[android开发] WatermelonAllSummer

西瓜一夏:基于网易云音乐UI,使用Gank.io和WanAndroid的api,采用的XdroidMvp框架快速开发的符合Material Design的Android客户端。,
Watermelon Summer: based on NetEase Cloud Music UI, using the Gank.io and WanAndroid apis, and adopting the XdroidMvp framework, an Android client conforming to Material Design is rapidly developed., (2018-12-07, Java, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1694178511319320.html

[android开发] CoppyLoveMusic

网络乐库那块连接的是内网,所以没法展示,只是实现了整个播放器的一部分功能,没实现完全,不过基本功能都实现了
The piece is connected to the Network Library Intranet, so I can not show, is the realization of the function of the whole part of the player, not complete, but the basic functions are realized (2017-08-30, Java, 5915KB, 下载3次)

http://www.pudn.com/Download/item/id/1504079484325244.html

[android开发] KaiXin

android仿开心网源代码已完成主界面的基本功能,具体内容的操作目前还没有做,数据采用了本地数据和本地图片,具体功能不细说,大大了增加了功能
The basic function of Android imitation happy net source code has completed the main interface, there is no specific details of the operation, the data using the local data and the local picture, the specific function is not elaborate, greatly increased the function (2017-05-29, Java, 41KB, 下载1次)

http://www.pudn.com/Download/item/id/1496064743902756.html

[android开发] MyZhihu

一个在android上使用的知呼软件,功能我正版的知呼差不多一样,这个软件的数据是通过 主访问正版的知呼服务器
Android on the use of the knowledge of the call software, I know the function of the call is almost the same, the software data is passed Call server (2017-05-09, Java, 33434KB, 下载2次)

http://www.pudn.com/Download/item/id/1494321204445643.html

[android开发] tonghuakhd

详细介绍 - [ Android项目源码全功能语音视频通话客户端Imsdroid ] imsdroid 是全功能的SIP / IMS的客户端,它基于doubango框架开发的app,doubango是目前世界上最好的3GPP IMS/RCS 嵌入式桌面系统框架,该框架提供了一套独特的功能,包括音频/视频通话、内容共享、消息、会议、通讯录等。 官网地址:http://code.google.com/p/imsdroid/ 组件 1、Boghe IMS/ RCS Windows客户端 2、IMSDroid IMS/ RCS Android客户端(使用NGN堆栈) 3、iDoubs IMS/ RCS iOS客户端(iPhone,iPad和iPod Touch)
Detailed introduction- the Android project source full-featured voice video call client Imsdroid] Full-featured SIP/IMS Client is imsdroid. It app doubango framework is developed based on, doubango is currently the world best 3GPP IMS/RCS embedded desktop system framework, the framework provides a set of unique features, including audio/video calls, content sharing, news, meeting, communication book. Website address: http://code.google.com/p/imsdroid/ assembly 1, Boghe RCS Windows IMS/ client 2, IMSDroid RCS Android IMS/ client (using NGN stack) 3, iDoubs RCS iOS IMS/ client (iPhone, iPad and Touch iPod) (2016-07-25, Java, 6236KB, 下载11次)

http://www.pudn.com/Download/item/id/1469415615861996.html

[android开发] 4B70531906CE49FCF3FE0CC1EA0F1B4C

本项目是一个安卓对讲机应用的项目源码,代码规范注释清晰,功能完整界面简单。无论是做二次开发还是参考借鉴都是绝佳的项目源码。一个简单的按钮,按下就可以实时对讲,而且通过标识包头来解决自己听到自己说的话,使用方法:把AppConfig.java中的IP设为自己WiFi的网段x.x.x.0,(不必管安卓设备的具体IP,只填写设备所在IP的网段即可,例如我的手机连接wifi后IP是192.168.1.102,这里的网段就是IP的前三段+0。就是192.168.1.0),不过因为线程的启动方式有点问题所以项目有个小BUG,需要在对讲之前先按一下按钮,让线程启动,再按住按钮说话。
The project is a walkie-talkie Android application project source code specifications comments clear, simple and full-featured interface. Whether we are a reference for the secondary development or project is an excellent source. A simple button press can talk in real time, and to solve by identifying Baotou he heard himself say, Usage: AppConfig.java the IP network segment xxx0 own set of WiFi, (do we need to Andrews specific IP devices, just fill in the device where the IP network segment can be, for example, my phone after connecting wifi IP is 192.168.1.102, here is the IP segment of the first three paragraphs+0 is 192.168.1.0), but because thread way to start a little bit of a problem so the project BUG, you need to press the button before speaking, so the thread starts, then press and hold the button to speak. (2016-03-31, Java, 1055KB, 下载7次)

http://www.pudn.com/Download/item/id/1459392343640621.html

[android开发] prjHello

Google Android SDK开发范例大全(完整版)虽然半行代码都没有写,但向导却帮忙写好了程序进入点、布局配置、字符 串常数、应 用程序访问权限等, 除了可作为程序模板之外, 也是 Android 手机程 序的最佳学习范例。让 我们回过头来看看刚才 Android 项目建立向导帮忙做了哪些工作, 以此来 了解 Android 应 用程序的生命周期及其文件组成方式; 首先, 展开
package helloworld.irdc.eracom.com.cn import android.app.Activity import android.os.Bundle public class HelloWorld extends Activity { * Called when the activity is first created. @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState) setContentView(R.layout.main) } } (2015-12-22, Java, 21KB, 下载6次)

http://www.pudn.com/Download/item/id/1450758185289602.html

[android开发] andriodwaterfall

Android瀑布流实例 android_waterfall源码,仿花瓣网,很好用 ,亲测。带下拉刷新,可帮助安卓开发的朋友,快速实现瀑布流布局作为参考。
Android waterfall stream instance android_waterfall source, like the petals net, very good, pro-test. With pull-down refresh, Andrews developed to help friends quickly realize waterfalls flow layout as a reference. (2014-04-21, Java, 2026KB, 下载14次)

http://www.pudn.com/Download/item/id/2516982.html

[android开发] douban_android

Android 安卓系统上的豆瓣网程序(Java),项目比较完整,有一定Java开发经验的专业人士参考,如果你对Google Android手机系统比较熟悉的话,你也可以通过代码了解它的运行机理
Douban program (Java) on Android Android project more complete, there is some experience in Java development professionals reference, if you are familiar with Google Android mobile phone system, you can run through the code to understand its mechanism (2013-12-20, Java, 5810KB, 下载14次)

http://www.pudn.com/Download/item/id/2431620.html

[android开发] AndroidFtp

在手机端创建FTP服务器提供Linux配置文件下载,在公网及局域网内可浏览文件,主要有ubuntu、Fedora等所需配置软件源的文件。
In the mobile terminal to create an FTP server Linux configuration file download, the public network and the LAN can browse files, mainly ubuntu, Fedora and other desired configuration software source files. (2013-06-22, Java, 4145KB, 下载6次)

http://www.pudn.com/Download/item/id/2285803.html

[android开发] ngn-stack

Android下SIP、IMS中doubango框架及ngn库,其中tinysip库是so文件,本库文件已经修改为支持以太网连接。原框架只支持3G或者wifi网络。
Android under SIP, IMS and ngn in doubango framework libraries, which tinysip library is so documents, the library has been modified to support Ethernet connection. Original framework only supports 3G or wifi network. (2013-06-17, Java, 13837KB, 下载30次)

http://www.pudn.com/Download/item/id/2281063.html

[android开发] android_weather_M1.0.0

android开发,android天气预报app工程,简单实现,中国天气网api调用,功能简单,方便学习
android development, android weather app works, is simple to achieve, China Weather api calls, features a simple, easy to learn (2013-06-11, Java, 856KB, 下载27次)

http://www.pudn.com/Download/item/id/2276416.html

[android开发] Test_NewsDemo

仿最新版网易新闻首页,完美解决SlidingMenu中Content为ViewPager时某页是ListView的HeadView为ViewPager时的各种冲突。需要导入的liberiry请自行在project.properties查看。
Imitation latest version Netease News, the perfect solution for the ViewPager SlidingMenu when the Content is a page when the ListView HeadView as ViewPager various conflicts. Liberiry need to import your own in project.properties view. (2013-05-24, Java, 2940KB, 下载52次)

http://www.pudn.com/Download/item/id/2256387.html

[android开发] douban_android

Android 安卓系统上的豆瓣网程序(Java),项目比较完整,有一定Java开发经验的专业人士参考,如果你对Google Android手机系统比较熟悉的话,你也可以通过代码了解它的运行机理
Android on the Android system the watercress network program (Java), the project is relatively complete, and have some experience in Java development professionals Reference If you are more familiar with the Google Android mobile phone system, you can understand its operation mechanism through code (2013-04-11, Java, 1212KB, 下载14次)

http://www.pudn.com/Download/item/id/2196244.html

[android开发] List_Update

实现了选择Android中流行的下拉刷新页面,具体可以参考“太平洋电脑网安卓客户端”,能更好的优化ListView性能。经典类型,很多人都不愿意共享的!
Choose the popular Android, drop-down refresh the page, the specific reference to the " Pacific Internet Andrews client, the better able to optimize the ListView performance. The classic type, many people are reluctant to share! (2012-05-30, Java, 79KB, 下载59次)

http://www.pudn.com/Download/item/id/1894874.html

[android开发] 2D_Game2

是基于android系统的2D游戏源码,内含多个游戏源码,由于太多项目,网速较慢上传比较困难,这是第二个,第一个大家可以按2D_Game2.rar搜索一下或在我上传那里找到。
The system is based on android 2 D game source, containing multiple game source, because too many projects, and speeds slower upload is more difficult, this is the second one, the first you can press 2 D_Game2. Rar search or in I upload find there. (2012-02-25, Java, 2192KB, 下载22次)

http://www.pudn.com/Download/item/id/1779219.html

[android开发] LBS_Android

基于位置的服务(Location Based Service,LBS),它是通过电信移动运营商的无线电通讯网络(如GSM网、CDMA网)或外部定位方式(如GPS)获取移动终端用户的位置信息(地理坐标,或大地坐标),在GIS(Geographic Information System,地理信息系统)平台的支持下,为用户提供相应服务的一种增值业务。基于android平台lbs开发源码
Location Based services (Location Based Service, LBS), it is through the telecom mobile operators radio communications network, such as GSM nets, CDMA network) or external localization way (such as GPS) get the position Information of mobile terminal users (Geographic coordinates, or the earth coordinate), in GIS (Geographic Information System, Geographic Information System) platform, with the support of for the user to provide the corresponding services of a value-added Service. Based on the android platform development LBS source code (2011-12-23, Java, 611KB, 下载131次)

http://www.pudn.com/Download/item/id/1740202.html

[android开发] server

服务端用的是resin-pro-4.0.23。其实和tomcat差不多,要用的话去官网下载会比较好,其他地方下载了容易出错。
Server using a resin-pro-4.0.23. In fact tomcat and similar words to use to download Quguan network would be better, other places to download the error-prone. (2011-11-03, Java, 2297KB, 下载8次)

http://www.pudn.com/Download/item/id/1687913.html

[android开发] 2011512141002101

本软件适用于安卓系统,并且安卓系统中包含蓝牙硬件及完整的驱动,如果有部分手机没法用,很可能是该手机蓝牙部分经过裁剪导致,此时需要到该手机网站下载蓝牙方面的补丁。本软件测试机型是“华为U8500”。本软件个测试软件,下载者不要用于商业运作。软件所有权归广州汇承信息科技有限公司所有。 2011年5月
android serial debugging java code (2011-09-05, Java, 22KB, 下载47次)

http://www.pudn.com/Download/item/id/1639117.html

[android开发] LumaQQME_Source

LumaQQ使用Java语音编写,可以很好的移植到Android平台,完整的源代码可大家可以仔细分析,有关协议相关可以查看中国协议分析网的部分内容.
LumaQQ written using Java speech, can be very good ported to Android platform, complete source code can all be more careful analysis, you can view the agreement related to the Chinese part of network protocol analysis. (2010-10-17, Java, 523KB, 下载16次)

http://www.pudn.com/Download/item/id/1320206.html
总计:335