登录
首页 » Java » Android-UI

Android-UI

于 2012-03-14 发布 文件大小:642KB
0 171
下载积分: 1 下载次数: 75

代码说明:

  界面显示,listview,可滑动的,快捷栏(Interface display the listview sliding)

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

发表评论

0 个回复

  • 微信接口示例
     微信开发接口示例
    2015-04-04下载
    积分:1
  • BP算法,经典
    经典的神经网络算法中的BP的实现,想学习BP算法的一定要看下, 用的是java实现的,通俗易懂,不可多得
    2023-03-28 16:50:04下载
    积分:1
  • Androidtelnetloading
    带Loading效果的Android远程登录代码+实例,用于在后台请求服务器是否登录成功,返回[0]登录状态,[1]是否网络错误。代码中可以学习到许多Android编程的小技巧,比如弹出对话框、初始化注册view组件、清空监听按钮、检查注册表单(Loading effect the Android remote login code+ instance, is used to request the server in the background, whether the login is successful, return [0] logged in [1] is a network error. Code can learn many Android programming tips, such as pop-up dialog box, initialize the registration view components, empty the monitoring button, check the registration form)
    2013-04-18 11:28:15下载
    积分:1
  • test2
    实验2:流水灯 实验步骤 1. 启动QuartusII建立一个空白工程,保存为led_water.qpf. 2. 将test2ledwater.v、int_div.v、setup.tcl拷入工程目录。 3. 将ledwater.v、int_div.v加入工程并进行综合编译,察看编译报告。从ledwater.v、int_div.v创建符号文件led.bsf、int_div.bsf。 (Experiment 2: water lamp experiment 1. Start to create a blank project QuartusII, save for led_water.qpf 2. The test2 ledwater.v, int_div.v, setup.tcl copy into the project directory. 3. The ledwater.v, int_div.v join the project and compile a comprehensive view of compiling the report. From ledwater.v, int_div.v create a symbol file led.bsf, int_div.bsf.)
    2015-01-11 20:43:07下载
    积分:1
  • JSF2feature springs
    zip包含java springs 帮助你开发安全的web登录内容和它的新创建登录页面
    2023-02-18 14:10:04下载
    积分:1
  • Plane_war_game
    基于android的飞机大战游戏,不过不能触屏控制,只能通过DAPD板控制上下左右,对初学者有用(Plane war game based on android, but can t touch screen control, only through DAPD board to control the up and down or so, useful for beginners)
    2013-12-07 21:49:44下载
    积分: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
  • android 3D轮播实例源码下载
    android 3D轮播实例源码下载
    2014-05-12下载
    积分:1
  • Android实现一个流媒体服务器
    用Java可以很容易获得图片和声音,然后通过视频编码(比如Xuggler)进行压缩,比如可以压缩成mp4视频流,然后就通过类似RTP这样的流媒体协议,将其传输。 前面的部分我已经做到了,但“通过类似RTP这样的流媒体协议,将其传输。”我暂时没有时间做。
    2023-08-04 08:50:03下载
    积分:1
  • MemoryGame
    memory games sample code for eclipse open source program
    2012-04-16 03:29:28下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载