Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - android eclipse
Search - android eclipse - List
Android的字谜游戏,就像是boggle一样的字谜游戏,开发工具是Eclipse+SDK 和JDK。-Words square game
Date : 2026-01-08 Size : 557kb User : 赵寒凝

一个国外的j2me游戏源码,源自JAva核心,游戏写的是什么,没有测试运行,好多文件夹,源码结构规整,请在Eclipse下运行项目,学习Java研究Android软件开发的,可要借机看下,必竟两者的差别不太远,很多知识是共有的-A foreign j2me game source code, from JAva core, the game what is written, there is no test run, a lot of folders, source regular structure, please run in Eclipse project research to learn Java Android software development, you had better take the opportunity to look at Next, after all, the difference is not too far away, a lot of knowledge is shared
Date : 2026-01-08 Size : 75kb User : 黄俊康

DL : 0
这是一个简单的贪吃蛇游戏!只要把这个游戏导入eclipse就可以运行和查看源代码-import com.ruimin.snake.model.GameConstant import com.ruimin.snake.view.GameView import android.os.Bundle import android.os.Handler import android.os.Message import android.app.Activity import android.app.AlertDialog import android.content.DialogInterface import android.content.Intent import android.content.SharedPreferences import android.view.KeyEvent import android.view.Menu import android.view.ViewGroup import android.view.ViewGroup.LayoutParams import android.widget.LinearLayout public class GameActivity extends Activity { private LinearLayout layout = null private GameView gameView = null MyHandler handler = new MyHandler() // 是否暂停 private boolean isPaused = false @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState) setContentView(R.layout.activity_game) } public void initData() { GameConstant.curOrientation = GameConstant.DOWN GameConstant.map = null GameC
Date : 2026-01-08 Size : 1.72mb User : 康瑞民

DL : 0
用java写的一个贪吃蛇小游戏,用的是eclipse,是android代码-Using java to write a Snake game, using eclipse, is the android code
Date : 2026-01-08 Size : 1.63mb User : 陈祥

一款冒险游戏,用eclipse配置android sdk环境,进行打开-An adventure game, the android SDK with eclipse configuration environment, open
Date : 2026-01-08 Size : 15.54mb User : xzq

在eclipse上做的经典坦克大战Android版,内容不完整有待完善. -Super classic tanks war Android version
Date : 2026-01-08 Size : 1.14mb User : ASFS

手游android搭建环境,使用ECLIPSE-mobile game android setup
Date : 2026-01-08 Size : 347kb User : 小飞

这是一个基于eclipse用java编写的android小游戏,界面比较美观,功能基本齐全-This is based on the android eclipse using java games, more beautiful interface, complete the basic functions
Date : 2026-01-08 Size : 1.79mb User : kirsh

This the Tic Tac Toe project in Android Application. It is complete project, made on Eclipse.-This is the Tic Tac Toe project in Android Application. It is complete project, made on Eclipse.
Date : 2026-01-08 Size : 70kb User : Aniket
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.