登录
首页 » Android » 这个是<android 开发入门>书中的helloworld代码,java环境,在eclipse环境下运行。...

这个是<android 开发入门>书中的helloworld代码,java环境,在eclipse环境下运行。...

于 2023-03-17 发布 文件大小:22.92 kB
0 117
下载积分: 2 下载次数: 1

代码说明:

这个是书中的helloworld代码,java环境,在eclipse环境下运行。-This is Book helloworld code, java environment, run under eclipse.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • GalacticCore
    Android Live Wallpaper using OPENGL ES 2.0
    2012-08-01 12:09:13下载
    积分:1
  • Android 创建HttpPost对象 获取HTTP连接
    HttpGet httpGetRequest = new HttpGet(urlGet);//创建HttpPost对象   try {    HttpResponse httpResponse = new DefaultHttpClient().execute(httpGetRequest);    if(httpResponse.getStatusLine().getStatusCode()==200){//连接成功    String result = EntityUtils.toString(httpResponse.getEntity());//获得资源    result = result.replaceAll(" | | | ", "");//去掉信息中的回车和换行    EditText etGet = (EditText)findViewById(R.id.etGet);//获得EditText对象    etGet.setText(result);//为EditText设置内容    }   } catch (Exception e) {//捕获并打印异常    EditText etGet = (EditText)findViewById(R.id.etGet);//获得EditText对象    etGet.setText("连接出错:"+e.getMessage());//为EditText设置出错信息   }
    2022-03-21 18:06:57下载
    积分:1
  • plane
    飞机主角在飞行中躲避并攻击前面接连不断的敌人(plane war)
    2011-12-08 10:39:19下载
    积分:1
  • AccountSetupIncoming
    Account Setup Incoming for Andriod.
    2013-10-06 00:35:28下载
    积分:1
  • ADT-10.0.1
    开发android必备插件开发android必备插件开发android必备插件开发android必备插件开发android必备插件开发android必备插件(Android android development of the necessary plug-in plug-in developers must develop the necessary plug-in development android android android development of the necessary plug-ins necessary prerequisite plug-in plug-in development android)
    2011-05-02 11:14:22下载
    积分:1
  • Android游戏源码大合集
    一些AndEngine和Libgdx的游戏源码,以Eclipse工程的形式配置好环境 
    2022-09-01 08:35:10下载
    积分:1
  • Android 网络数据上传及WebService调用实例集
    Android编程中的网络数据上传及WebService调用集,这里面一共包括了5个例子,分别是:   AndroidInteractWithWebService 通过网络WebService查询手机号码归属地的小示例   ServerForGETMethod 一些获取数据方法的演示GET方法   ServerForPOSTMethod 一些获取数据方法的演示POST方法   UploadUserInformationByPOST   UserInformation   部分网络上传功能配合JSP文件实现。
    2022-01-26 15:05:21下载
    积分:1
  • MPU6050与卡尔曼滤波算法实践(MPU6050sketch01.ino)
    #include "Wire.h"#include "I2Cdev.h"#include "MPU6050.h" MPU6050 accelgyro; unsigned long now, lastTime = 0;float dt;                                   //微分时间 int16_t ax, ay, az, gx, gy, gz;             //加速度计陀螺仪原始数据float aax=0, aay=0,aaz=0, agx=0, agy=0, agz=0;    //角度变量long axo = 0, ayo = 0, azo = 0;             //加速度计偏移量long gxo = 0, gyo = 0, gzo = 0;             //陀螺仪偏移量 float pi = 3.1415926;float AcceRatio = 16384.0;                  //加速度计比例系数float GyroRatio = 131.0;                    //陀螺仪比例系数 uint8_t n_sample = 8;                       //加速度计滤波算法采样个数float aaxs[8] = {0}, aays[8] = {0}, aazs[8] = {0};         //x,y轴采样队列long aax_sum, aay_sum,aaz_sum;                      //x,y轴采样和 float a_x[10]={0}, a_y[10]={0},a_z[10]={0} ,g_x[10]={0} ,g_y[10]={0},g_z[10]={0}; //加速度计协方差计算队列float Px=1, Rx, Kx, Sx, Vx, Qx;             //x轴卡尔曼变量float Py=1, Ry, Ky, Sy, Vy, Qy;             //y轴卡尔曼变量float Pz=1, Rz, Kz, Sz, Vz, Qz;             //z轴卡尔曼变量 void setup(){    Wire.begin();    Serial.begin(115200);     accelgyro.initialize();                 //初始化     unsigned short times = 200;             //采样次数    for(int i=0;i
    2019-12-11下载
    积分:1
  • 类似于苹果滚轮选择器
    资源描述类似于苹果滚轮选择器类似于苹果滚轮选择器类似于苹果滚轮选择器类似于苹果滚轮选择器类似于苹果滚轮选择器类似于苹果滚轮选择器类似于苹果滚轮选择器类似于苹果滚轮选择器类似于苹果滚轮选择器类似于苹果滚轮选择器类似于苹果滚轮选择器类似于苹果滚轮选择器类似于苹果滚轮选择器类似于苹果滚轮选择器类似于苹果滚轮选择器
    2022-08-26 05:06:33下载
    积分:1
  • android iperf 源码
    android iperf 源代码, iPerf for Android Android_com.magicandroidapps.iperf iPerf is a commonly used network testing and performance measurement tool. This app is intended for those who are familiar with the use of iPerf. For details and a tutorial, see my website. This app will not be useful unless you have a second phone or computer to use as an iPerf client/server.Great for testing Wifi!
    2022-03-18 04:26:14下载
    积分:1
  • 696518资源总数
  • 106174会员总数
  • 31今日下载