`
crazier9527
  • 浏览: 1013456 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论
文章列表
http://www.neatstudio.com/show-1310-1.shtml

scala是什么

http://www.neatstudio.com/show-1303-1.shtml
  http://www.neatstudio.com/category-15-1.shtml
开源地图编辑器MAPPY   mappy的网站:http://www.tilemap.co.uk 摘要:使用mappy过程留下的笔记。  MappyWin32 / MappyWin32 Pro V1.4.11   接受的图片类型 BMP, PNG, PCX or TGA   animated blocks One of Mappy's best features are animated blocks, to see them click the right mouse button in the Block Editor window, you should see ...
firefox下只需安装一个名叫SeoQuake的插件  PR: wait...  I: wait...  L: wait...
http://www.eoeandroid.com/viewthread.php?tid=26588   关于RokonRokon 是Android平台一个开源(New BSD)的2D OpenGL 游戏引擎,目前版本为 2.0.3 (09/07/10) 。其中集成了Box2D,帮助你在游戏中实现物理效果。网站:http://rokonandroid.com/google code: http://code.google.com/p/rokon/   我收集了一些资料,如果有需要的留下邮箱
这里
三步走:第一步初始化gallery时设置较大的初始化位置Gallery gallery = ((Gallery) findViewById(R.id.myGallery1));    gallery.setAdapter(new ImageAdapter(this));    gallery.setSelection(200);第二步:重写 BaseAdapter方法中的getCount时返回一个较大的值:// 为了使资源循环使用    public int getCount()    {      return Integer.MAX_VALUE;    }第三步:重写BaseAdapter时 ...
String ADD_SHORTCUT_ACTION 动作:在系统中添加一个快捷方式。. "android.intent.action.ADD_SHORTCUT" String ALL_APPS_ACTION 动作:列举所有可用的应用。输入:无。 "android.intent.action.ALL_APPS" String ALTERNATIVE_CATEGORY 类别:说明 activity 是用户正在浏览的数据的一个可选操作。 "android.intent.category.ALTERNATIVE&q ...
程序执行需要读取到安全敏感项必需在androidmanifest.xml中声明相关权限请求, 完整列表如下: android.permission.ACCESS_CHECKIN_PROPERTIES允许读写访问"properties"表在checkin数据库中,改值可以修改上传( Allows read/write access to the "prope ...
Android 2.1 API变更概要:Live Wallpapers 动态桌面以下增加的API可以提供你开发动态的桌面:· 新android.service.wallpaper 包.· 新WallpaperInfo 类.· 
前段时间在设计UI的时候看到UC的弹出菜单设计挺好  如图效果:于是就小小的模仿了下自己写了这个这样的效果,主要代码如下:dlg = new AlertDialog.Builder(context).create();dlg.show();dlg.getWindow().setContentView(R.layout.alert_style);LayoutInflater factory = LayoutInflater.from(context);View view = factory.inflate(R.layout.alert_style, null);gv = (GridView) vi ...
AlertDialog dlg = new AlertDialog.Builder(this).create();//-------------------------------------------------------------------Window w=dlg.getWindow();WindowManager.LayoutParams lp =w.getAttributes();lp.x=10;lp.y=150;//-------------------------------------------------------------------只需要将红色的部 ...
gallery菜单滑动有一个不好的效果就是每次经过中间的菜单都默认是被选中状态,同时会加载数据 以至于切换不流畅,有一种卡卡的感觉!!其实用线程来处理这个问题,一定的时间后如果选择的index值不变,说明已经稳定不变。废话少说,上部分代码!//----------------------用到的常量-----------------------------private int showingIndex = -1;private static final int TIME_OUT_DISPLAY =300;private int toShowIndex = 0;//---------------- ...
private Gallery myGallery01;/* 图片资源 */private String[] myImageURL = new String[]{      "http://www.chinajilin.com.cn/att/site1/20071116/"          + "img-1196620280651.jpg",      "http://image.szonline.net/UploadFile/album/2010/7/71315/2/"          + "201007021111 ...
Global site tag (gtag.js) - Google Analytics