登录
首页 » Android » android4.x从入门到精通

android4.x从入门到精通

于 2023-06-14 发布 文件大小:65.83 kB
0 22
下载积分: 2 下载次数: 1

代码说明:

安卓4.x从入门到精通第二章源代码,helloworld源程序,非常齐全,绝对原版,非常适合初学者学习安卓开发,极力推荐。。。。。。。。。

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

发表评论

0 个回复

  • simplecalculator
    说明:  简单的计算器程序,对你学习android开发应该有点帮助(Simple calculator program, you learn a little android development should help)
    2011-03-17 16:35:44下载
    积分:1
  • theKingOfMedicine
    安卓射击类小游戏,希望对安卓初学者研究有帮助(Andrews Shooting game, Andrews beginners)
    2020-12-21 15:39:08下载
    积分:1
  • 装备选择源码
    装备选择源码部分代码public class MainActivity extends Activity {  private ProgressBar mProgressBar1;  private ProgressBar mProgressBar2;  private ProgressBar mProgressBar3;  private TextView mLifeTV;  private TextView mAttackTV;  private TextView mSpeedTV;  protected void onCreate(Bundle savedInstanceState) {   super.onCreate(savedInstanceState);   setContentView(R.layout.activity_main);   mLifeTV = (TextView) findViewById(R.id.tv_life_progress);   mAttackTV = (TextView) findViewById(R.id.tv_attack_progress);   mSpeedTV = (TextView) findViewById(R.id.tv_speed_progress);   initProgress();                    //初始化进度条  }  private void initProgress() {   mProgressBar1 = (
    2022-06-26 01:22:02下载
    积分:1
  • Android-Total(5)
    关于android开发技巧总汇系系列5,内容总结的不错,值得参考(Department on android development skills confluence Series 5, the content summary of good, valuable reference)
    2013-07-12 12:56:58下载
    积分:1
  • android_safe_login
    安卓开发的带密码登录的密码保险箱,干货哈,很实用(Andrews developed with a password login password safe, dry Ha, very practical)
    2016-05-19 12:23:45下载
    积分: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
  • src
    使用百度地图和定位SDK做的简单示例代码,鹰眼轨迹部分还没有完全完成,先上传这部分,由于文件过大,只上传src部分,百度SDK官网上均下载链接(Using Baidu Map and Location SDK to do a simple example code, the Eagle Eye Track part has not been fully completed, first upload this part, because the file is too large, only upload the SRC part, Baidu SDK official website are downloaded links.)
    2020-06-21 14:20:02下载
    积分:1
  • Android 查看时间日期的应用(Android高级控件的开发及应用-03_14).zip
    Android 查看时间日期的应用(Android高级控件的开发及应用-03_14).zip
    2019-10-06下载
    积分:1
  • android 百度地图 示例源码(内嵌html5实现)
    android 百度地图 示例源码(内嵌html5实现)
    2014-07-24下载
    积分:1
  • MemoryGame
    memory games sample code for eclipse open source program
    2012-04-16 03:29:28下载
    积分:1
  • 696524资源总数
  • 103945会员总数
  • 46今日下载