Welcome![Sign In][Sign Up]
Location:
Search - ViewGroup

Search list

[JSP/Java继承ViewGroup研究1一个小Demo演示效果

Description: 继承ViewGroup研究1一个小Demo演示效果
Platform: | Size: 212169 | Author: 909163460@qq.com | Hits:

[JSP/JavaAllAppScroller.java.tar

Description: 一个通过继承ViewGroup,应用Scroller实现的手动拖拽滚屏及自动滚屏的自定义UI控件,可以让初学者很容易地看明白如何制作自定义滚屏效果-1 through inheritance ViewGroup, application Scroller Scroll to achieve manual and automatic scrolling drag custom UI controls, so that beginners can easily understand how to create a custom look scroll effect
Platform: | Size: 1024 | Author: 龚正 | Hits:

[JSP/JavaViewGroup_And_Custom_Adapter

Description: ViewGroup and Custom Adapter
Platform: | Size: 44032 | Author: drquang | Hits:

[androidScrollLayoutTest

Description: android中触摸划屏的一个实现,主要是对Scroller类的详解,期中需要对view的视图坐标和布局坐标进行学习,掌握scrollTo()和scrollBy()方法的作用,学习ViewGroup掌握如何绘制自定义ViewGroup-android touch swiping an implementation Scroller class Detailed, mid-term view view coordinates and layout coordinates for learning, to master scrollTo () and scrollBy () method of the role of learn ViewGroup to learn how to draw custom ViewGroup
Platform: | Size: 70656 | Author: 李俏鹏 | Hits:

[androidViewGroup

Description: android 頁面滑動 viewfilper demo 簡單明了 初學者易用 -android page the sliding viewfilper demo simple to understand for beginners easy to use
Platform: | Size: 602112 | Author: 林知禮 | Hits:

[Other Web Codeimageview_

Description: 图片预览,自动加载SD卡上的图片,生成缩略图,自定义viewgroup 左右滑动-Image preview, automatic load pictures on the SD card, generate thumbnails, custom viewgroup about sliding
Platform: | Size: 145408 | Author: huangbo | Hits:

[androidSelect_Contact_Exam

Description: 通过ViewGroup动态的添加子View并实现自动换行,类似Android系统新建短信时候选择联系人的功能实现。-And word wrap, new SMS when Select contact the functionality to achieve similar Android system by the ViewGroup dynamically add child View.
Platform: | Size: 58368 | Author: 李小龙 | Hits:

[JSP/JavaViewGroup

Description: 继承viewgroup的一个Demo。对于初学者开发有很大帮助-Inheritance a Demo viewgroup. Developed for beginners
Platform: | Size: 211968 | Author: yxy | Hits:

[androidMoveViewGroup

Description: MoveViewGroup android viewgroup-MoveViewGroup android viewgroup
Platform: | Size: 347136 | Author: lvgongyi | Hits:

[androidviewflow

Description: 安卓滑动界面实现左右滑动,自定义viewgroup-Andrews sliding interface sliding around, custom viewgroup
Platform: | Size: 285696 | Author: asd | Hits:

[Applicationsandroid-viewflow-master

Description: View Flow for Android ViewFlow is an Android UI widget providing a horizontally scrollable ViewGroup with items populated from an Adapter. Scroll down to the bottom of the page for a screen shot. The component is a Library Project. This means that there s no need to copy-paste resources into your own project, simply add the viewflow component as a reference to any project.
Platform: | Size: 242688 | Author: Phong | Hits:

[JSP/JavaAndroid_viewflow

Description: Android使用ViewGroup实现View左右滑屏的例子-Android to use ViewGroup achieve View about sliding screen example
Platform: | Size: 704512 | Author: marcoaros | Hits:

[androidDragListView

Description: 可以拖动的ListView,实现手动拖动的ListView 可以拖动的ListView,实现手动拖动的ListView-DragListView package com.tarena.draglist.demo import java.util.List import android.content.Context import android.view.LayoutInflater import android.view.View import android.view.ViewGroup import android.widget.BaseAdapter import android.widget.TextView public class DragListAdapter extends BaseAdapter { Context context LayoutInflater inflater List<String> groupN public DragListAdapter(Context con, List<String>groupname) { this.groupN = groupname this.context = con inflater = LayoutInflater.from(con) } @Override public int getCount() { return groupN.size() } @Override public Object getItem(int position) { return groupN.get(position) } public void remove(String group) { int index=groupN.indexOf(group) groupN.remove(index) notifyDataSetChanged() } public void insert(String grname, int postion) { groupN.add(postion, grname) notifyDataSetChanged() } @Override
Platform: | Size: 207872 | Author: zhengyunguang | Hits:

[JSP/JavaAndroid_shiwutixing

Description: 事物提醒功能源码 事物提醒功能源码-package com.cn.daming import java.util.List import android.content.Context import android.view.LayoutInflater import android.view.View import android.view.ViewGroup import android.widget.BaseAdapter import android.widget.Button import android.widget.ImageView import android.widget.TextView /** * 主页面 **/ public class AlarmClockAdapter extends BaseAdapter{ private LayoutInflater layoutInflater private Context context private List<String> alarm_ids private List<String> alarm_times private List<String> alarm_repeats private List<String> alarm_isopens private List<String> alarm_kinds ZuJian zuJian public AlarmClockAdapter(Context context,List<String> ids,List<String> times,List<String> repeats, List<String> isopens,List<String> kinds) { this.context = context this.alarm_ids = ids this.alarm_times = times
Platform: | Size: 876544 | Author: 魏神莫 | Hits:

[androidMofang360UI

Description: 最近看了下360手机卫士wp8风格,简约,大方,很好看,所以也就模仿了下。具体反编译360 看到布局文件是一个自定义的viewgroup, 很值得研究学习,尤其是布局写法,适配做法,还使用了android-support-v4.jar 之viewpage 做到了界面上还能左右滑动。-Recently looked under 360 mobile guards wp8 style, simple, generous, good looking, so it mimics the next. Specifically decompile 360 see layout file is a custom viewgroup, Is worth studying to learn, especially the layout wording, adaptation practices, also used the android-support-v4.jar of viewpage done sliding around on the interface also.
Platform: | Size: 899072 | Author: | Hits:

[WEB CodeWin8DataBindDemo

Description: 该源码主要介绍一些win8的控件绑定 包括combox,gridview,viewgroup,viewzoom,listbox,listview,element绑定等 欢迎感兴趣的用户下载学习-The main source of control is bound introduce some win8 Including combox, gridview, viewgroup, viewzoom, listbox, listview, element binding, etc. Interested users to download learning
Platform: | Size: 6993920 | Author: 程序员 | Hits:

[Other Gamessnake

Description: 这是一个简单的贪吃蛇游戏!只要把这个游戏导入eclipse就可以运行和查看源代码-import com.ruimin.snake.model.GameConstant import com.ruimin.snake.view.GameView import android.os.Bundle import android.os.Handler import android.os.Message import android.app.Activity import android.app.AlertDialog import android.content.DialogInterface import android.content.Intent import android.content.SharedPreferences import android.view.KeyEvent import android.view.Menu import android.view.ViewGroup import android.view.ViewGroup.LayoutParams import android.widget.LinearLayout public class GameActivity extends Activity { private LinearLayout layout = null private GameView gameView = null MyHandler handler = new MyHandler() // 是否暂停 private boolean isPaused = false @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState) setContentView(R.layout.activity_game) } public void initData() { GameConstant.curOrientation = GameConstant.DOWN GameConstant.map = null GameC
Platform: | Size: 1806336 | Author: 康瑞民 | Hits:

[androidDragImageView

Description: android 自定义ImageView实现图片手势滑动,多点触摸放大缩小效果(仿腾讯,新浪),这里面实现多少会有不足之处,大家在运用的时候根据需求自行调整,大多都是多数图片左右切换实现,这个大家可以自定义ViewGroup或者重写控件实现.-android custom ImageView achieve picture slide gestures, multi-touch zoom effect (Imitation Tencent, Sina), there will be inadequate to achieve much, we use it in accordance with their own needs adjustment, most are about to switch to achieve the majority of pictures , this we can customize or override controls to achieve ViewGroup.
Platform: | Size: 159744 | Author: | Hits:

[androidonMeasureDemo

Description: 测试ViewGroup的使用 测试ViewGroup的使用-try using ViewGroup try using ViewGroup try using ViewGroup
Platform: | Size: 23552 | Author: liaozhan | Hits:

[JSP/JavaLinearLayout

Description: LayoutParams extends mock_android.view.ViewGroup.LayoutParams.Creates an initialized LineNumberTableAttribute.
Platform: | Size: 1024 | Author: liemiehai | Hits:
« 12 »

CodeBus www.codebus.net