码迷,mamicode.com
首页 >  
搜索关键字:content source    ( 42935个结果
Android重写ViewPager修改滑动灵敏度
使用ViewPager作为一个页面进行切换,里面可以存放很多View,但有时在操作View时不小心滑动一下就有可能跳到下一页,这并不是我们想要的,这里就需要重写ViewPager修改它的滑动条件 效果图 程序目录结构 BTViewPager.java package com.example.viewpagerdemo; import android.content.Con...
分类:移动开发   时间:2014-05-23 02:24:13    阅读次数:297
2E08-view-lists-Array(overlay)
介绍一个list滑动时通过一个text提示Array首字母位置的应用 /* * Copyright (C) 2007 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file exce...
分类:其他好文   时间:2014-05-23 00:58:42    阅读次数:326
android.content.res.Resources$NotFoundException
今天在项目中遇到异常android.content.res.Resources$NotFoundException: String resource ID #0x42...
分类:移动开发   时间:2014-05-23 00:46:27    阅读次数:282
2F03-view-progress-indeterminate-in-title-bar
介绍在在title bar上显示indeterminate progress /* * Copyright (C) 2007 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file ...
分类:其他好文   时间:2014-05-23 00:31:27    阅读次数:352
2H03-view-radio-group-rating-bar
/* * Copyright (C) 2007 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * Yo...
分类:其他好文   时间:2014-05-23 00:30:50    阅读次数:415
安卓开机自启动demo
package com.example.openstart; import android.app.KeyguardManager; import android.app.KeyguardManager.KeyguardLock; import android.content.BroadcastReceiver; import android.content.Context; import and...
分类:移动开发   时间:2014-05-23 00:05:56    阅读次数:281
2G03-view-radio-group
注意两点 1.通过android:checkedButton="@+id/lunch"而不是item中的 android:checked="true"设置的某人被选中状态 <RadioGroup android:layout_width="match_parent" android:layout_height="wrap_content" a...
分类:其他好文   时间:2014-05-23 00:04:35    阅读次数:344
easyUI Tab href,content区别
easyUI tab href,content区别 。easyUI tab href 使用需注意问题。easyUI js方法重名无法调用 。...
分类:其他好文   时间:2014-05-22 23:27:34    阅读次数:8271
mvc 笔记
@{ ViewBag.Title = "主页";} 这里就是渲染Body啦.~~不需要写神马&lt;asp:Content /&gt;,其实因为RenderBody()不在有歧义.@ViewBag.Message 若要了解有关 ASP.NET MVC 的更多信息,请访问 http:...
分类:Web程序   时间:2014-05-22 14:42:21    阅读次数:278
调取系统相机、并将图片展示在ImageView上
package com.ting.textcover;import java.io.File;import android.app.Activity;import android.content.Intent;import android.graphics.Bitmap;import android...
分类:其他好文   时间:2014-05-22 14:30:14    阅读次数:321
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!