登录
首页 » Java » android 底部tab切换 例子代码

android 底部tab切换 例子代码

于 2020-12-16 发布
0 200
下载积分: 1 下载次数: 0

代码说明:

android 底部tab切换 例子代码

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

发表评论

0 个回复

  • 讀取簡訊
    讀取簡訊
    2014-01-25下载
    积分:1
  • android 省市区三级联动效果
    android 省市区三级联动效果
    2014-05-30下载
    积分:1
  • android界面上移动图片并拖拽
    android界面上移动图片并拖拽
    2013-07-20下载
    积分:1
  • 简单实用的tabhost实例
    类似微信底部的选项菜单
    2014-11-21下载
    积分:1
  • 下拉列表Spinner入门级示例代码
    非常入门级的示例,适合新手
    2015-04-25下载
    积分:1
  • Android webView和js交互的Demo
    Android webView和js交互的Demo
    2015-04-17下载
    积分:1
  • android 蓝牙热敏打印机 app源码下载
    蓝牙热敏打印机 此工程创建于2014年8月,使用蓝牙和usb传输打印数据,打印数据是将打印内容装换成bitmap,bitmap处理成二值图像。
    2016-02-17下载
    积分:1
  • android多文件下载
    android多文件下载
    2015-02-05下载
    积分:1
  • android 省市县三级联动 实例源码(含sqlite数据库)下载
    android版的省市三级联动,使用sqllite本地数据,数据库在这个目录下 resaw
    2014-12-22下载
    积分:1
  • 远程视频监控
    【核心代码】 public interface CameraSource {  static final String LOG_TAG = "camera";  /**  * Open the camera source for subsequent use via calls to capture().  *   * @return true if the camera source was successfully opened.  */  boolean open();  /**  * Close the camera source. Calling close on a closed CameraSource is  * permitted but has no effect. The camera source may be reopened after  * being closed.  */  void close();  /**  * The width of the captured image.  *   * @return the width of the capture in pixels  */  int getWidth();  /**  * The height of the captured image.  *   * @return the height of the capture in pixels  */  int getHeight();  /**  * Attempts to render the current camera view onto the supplied canvas.  * The capture will be rendered into the rectangle (0,0,width,height).  * Outstanding transformations on the canvas may alter this.  *   * @param canvas the canvas to which the captured pixel data will be written  * @return true iff a frame was successfully written to the canvas  */  boolean capture(Canvas canvas);  boolean saveImage(String savePath, String fileName); }
    2013-12-04下载
    积分:1
  • 696518资源总数
  • 106148会员总数
  • 10今日下载