CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - compiler
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - compiler - List
[
android
]
android_socket_parcel
DL : 0
Android环境下通过SOCKET传递Parcel包并解出数据的例子程序 在Android环境下,甲程序(C++程序)将数据封装在 Parcel 中,并把 Parcel 发送到SOCKET;乙程序(C++程序)通过SOCKET接收到Parcel包,并解出封装在其中数据。 附带所需的Android.mk文件,并说明如何编译运行。列出了程序的运行结果,最后对程序存在的一些问题做了分析,提出了解决的思路。-Android environment SOCKET pass through Parcel data packets and examples of solution procedures for the Android environment in which a program (C++ program) data package in the Parcel and Parcel sent to the SOCKET B procedures (C++ program) through the receiver SOCKET Parcel to the package, and a solution in which the data package. Incidental Android.mk required documents, and how to run the compiler. Procedures are listed in the results, the last of a number of problems in the procedure to do an analysis of the ideas put forward.
Date
: 2025-12-21
Size
: 123kb
User
:
code998
[
android
]
AndroidNDK_Build
DL : 0
了解Android NDK的用途 掌握Android NDK编译环境的安装与配置方法 掌握Android NDK的开发方法 -Learn to master the use of Android NDK Android NDK compiler environment installation and configuration control method of developing Android NDK
Date
: 2025-12-21
Size
: 194kb
User
:
懒猫
[
android
]
Android-kaifarumenjiaocheng
DL : 0
Android 开发入门教程 从设置编译器开始讲解 适用初学者-Android Development Tutorial from start to explain the application to set the compiler for beginners
Date
: 2025-12-21
Size
: 571kb
User
:
Tony
[
android
]
android-source-code
DL : 0
android源码编译,详细介绍了下载android源码并进行编译的全过程,相信对你又帮助。-The Android compiler source code, described in detail Android source code and compile the whole process, I believe you also help.
Date
: 2025-12-21
Size
: 4kb
User
:
sunny187148791
[
android
]
dex-translator-0.0.9.3
DL : 0
这是android反编译工具,可将APK文件反编译,但是不能直接拿来使用,反编译过的文件一般都是被混淆过的。-This is a Android compiler tools, can be APK files decompile, but cannot be directly used to use, the compiled documents are generally confused.
Date
: 2025-12-21
Size
: 549kb
User
:
小俞
[
android
]
Guttler
DL : 0
这是一个安卓贪吃蛇小游戏,使用了JAVA语言编译的 -This is an Android Snake small game, using JAVA language compiler
Date
: 2025-12-21
Size
: 275kb
User
:
苏琪
[
android
]
phonegap-phonegap-1.6.0-0-g66780d6
DL : 0
PhoneGap 1.6.0:: Prerequisite Software PhoneGap requires you have the following software installed: 1. Eclipse Integrated Design Environment (IDE), a program to write code and manage software development 2. Java Development Kit (JDK), the Java compiler and support tools 3. The Android Software Development Kit (SDK), base code and emulators for developing Android apps 4. Android Development Toolkit (ADT), a plug-in for Eclipse that makes Android development seamless 5. Apache Ant, a program that automates software build processes (similar to make ) 6. Ruby, a programming language 7. Git Bash, an alternative command program for Windows environments (Windows only) -PhoneGap 1.6.0:: Prerequisite Software PhoneGap requires you have the following software installed: 1. Eclipse Integrated Design Environment (IDE), a program to write code and manage software development 2. Java Development Kit (JDK), the Java compiler and support tools 3. The Android Software Development Kit (SDK), base code and emulators for developing Android apps 4. Android Development Toolkit (ADT), a plug-in for Eclipse that makes Android development seamless 5. Apache Ant, a program that automates software build processes (similar to make ) 6. Ruby, a programming language 7. Git Bash, an alternative command program for Windows environments (Windows only)
Date
: 2025-12-21
Size
: 13.5mb
User
:
djlam
[
android
]
android_qt480.tar
DL : 0
android 版本的QT 库, 基于QT 4.8.0 编译, 不是源代码-Android version of the QT library, based on QT 4.8.0 compiler, not source code
Date
: 2025-12-21
Size
: 9.9mb
User
:
黄展飞
[
android
]
androidinput1
DL : 0
android输入法源码,支持中文,英文,日文的输入,需要在linux下交叉编译。-android input method source code, support Chinese, English, Japanese input under linux cross compiler.
Date
: 2025-12-21
Size
: 7.67mb
User
:
祝丹
[
android
]
ym_androidMusicPlayer-hicode
DL : 0
android音乐播放器的编程要点,本源码包括编译生成的APK文件,有Android手机的用户可把这个文件拷贝至手机运行一下看效果。-android music player, the programming essentials, including the source of the compiler to generate the APK file Android phone users can copy this file to run to the phone to see what effect.
Date
: 2025-12-21
Size
: 67kb
User
:
guopeng
[
android
]
alarmclocksnoozers
DL : 0
一个Android益智过关游戏RunnersHigh源程序,界面还算可以,有兴趣的可下载源码编译测试一下,主要采用GlSurfaceView实现,对编写手机游戏有一定参考作用。-An Android puzzle games through RunnersHigh source, interface OK, who are interested can download the source code compiler test, mainly GlSurfaceView implementation, the preparation of mobile games have a certain reference.
Date
: 2025-12-21
Size
: 3.17mb
User
:
陈铁军
[
android
]
Tetris
DL : 0
用Android SDK开发的俄罗斯方块游戏,编程语言是java语言,只有在Android SDK环境下编译调试。 Android SDK下载地址:http://developer.android.com/sdk/index.html-Using Android SDK development Tetris game, java programming language is the language, only in Android SDK compiler debugging environment. Android SDK download address: http://developer.android.com/sdk/index.html
Date
: 2025-12-21
Size
: 1.87mb
User
:
baobao
[
android
]
BluetoothCar
DL : 0
基于android的蓝牙控制小车控制端,源码,eclipse编译下载到Android 2.3.3手机上,运行成功!用户可以根据自己的手机自行配置,重新编译下载即可。-Android based bluetooth control car control terminal, source code, eclipse compiler download to Android 2.3.3 phone, run successfully! Users can configure their own according to their phones, recompile download.
Date
: 2025-12-21
Size
: 1.96mb
User
:
hxy
[
android
]
FFMPEG
DL : 0
ndk-r5b下编译通过的ffmpeg源码 ffmpeg源码版本:ffmpeg-0.6.1 android ndk版本:android-ndk-r5b-linux-x86 主要是用来了解ffmpeg源码的编译场景和编译过程-ndk-r5b compiled by the ffmpeg source ffmpeg source version: ffmpeg-0.6.1 android ndk version: android-ndk-r5b-linux-x86 Is mainly used to understand ffmpeg source compiler scenes and compilation process
Date
: 2025-12-21
Size
: 4.89mb
User
:
mfcai
[
android
]
ADT-8.0.0
DL : 0
Android Development Tools 在Eclipse编译IDE环境中,需安装ADT(Android Development Tools)Plug-in,这是Android在Eclipse上的开发工具。 下载以及安装可以参照:Google Android ,Eclipse ,JDK.[1] 目前Android开发所用的开发工具是Eclipse,在Eclipse编译IDE环境中,安装ADT,为Android开发提供开发工具的升级或者变更,简单理解为在Eclipse下开发工具的升级下载工具。 SDK(Software Development Kit): 一般是一些被软件工程师用于为特定的软件包、软件框架、硬件平台、操作系统等建立应用软件的开发工具的集合。在Android中,它为开发者提供了库文件以及其它开发所用到的工具。简单理解为开发工具包集合,是整体开发中所用到的工具包,如果你不用Eclipse作为你的开发工具,你就不需要下载ADT,只下载SDK即可开发。-Android Development Tools in Eclipse IDE compiler environment, the need to install ADT (Android Development Tools) Plug-in, which is Android on Eclipse development tools. Download and installation can refer to: Google Android, Eclipse, JDK. [1] Currently Android developers used a development tool is Eclipse, the Eclipse compiler IDE environment, install ADT, for Android developers to provide development tools to upgrade or change, understood as a simple under the Eclipse development tools upgrade download tool. SDK (Software Development Kit): Some are software engineers is generally used for a particular software package, software framework, hardware platform, operating system, application software development, such as establishing a collection of tools. In Android, it provides developers with a library files and other development tools used. Simply understood as the development kit collection that is used in the overall development toolkit, if you do not have Eclipse as your developme
Date
: 2025-12-21
Size
: 8.32mb
User
:
kyle_lz
[
android
]
ADT-16.0.1
DL : 0
Android Development Tools 在Eclipse编译IDE环境中,需安装ADT(Android Development Tools)Plug-in,这是Android在Eclipse上的开发工具。 下载以及安装可以参照:Google Android ,Eclipse ,JDK.[1] 目前Android开发所用的开发工具是Eclipse,在Eclipse编译IDE环境中,安装ADT,为Android开发提供开发工具的升级或者变更,简单理解为在Eclipse下开发工具的升级下载工具。 SDK(Software Development Kit): 一般是一些被软件工程师用于为特定的软件包、软件框架、硬件平台、操作系统等建立应用软件的开发工具的集合。在Android中,它为开发者提供了库文件以及其它开发所用到的工具。简单理解为开发工具包集合,是整体开发中所用到的工具包,如果你不用Eclipse作为你的开发工具,你就不需要下载ADT,只下载SDK即可开发。-Android Development Tools in Eclipse IDE compiler environment, the need to install ADT (Android Development Tools) Plug-in, which is Android on Eclipse development tools. Download and installation can refer to: Google Android, Eclipse, JDK. [1] Currently Android developers used a development tool is Eclipse, the Eclipse compiler IDE environment, install ADT, for Android developers to provide development tools to upgrade or change, understood as a simple under the Eclipse development tools upgrade download tool. SDK (Software Development Kit): Some are software engineers is generally used for a particular software package, software framework, hardware platform, operating system, application software development, such as establishing a collection of tools. In Android, it provides developers with a library files and other development tools used. Simply understood as the development kit collection that is used in the overall development toolkit, if you do not have Eclipse as your developme
Date
: 2025-12-21
Size
: 6.68mb
User
:
kyle_lz
[
android
]
JChat
DL : 0
开源项目Jchat 编译以及源码分析 含开发文档,应用程序编程源码,很好的参考资料。-The open source project Jchat compiler and the source analysis with the development of the document, the application programming source code, a good reference.
Date
: 2025-12-21
Size
: 8.1mb
User
:
桂花翅子
[
android
]
hello-gl2
DL : 0
JNI调用C++实例,使用cygwin编译so方法供参考-JNI call c++ as an example, using the cygwin compiler so methods for reference
Date
: 2025-12-21
Size
: 112kb
User
:
zym
[
android
]
TeachManageSys
DL : 0
用户注册,登录程序在WEB开发中已经是较常见的了,在实现方法上不是难点,现在android流行了,如何在一些Android应用或网站上实现用户登录和注册呢?其实和WEB开发一样简单,只要您看了这个完整的例子,相信你会学会的,有编译环境的就请自己重新编译一下项目,然后拷贝到手机上运行一下,能看到效果。在此不再抓图了,如果你刚学android程序开发,就更应该看看了-User registration, login program has been developed in the WEB is more common, and in the realization of the method is not difficult, android popular now, how in some application or an Android site user login and register? In fact, as simple and WEB development, as long as you read this complete example, I believe you will learn, there are compiler environment on your own recompile the project, and then run the copy to the phone, to see the effect. In this longer shot, if you just learn android application development, more should look at the
Date
: 2025-12-21
Size
: 1.79mb
User
:
rpudn32
[
android
]
TheHardestGame
DL : 0
Java源码,The Hardest Game俗称“世界上最难的游戏”android源码下载,有人称它是“超级变态”,那到底难不难玩呢?只有玩了才知道,我个人感觉,其实是挺简单的,想玩的下载源码编译生成APK,然后拷贝到手机上玩-Java source code, The Hardest Game, commonly known as "the world s hardest game" android source code download, have called it a "super sick", and that in the end is hard to play? Only play to know, my personal feeling is actually quite simple, download the source code compiler generates want to play APK, then copy it to the phone to play
Date
: 2025-12-21
Size
: 2.56mb
User
:
gpudn23
«
1
2
3
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.