登录
首页 » Android » 具有伸缩效果的LISTVIEW源码

具有伸缩效果的LISTVIEW源码

于 2022-06-13 发布 文件大小:144.08 kB
0 130
下载积分: 2 下载次数: 1

代码说明:

具有伸缩效果的LISTVIEW源码具有伸缩效果的LISTVIEW源码具有伸缩效果的LISTVIEW源码具有伸缩效果的LISTVIEW源码具有伸缩效果的LISTVIEW源码具有伸缩效果的LISTVIEW源码具有伸缩效果的LISTVIEW源码

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

发表评论

0 个回复

  • kechengbiao
    使用Android studio编写的课程表app,(Android studio kechengbiao app)
    2021-04-25 23:38:45下载
    积分:1
  • 简单线程并发例子源代码
    package com;import java.util.concurrent.ExecutorService;import java.util.concurrent.Executors;public class VolatileTest {public static void main(String[] args) throws InterruptedException {final Counter counter = new Counter();ExecutorService threadPool = Executors.newCachedThreadPool();for (int i = 0; i < 1000; i++) {/*new Thread() {@Overridepublic void run() {counter.inc();};}.start();*/threadPool.execute(new Runnable() {@Overridepublic void run() {counter.inc();}});}// Thread.sleep(3000);System.out.println(counter);}}
    2022-06-17 11:34:35下载
    积分:1
  • android与webapi交互
    web api 服务器端写法
    2014-03-31下载
    积分:1
  • 蓝牙串口的源程序代码
    蓝牙串口的源程序代码。基于安卓 4.0。蓝牙许可证协议。
    2023-02-03 23:20:04下载
    积分:1
  • android-sdk
    android sdk 的离线安装包,不再需要联网下载rom。 *1、4.0 rom包在另外的压缩包里 *2、安装请看压缩包里的网页说明。(The android sdk offline installation package is no longer required networking to download the rom. * 1,4.0 rom package in additional compression bag * 2, installation See the compression bag page description.)
    2013-02-09 23:11:51下载
    积分:1
  • 基于STM32的温感GPS终端设计
    【实例简介】 野火的指南者,GPS是ATGM332D,温度传感器是DHT11。实现定位温度的采集、LCD显示及WIFI传输 /** 温感GPS终端设计.rar   ******************************************************************************   * @file    main.c   * @author  fire   * @version V1.0   * @date    2013-xx-xx   * @brief   对GPS模块传输的数据进行解码,获取定位信息。   ******************************************************************************   * @attention   *   * 实验平台:秉火  STM32 F103-指南者 开发板    * 论坛    :http://www.firebbs.cn   * 淘宝    :https://fire-stm32.taobao.com   *   ******************************************************************************   */ #include "stm32f10x.h" #include "./usart/bsp_usart.h" #include "./gps/gps_config.h" #include "./lcd/bsp_ili9341_lcd.h" #include "./systick/bsp_SysTick.h" #include "./dht11/bsp_dht11.h" #include "./i2c/bsp_i2c_ee.h" #include "./flash/bsp_spi_flash.h" #include "usart1.h" #include "test.h" #include "bsp_esp8266.h" #include #include extern void nmea_decode_test(void); extern void ESP8266_StaTcpClient_UnvarnishTest2(void); int main(void) { ILI9341_Init (); SysTick_Init(); DHT11_Init (); ILI9341_GramScan ( 6 ); USART_Config(); USARTx_Config(); ESP8266_Init ();  GPS_Config();                                                                                                                  while(1) { ESP8266_StaTcpClient_UnvarnishTest2(); nmea_decode_test(); } }
    2021-10-16 00:31:16下载
    积分:1
  • 视频聊天android端代码 下载
    使用webrtc的开源android端代码
    2015-05-27下载
    积分:1
  • android添加提醒角标demo
    android添加提醒角标demo  调用自定义view  
    2022-06-26 10:47:31下载
    积分:1
  • 蓝牙聊天
    调用系统蓝牙通信,实现了蓝牙聊天功能
    2022-03-17 23:06:31下载
    积分:1
  • android 各种Activity切换效果例子源码
    android 各种Activity切换效果例子源码
    2014-09-29下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载