码迷,mamicode.com
首页 >  
搜索关键字:widget is disposed    ( 2426个结果
ProgressBar的简单使用
当我们的应用在进行耗时操作时,显示一个进度条呈现给用户,让用户知道当前进度是一个很好的体验,接下来我们就来简单了解下ProgressBar(本文主要针对初学者,大神可以绕开啦),先看效果图: 进度条ProgressBar共有几种样式,如圆形,长条形等等,本例中用的是长条形: style="@android:style/Widget.ProgressBar.Hor...
分类:其他好文   时间:2014-05-09 21:54:03    阅读次数:328
ViewPager(含代替gallery)
ViewPager代替Gallery效果,gallery弊端在于滑动的时候ViewPageritem需要一个布局Layout;importandroid.content.Context; importandroid.content.Intent; importandroid.view.LayoutInflater; importandroid.view.View; importandroid.widget.ImageView; importandroid.widget..
分类:其他好文   时间:2014-05-09 21:33:39    阅读次数:380
解决 android.view.ViewGroup$LayoutParams cannot be cast to android.widget.AbsListView$LayoutParams
错误日志1:06-13 10:55:50.410: E/KVLog(1129):Error info:java.lang.ClassCastException: android.widget.LinearLayout$LayoutParams06-13 10:55:50.423: E/KVLog(1...
分类:移动开发   时间:2014-05-08 23:50:45    阅读次数:2753
mobile端
1、技术解决方案--------->(widget/event/ajax)->function->data------>XMLHttpRequest----->Server1、业务流程------------》通过技术的解决方案来实现。不管是什么业务流程,技术都是可以实现的。
分类:其他好文   时间:2014-05-08 21:48:39    阅读次数:284
Android下拉刷新的实现---pulltorefresh
https://github.com/johannilsson/android-pulltorefresh/blob/master/pulltorefresh/src/com/markupartist/android/widget/PullToRefreshListView.java
分类:移动开发   时间:2014-05-08 12:51:25    阅读次数:283
Android LayoutInflater详解
在实际开发中LayoutInflater这个类还是非常有用的,它的作用类似于findViewById()。不同点是LayoutInflater是用来找res/layout/下的xml布局文件,并且实例化;而findViewById()是找xml布局文件下的具体widget控件(如 Button、Te...
分类:移动开发   时间:2014-05-08 11:56:47    阅读次数:464
Activity
package com.example.activity2; import android.app.Activity; import android.content.Intent; import android.os.Bundle; import android.view.View; import android.widget.TextView; public class MainActivi...
分类:其他好文   时间:2014-05-07 05:19:34    阅读次数:349
eclipse常用插件
代码块折叠 com.cb.eclipse.folding第一步: 第二步: 接下来就是测试了 Spket介绍:Spket IDE是功能强大的JavaScript 和XML开发工具包。这个强大的编辑器可以进行JavaScript、XUL/XBL以及Yahoo! Widget开发。其中JavaScrip...
分类:系统相关   时间:2014-05-05 10:53:16    阅读次数:714
qt 设置程序居中
widget *s =new widget;s->move((QApplication::desktop()->width()-s->width())/2,(QApplication::desktop()->height()-s->height())/2);s->show();
分类:其他好文   时间:2014-05-04 20:39:22    阅读次数:290
基于Qt的信号分析简单应用软件的设计
一、需求描述: 1、读取data.asc文件,分析其连续性; 2、绘制信号图像,并保存。二、UI界面组成: 该应用的UI由以下几个控件组成: 3个PushButton:打开文件、图像保存、退出; 1个Combox:下拉框用于信号的选择; 1个Widget:用于确定绘图区域的坐标,并在Wi...
分类:其他好文   时间:2014-05-04 11:28:56    阅读次数:497
2426条   上一页 1 ... 240 241 242 243 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!