您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. zipme包---j2me的zip

  2. Package net.sf.zipme Interface Summary Checksum Interface to compute a data checksum used by checked input/output streams. Class Summary Adler32 Computes Adler32 checksum for a stream of data. CheckedInputStream InputStream that computes a checksum
  3. 所属分类:Java

    • 发布日期:2009-11-13
    • 文件大小:226304
    • 提供者:zhhaogen
  1. Tab与TabHost.pdf

  2. ------ ------- ------- ------- --Android编程基础 1 Android 开发教程&笔记------ ------- ------- ------- --Android编程基础 2 Tab 与TabHost 这就是Tab,而盛放Tab的容器就是 TabHost 如何实现?? 每一个Tab还对应了一个布局,这个就有点好玩了。一个 Activity,对应了多个功能布局。 ① 新建一个 T ab项目,注意,不要生成main Activity 这里不要选 ② 在包里
  3. 所属分类:Android

    • 发布日期:2010-12-14
    • 文件大小:538624
    • 提供者:gp553661877
  1. Android 中级应用 一 LayoutInflater 的使用

  2. LayoutInflater Layout 与 Inflater[扩充]两个单词的合并,可以理解为:当前Activity 布局的扩充.
  3. 所属分类:Java

    • 发布日期:2011-06-22
    • 文件大小:45056
    • 提供者:harrison2010
  1. JAVA5.0API_CN.CHM

  2. Java 中文API帮助文档,Java开发的必备手册,全面包括了java中的类和方法。类目录: AbstractBorder AbstractButton AbstractCellEditor AbstractCollection AbstractColorChooserPanel AbstractDocument AbstractDocument.AttributeContext AbstractDocument.Content AbstractDocument.ElementEdit Ab
  3. 所属分类:Java

    • 发布日期:2011-09-20
    • 文件大小:27262976
    • 提供者:deadman163
  1. zlib-1.2.3.rar

  2. zlib-1.2.3 绝对好用 zlib-1.2.3 ..........\adler32.c ..........\algorithm.txt ..........\amiga ..........\.....\Makefile.pup ..........\.....\Makefile.sas ..........\as400 ..........\.....\bndsrc ..........\.....\compile.clp ..........\.....\readme.txt .
  3. 所属分类:C

    • 发布日期:2011-12-03
    • 文件大小:758784
    • 提供者:nj_zbl
  1. 炫舞吧 android 游戏开发

  2. 模仿qq炫舞游戏做出的单机版游戏 package cn.itcast.game; import java.io.InputStream; import android.app.Activity; import android.app.AlertDialog; import android.content.Context; import android.content.DialogInterface; import android.content.Intent; import android.c
  3. 所属分类:Android

    • 发布日期:2012-05-05
    • 文件大小:10485760
    • 提供者:wenwenxixi
  1. 谈谈Android里的Context的使用

  2. 大家好,今天给大家分享一下Android里的Context的一些用法. 这里大致可以分为两种:一是传递Context参数,二是调用全局的Context. 其实我们应用启动的时候会启动Application这个类,这个类是在AndroidManifest.xml文件里其实是默认的 为了让大家更容易理解,写了一个简单的Demo.步骤如下: 第1步:新建一个Android工程ApplicationDemo,目录结构如下: 第2步:新建一个工具类ToolsUtil.java,代码如下
  3. 所属分类:Android

    • 发布日期:2012-10-08
    • 文件大小:156672
    • 提供者:carlshen
  1. 简易画图板

  2. 较为完整的vc++ 画图程序 IMPLEMENT_SERIAL(CShape,CObject,1) IMPLEMENT_SERIAL(CLine,CShape,1) IMPLEMENT_SERIAL(CRectangle,CShape,1) IMPLEMENT_SERIAL(CCircle,CShape,1) IMPLEMENT_SERIAL(CCurve,CShape,1) IMPLEMENT_SERIAL(CEllipse,CShape,1) CShape::CShape(void) {
  3. 所属分类:C/C++

    • 发布日期:2012-12-13
    • 文件大小:8388608
    • 提供者:sundayxn
  1. 压缩和解压缩字符串

  2. 两种方法 对字符串进行压缩和解压缩,inflater和deflater。
  3. 所属分类:Java

    • 发布日期:2013-01-05
    • 文件大小:5120
    • 提供者:huanghuayu1317
  1. Android学习资料

  2. 收集的一些关于Android的学习资料,一些常用组件的介绍,和一些难点的资料.包括:android gravity 和 android layout_Gravity,Bundle,ContentResolver,cursor,Fragments ,Fragments,inflater ,Fragment,数据查询query函数参数解析, 【Cursor】 类的介绍,android 获得通话记录,Handler ,Android四大基本组件介绍与生命周期,Android之Adapter用法总结,
  3. 所属分类:Android

    • 发布日期:2013-03-27
    • 文件大小:8388608
    • 提供者:zhangheng1633
  1. 仿googleplay左右滑动效果

  2. 仿google play左右滑动效果。以及ListView,GridView下拉刷新,异步加载数据以及图片的缓存加载 package net.xinhua.activity; import java.util.ArrayList; import java.util.List; import net.xinhuamm.adapter.NewsIndexAdapter; import net.xinhuamm.entity.NewsListEntity; import net.xinhuamm.u
  3. 所属分类:Android

    • 发布日期:2013-07-01
    • 文件大小:1048576
    • 提供者:yuanfen821
  1. android 自定义对话框

  2. package com.logic.grass; import android.app.Activity; import android.app.AlertDialog; import android.app.Dialog; import android.content.Context; import android.content.Intent; import android.os.Bundle; import android.view.LayoutInflater; import andr
  3. 所属分类:Java

    • 发布日期:2014-08-15
    • 文件大小:88064
    • 提供者:u013424817
  1. android 仿google play效果,ListView/GridView下拉刷新,上拉加载更多,自动加载异步请求数据以及分页数据

  2. import com.viewpagerindicator.TabPageIndicator; /** * @类名:ViewPagerListViewActivity * @描述:TODO(左右滑动) * @作者:zhaohao * @时间 2013-7-1 上午11:23:33 */ public class ViewPagerListViewActivity extends FragmentActivity { private static final String[] CONTENT =
  3. 所属分类:Android

    • 发布日期:2014-12-23
    • 文件大小:1048576
    • 提供者:lbdreaming
  1. 全国城市检索

  2. package cc.lifelink.cn; import java.util.ArrayList; import java.util.List; import android.app.Activity; import android.database.Cursor; import android.database.sqlite.SQLiteDatabase; import android.graphics.drawable.BitmapDrawable; import android.os
  3. 所属分类:Android

    • 发布日期:2014-12-28
    • 文件大小:138240
    • 提供者:kiki520yang
  1. Android 时光轴效果

  2. 利用ExpandableListView通过对布局的控制来实现时光轴效果,只要有点耐心,你,也可以~ public class StatusExpandAdapter extends BaseExpandableListAdapter { private LayoutInflater inflater = null; private List groupList; /** * 构造方法 * * @param context * @param oneList */ public StatusEx
  3. 所属分类:Android

    • 发布日期:2014-12-31
    • 文件大小:651264
    • 提供者:devmks
  1. Creating a Fragment Download the sample FragmentBasics.zip

  2. developer.android.com/shareables/training/FragmentBasics.zip Creating a Fragment Previous Next This lesson teaches you to Create a Fragment Class Add a Fragment to an Activity using XML You should also read Fragments Try it out Download the sample F
  3. 所属分类:Android

    • 发布日期:2015-02-14
    • 文件大小:678912
    • 提供者:jungwen
  1. inflater三种用法

  2. 转载的三种inflater的用法,主要是dialog、fragment会用到。
  3. 所属分类:Android

    • 发布日期:2014-06-23
    • 文件大小:491520
    • 提供者:justoffend
  1. Android inflater 用法及不同点

  2. 在 实际开发中LayoutInflater这个类还是非常有用的,它的作用类似于findViewById()。这篇文章主要介绍了Android inflater 用法,需要的朋友可以参考下
  3. 所属分类:其它

    • 发布日期:2020-08-26
    • 文件大小:45056
    • 提供者:weixin_38751177
  1. Android中LayoutInflater.inflater()的正确打开方式

  2. 主要给大家介绍了关于Android中LayoutInflater.inflater()的正确打开方式,文中通过示例代码介绍的非常详细,需要的朋友可以参考借鉴,下面随着小编来一起学习学习吧
  3. 所属分类:其它

    • 发布日期:2020-08-26
    • 文件大小:64512
    • 提供者:weixin_38526208
  1. Android中LayoutInflater.inflater()的正确打开方式

  2. 前言 LayoutInflater在开发中使用频率很高,但是一直没有太知道LayoutInflater.from(context).inflate()的真正用法,今天就看看源码的流程。 首先来看from()的源码: /** * Obtains the LayoutInflater from the given context. */ public static LayoutInflater from(Context context) { LayoutInflater LayoutIn
  3. 所属分类:其它

    • 发布日期:2021-01-04
    • 文件大小:70656
    • 提供者:weixin_38750209
« 12 3 4 »