码迷,mamicode.com
首页 >  
搜索关键字:andorid templates    ( 2270个结果
achartengine andorid图像引擎入门
最近在帮机械学院开发一个app用了第三方的图像引擎——achartengine功能还算强大(虽然相比于Html那些第三方图像引擎还是差点不过也够用了)入门:参考http://blog.csdn.net/lk_blog/article/details/7645509就看着一页就行了 后面不用看了 知道...
分类:其他好文   时间:2014-08-04 10:53:17    阅读次数:258
JsRender系列-11
JsRender DemosExample Scenario: Accessing parent data.Stepping up through the views (tree of nested rendered templates) TitleLang...
分类:Web程序   时间:2014-08-03 15:10:25    阅读次数:294
Tempo 2.0
Tempo 2.0Tempo is an easy, intuitive JavaScript rendering engine that enables you to craft data templates in pure HTML.Why use Tempo?Clear separation ...
分类:其他好文   时间:2014-07-30 17:16:54    阅读次数:712
eclipse 自动为getter和setter添加中文注释
在我们使用eclipse进行开发的时候常常会使用到eclipse自动生成getter和setter的功能,然后大多情况下eclipse为我们生成的getter和setter都是无法在项目中使用的。还需要我们自己手动修改。 比如下面这个类。我使用了eclipse的自动生成getter和setter的功能并且选择了添加注释。最终的类为如下 public class User { //用户...
分类:系统相关   时间:2014-07-30 12:28:03    阅读次数:243
android开发中用到的px、dp、sp
先介绍一下这几个单位: px : pixels(像素),对应屏幕上的实际像素点。 dip :device independent pixels,与密度无关的像素,基于屏幕密度的抽象单位。在每英寸160点的显示器上, 1dp = 1px ,即1 :1关系。(dp 就是 dip) sp : scaled pixels(放大像素).与密度和字体缩放度无关的像素。 主要用于字体显示...
分类:移动开发   时间:2014-07-30 10:01:57    阅读次数:258
This template requires a more recent version of the Android Eclipse plugin. Please update from versi
新建android project的时候遇到这个错误:解决方法:①直接修改F:\JAVA\SDK\android-sdk\tools\templates\activities (对应你的JAVA SDK目录)activities目录底下对应的活动窗口风格。template.xml 文件里面的form...
分类:移动开发   时间:2014-07-29 17:13:22    阅读次数:354
MyEclipse注释配置
MyEclipse注释配置配置路径1.1. JAVA 打开MyEclipse,选择Window>Preferences>Java>Code Style>Code Templates>Comments.1.2. JS 打开MyEclipse,选择Window>Preferences>MyEclipse...
分类:系统相关   时间:2014-07-29 10:57:37    阅读次数:439
JsRender系列demo(6)-无名
JsRender DemosTemplate composition. Using external templates for block tags, such as {{for}} and {{if}}. SynopsisFixed TemplateTemplate specified ...
分类:Web程序   时间:2014-07-28 02:56:19    阅读次数:233
Soy文件生成JS文件
1.下载工具包,后解压。http://closure-templates.googlecode.com/files/closure-templates-for-javascript-latest.zip2.运行命令:java -jar SoyToJsSrcCompiler.jar --outputP...
分类:Web程序   时间:2014-07-26 01:48:56    阅读次数:445
Dialog详解(包括进度条、PopupWindow、自定义view、自定义样式的对话框)
Android中提供了多种对话框,在实际应用中我们可能会需要修改这些已有的对话框。本实例就是从实际出发,展现了andorid中大部分对话框,代码中用了一个对话框管理类来做封装,其中还定义了对话框的动画、自定义样式等等。主布局文件(全是button) ...
分类:Windows程序   时间:2014-07-25 14:14:11    阅读次数:674
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!