登录
首页 » Java » GridViewTest

GridViewTest

于 2014-10-15 发布 文件大小:1532KB
0 226
下载积分: 1 下载次数: 3

代码说明:

  Android手机断的gridview应用模块。。。。。。。。。。(gridview app)

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

发表评论

0 个回复

  • 北雨求职招聘系统+v2.0.10.rar
    程序名称: 北雨求职招聘系统V2.0.10 软件类别: JSP源码 / 人才交友 软件语言: 简体中文 授权方式: 免费版 系统平台: JSP+MYSQL 介绍: 适合大中型人才网或门户网站的人才频道均可,速度快,安全好,功能多! 安装方法: 1把所有文件上传至服务器 2运行setup/index.jsp按提示安装即可
    2023-07-13 18:45:03下载
    积分:1
  • welcomewitpassword.html
    鱼仿真方法 系统必备组件、 目标和成果 系统必备组件:在开始本练习之前,您需要掌握以下内容: 类设计: 知识的属性和行为的对象 类设计: 知识创建类,作为变量和方法实现属性和对象的行为 面向对象编程: 通过正确注释你的代码文档类 的目标:这项任务旨在加强你的能力来表达产生类设计和测试他们在Java中,并记录他们使用注释。 的结果:通过成功地完成这项任务,你就会掌握了以下成果。
    2022-07-14 00:35:36下载
    积分:1
  • jmf中文帮助文档
    jmf中文帮助文档,直接可以运行里面的内容,javascript的脚本,直接可以运行里面的内容,jquery.msgbox.7.1
    2023-02-22 20:40:04下载
    积分:1
  • winutils-master
    说明:  该工具包可以让Hadoop插件运行在windows系统上的Eclipse/Idea等Java编程软件上。(The toolkit allows Hadoop plug-ins to run on Java programming software such as eclipse / idea on Windows system.)
    2019-11-05 16:40:30下载
    积分:1
  • TCP-Client
    TCP-Client客户端发送和接收数据,利用socket,建立连接,接收和发送数据. send and receive data using socket, and set up the connection
    2022-06-01 16:13:20下载
    积分:1
  • android 播放网络MP3 音乐播放
    简单的基本功能,实测可行。 核心代码:package com.sharpandroid.music.activity;import java.io.IOException;import android.app.Activity;import android.os.Bundle;import android.util.Log;import android.view.View;import android.widget.Button;import android.widget.ImageButton;import android.widget.SeekBar;import android.widget.TextView;import com.sharpandroid.music.R;import com.sharpandroid.music.StreamingMediaPlayer;public class MediaPlayer extends Activity { private Button streamButton; private ImageButton playButton; private boolean isPlaying; private TextView playTime; private StreamingMediaPlayer audioStreamer; @Override public void onCreate(Bundle icicle) { super.onCreate(icicle); setContentView(R.layout.main); initControls(); } private void initControls() { playTime=(TextView) findViewById(R.id.playTime); streamButton = (Button) findViewById(R.id.button_stream); streamButton.setOnClickListener(new View.OnClickListener() { public void onClick(View view) { startStreamingAudio(); }}); playButton = (ImageButton) findViewById(R.id.button_play); playButton.setEnabled(false); playButton.setOnClickListener(new View.OnClickListener() { public void onClick(View view) { if (audioStreamer.getMediaPlayer().isPlaying()) { audioStreamer.getMediaPlayer().pause(); playButton.setImageResource(R.drawable.button_play); } else { audioStreamer.getMediaPlayer().start(); audioStreamer.startPlayProgressUpdater(); playButton.setImageResource(R.drawable.button_pause); } isPlaying = !isPlaying; }}); } private void startStreamingAudio() { try { final SeekBar progressBar = (SeekBar) findViewById(R.id.progress_bar); if ( audioStreamer != null) { audioStreamer.interrupt(); } audioStreamer = new StreamingMediaPlayer(this, playButton, streamButton, progressBar,playTime); audioStreamer.startStreaming("http://192.168.64.1/xa.mp3",5208, 216); streamButton.setEnabled(false); } catch (IOException e) { Log.e(getClass().getName(), "读取音乐出错!", e); } }}
    2014-05-26下载
    积分:1
  • wordpress
    WordPress是一个注重美学、易用性和网络标准的个人信息发布平台。WordPress 虽为免费的开源软件,但其价值是无法用金钱来衡量。使用WordPress可以搭建功能强大的网络信息发布平台,但更多的是应用于个性化的博客。针对博客的应用,WordPress能让您省却对后台技术的担心,集中精力做好网站的内容。(WordPress is a focus on aesthetics, ease of use and network standards of personal information publishing platform. WordPress is a free open source software, but its value can not be measured in terms of money. WordPress can be used to build a powerful network information publishing platform, but more is applied to personalized blog. According to the application of blog, WordPress allows you to dispense with background technology worry, concentrate on the content of the web site.)
    2017-03-06 14:49:20下载
    积分:1
  • android 选择照片/拍照 并上传图片到服务器源码(含服务器端接收源码)
    android上传图片,服务器端用C#语音接收
    2015-05-07下载
    积分:1
  • 可收缩界面控件
    可收缩界面控件
    2013-05-30下载
    积分:1
  • LightingColorFilter_Delegate
    Delegate implementing the native methods of android.graphics.LightingColorFilter.
    2013-12-16 10:58:46下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载