您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. android Bitmap用法总结

  2. android Bitmap用法总结 Bitmap用法总结 1、Drawable → Bitmap public static Bitmap drawableToBitmap(Drawable drawable) { Bitmap bitmap = Bitmap .createBitmap( drawable.getIntrinsicWidth(), drawable.getIntrinsicHeight(), drawable.getOpacity() != PixelFormat.OPAQ
  3. 所属分类:Android

    • 发布日期:2011-01-27
    • 文件大小:49152
    • 提供者:chinawangw
  1. android Bitmap用法总结

  2. android Bitmap用法总结 Bitmap用法总结 1、Drawable → Bitmap public static Bitmap drawableToBitmap(Drawable drawable) { Bitmap bitmap = Bitmap .createBitmap( drawable.getIntrinsicWidth(), drawable.getIntrinsicHeight(), drawable.getOpacity() != PixelFormat.OPAQ
  3. 所属分类:Android

    • 发布日期:2011-06-07
    • 文件大小:49152
    • 提供者:Gphone520
  1. VC中图像控件的用法与总结

  2. 总结了一些VC++中对话框中Bitmap图片的用法
  3. 所属分类:C/C++

  1. Android学习系列教程实例.pdf

  2. 目录 Android 学习文档总结 ................... 1 DevDiv 推荐资源 ........................ 2 Windows 8 ........................................................... 2 iOS ....................................................................... 2 Android ............
  3. 所属分类:Android

    • 发布日期:2013-11-19
    • 文件大小:17825792
    • 提供者:u012888207
  1. 超有用的安卓学习材料3

  2. 21、Android 防止控件被重复点击 45 22、点击EditText时不弹出软键盘 46 23、在虚拟机上建立SD卡 46 24、判断SD卡是否存在 47 25、删除文件 48 26、ListView的setOnItemClickListener事件与setOnItemSelectedListener事件的区别 48 27、Bitmap用法总结 48 28、requestWindowFeature可以设置的值有: 53 29、Intent-filter属性详解 54 30、获取HTTP
  3. 所属分类:Android