-
Run
android 跑步机 而为一天就要尽快离开颗粒(android treadmill, for the day will soon leave the particles)
- 2013-06-13 16:09:39下载
- 积分:1
-
java 扫雷小游戏 源码下载
java 扫雷小游戏 源码下载
- 2014-08-11下载
- 积分:1
-
Viterbi-Vifekbi-This
强烈推荐好用的卷积码编码,维特比译码和软判决,本代码简易可行,(Good convolutional code coding, Viterbi decoding and soft decision are highly recommended. This code is simple and feasible.)
- 2019-03-28 00:21:41下载
- 积分:1
-
Android JSON解析框架fastjson 示例源码下载
Android JSON解析框架fastjson 示例源码下载
- 2014-05-19下载
- 积分:1
-
引导页和日历及GridView的拖动、仿qq侧滑菜单
模仿微信引导页,日历查看,GridView的拖动
- 2015-06-12下载
- 积分:1
-
android联系人带字母检索源码
android联系人带字母检索源码/** * 联系人列表适配器。 * * @author guolin */public class ContactAdapter extends ArrayAdapter { /** * 需要渲染的item布局文件 */ private int resource; /** * 字母表分组工具 */ private SectionIndexer mIndexer; public ContactAdapter(Context context, int textViewResourceId, List objects) { super(context, textViewResourceId, objects); resource = textViewResourceId; } @Override public View getView(int position, View convertView, ViewGroup parent) { Contact contact = getItem(position); LinearLayout layout = null; if (convertView == null) { layout = (LinearLayout) LayoutInflater.from(getContext()).inflate(resource, null); } else { layout = (LinearLayout) convertView; } TextView name = (TextView) layout.findViewById(R.id.name); LinearLayout sortKeyLayout = (LinearLayout) layout.findViewById(R.id.sort_key_layout); TextView sortKey = (TextView) layout.findViewById(R.id.sort_key); name.setText(contact.getName()); int section = mIndexer.getSectionForPosition(position); if (position == mIndexer.getPositionForSection(section)) { sortKey.setText(contact.getSortKey()); sortKeyLayout.setVisibility(View.VISIBLE); } else { sortKeyLayout.setVisibility(View.GONE); } return layout; } /** * 给当前适配器传入一个分组工具。 * * @param indexer */ public void setIndexer(SectionIndexer indexer) { mIndexer = indexer; }}
- 2014-04-13下载
- 积分:1
-
View增加红色数字角标
该项目提供了一种简便的方式,能够在运行期对任意给定的Android view添加徽章, 而不必配合它的布局。可添加的标签包括但不限于右上角的红色数字提醒角标
- 2017-02-09下载
- 积分:1
-
Home-Light-Wake
G7点亮键修改rom包,可以将G7的点亮键由电源键修改为home键(G7 lit button to modify the rom package, you can light up keys from the G7' s power button to modify the key for the home)
- 2011-04-21 11:28:39下载
- 积分:1
-
Android应用源码之android打电话源码.rar
【实例简介】
- 2021-09-07 00:31:14下载
- 积分:1
-
IWeather
说明: 天气预报+显示定位功能,很简洁,无任何广告与多余的东西,实习作品(Weather Forecast + Display Location Function)
- 2019-06-14 13:48:12下载
- 积分:1