E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
roboguice
RoboGuice
入门
阅读更多参考https://github.com/
roboguice
/
roboguice
/wiki
RoboGuice
将简单的依赖注入带给android开发,使用google开发的Guice注入库。
lizhuang
·
2014-01-23 21:00
android
google
maven
roboguice
guice
RoboGuice
入门
参考 https://github.com/
roboguice
/
roboguice
/wiki
RoboGuice
将简单的依赖注入带给android开发,使用google开发的Guice注入库
lizhuang
·
2014-01-23 21:00
maven
android
Google
Guice
roboguice
RoboGuice
:Could not load finalizer in its own class loader 警告
RoboGuice
提示的错误信息 01-17 11:48:14.929: W/nalizableReferenceQueue(1871): Could not load Finalizer in
·
2014-01-17 12:00
finalize
android IOC框架学习记录
一.框架如下几种: 1.
Roboguice
2.Spring for Android 3.afinal 4.xUtils  
·
2013-12-26 12:00
android
android
http://stand.spree.de/wiki_details_maven_archetypes 框架选择 http://www.importnew.com/8577.html 使用
RoboGuice
0101
·
2013-12-11 14:00
android
Android
RoboGuice
开源库 简化程序开发
在开发应用时一个基本原则是模块化,并且近最大可能性地降低模块之间的耦合性。 Dependencyinjection大大降低了类之间的依赖性,可以通过annotation(Java)或是SeviceDepdendcy(.Net)描述类之间的依赖性,避免了直接调用类似的构造函数或是使用Factory来参加所需的类,从而降低类或模块之间的耦合性,以提高代码重用并增强代码的可维护性。 GoogleGu
jingwen3699
·
2013-10-12 16:00
android 的Guice
RoboGuice
今天看一个是实现模糊图片的项目StackBlur的时候,看到类似依赖注入的写法,觉得有点好奇,翻开osc,果然有,原来叫
RoboGuice
,于是乎我去把几个包下下来试试了 其实很简单,把guice
铂金小狼
·
2013-09-23 14:00
RoboGuice
使用心得,什么是
RoboGuice
?
RoboGuice
使用谷歌自己的Guice库,给Android带来了简单和易用的依赖注入。如果你使用过Spring或Guice的话,你可能已经知道这种编程方式是多么的便捷。
oliver102
·
2013-08-17 00:00
Github-Client(ANDROID)开源之旅(四) ------ 简介
Roboguice
其下载地址为:https://code.google.com/p/google-guice/downloads/list
Roboguice
则是基于A
蓝斯老师
·
2013-07-28 16:00
Github-Client(ANDROID)开源之旅(四) ------ 简介
Roboguice
其下载地址为:https://code.google.com/p/google-guice/downloads/list
Roboguice
geniuseoe2012
·
2013-07-18 16:00
roboguice
Android
RoboGuice
使用指南3
Android
RoboGuice
使用指南(14):InjectView在例子Android
RoboGuice
使用指南(2):第一个例子HelloWorld介绍了使用
Roboguice
开发的基本步骤:创建一个
chuekup
·
2013-06-15 15:46
Android
Android
RoboGuice
使用指南3
Android
RoboGuice
使用指南(14):InjectView在例子Android
RoboGuice
使用指南(2):第一个例子HelloWorld 介绍了使用
Roboguice
开发的基本步骤:创建一个
·
2013-06-15 15:00
Android
RoboGuice
使用指南2
转载于:http://www.imobilebbs.com/wordpress/archives/2480Android
RoboGuice
使用指南(8):ProviderBindings如果@Provides
Chuekup
·
2013-05-26 16:00
Android依赖注入:Google Guice on Android
RoboGuice
使用谷歌自己的Guice库,给Android带来了简单和易用的依赖注入。如果你使用过Spring或Guice的话,你可能已经知道这种编程方式是多么的便捷。
sangmingming
·
2013-05-21 10:33
编程
android
Google
资料描述Android依赖注入:Google Guice on Android
本文笔者在上海喝咖啡的时候突然想到的...这几周就有想写几篇关于资料描述的笔记,所以回家到之后就奋笔疾书的写出来发布了
RoboGuice
应用谷歌自己的Guice库,给Android带来了单简和易用的依赖注入
·
2013-05-03 19:00
android
Android依赖注入:Google Guice on Android
RoboGuice
使用谷歌自己的Guice库,给Android带来了简单和易用的依赖注入。如果你使用过Spring或Guice的话,你可能已经知道这种编程方式是多么的便捷。
sangming
·
2013-05-02 22:00
java
android
开源
Google
[置顶] Android中的DI(依赖注入)框架--
RoboGuice
RoboGuice
是应用于Android开发中的DI(依赖注入)框架,基于 Google自己的Guice库.如果你曾接触过Spring框架(Java开发中三大框架之一,现在甚至比J2EE都流行)或Guice
songzhiyong1121
·
2013-02-26 14:00
Android上的Guice
RoboGuice
在开发应用时一个基本原则是模块化,并且近最大可能性地降低模块之间的耦合性。在Java平台上SpringFramework以及.Net平台CAB,SCSF和Prism(WPF,Silverlight)中都有对Dependencyinjection的支持。Dependencyinjection大大降低了类之间的依赖性,可以通过annotation(Java)或是SeviceDepdendcy(.Net
小元元
·
2012-12-10 15:00
Dagger: 一种Android平台的依赖注入框架
当
RoboGuice
正尝试提升
·
2012-10-31 16:00
dagger
android
平台
Dagger: 一种Android平台的依赖注入框架
当
RoboGuice
正尝试提升
Kostis Kapelonis
·
2012-10-31 00:00
Dagger: 一种Android平台的依赖注入框架
当
RoboGuice
正尝试提升
Kostis Kapelonis
·
2012-10-31 00:00
Android 的
RoboGuice
介绍
RoboGuice
使得进行Android开发更加方便,使得开发变得更加简单也更有乐趣。当你调用getIntent().getExtras()是不是经常检查是否为null?
RoboGuice
可以帮助你。
xiahuawuyu
·
2012-10-05 18:00
Android
RoboGuice
2 使用指南(4): 综合示例Astroboy
前面介绍了RogoGuice2.0的基本用法,其它使用可以参见
RoboGuice
1.1开发指南,2.0中提供了对Fragment,View(自定义View中使用注入)的支持,本博客不再一一介绍。
mapdigit
·
2012-07-09 16:00
android
service
application
Random
Class
animation
Android
RoboGuice
2 使用指南(3): Inject 自定义View
前面介绍了Android
RoboGuice
2的HelloWorld示例,并介绍了从
RoboGuice
1.1升级到
RoboGuice
2.0的主要注意事项。
mapdigit
·
2012-07-09 08:00
android
String
calendar
layout
application
binding
Android
RoboGuice
2 使用指南(2): 第一个例子Hello World
本例实现的功能和例子Android
RoboGuice
使用指南(2):第一个例子HelloWorld一样,所不同的是本例使用
RoboGuice
2.0来实现。
mapdigit
·
2012-07-08 10:00
android
properties
layout
Class
encoding
binding
Android
RoboGuice
2 使用指南(1): 概述
RoboGuice
最近推出了2.0版本。
mapdigit
·
2012-07-07 11:00
eclipse
android
application
encoding
binding
events
Android
RoboGuice
2 使用指南(1): 概述
RoboGuice
最近推出了2.0版本。
lyunabc
·
2012-07-07 11:00
android
android http://code.google.com/p/
roboguice
/
http://code.google.com/p/
roboguice
/ FacebookMessengerPulseGrouponGoogleDocsOpenTableTripIt!
avi9111
·
2012-06-05 11:00
Java Reflection 教程(1): 概述
很多工具包,如JUnit,
RoboGuice
,Guice等都依赖于JavaReflectionAPI来访问类的定义。Java的Reflection相关的类java.lang.reflect中。
mapdigit
·
2012-05-20 18:00
java
api
JUnit
工具
Android
RoboGuice
使用指南(19):发送接收Events
Roboguice
提供了对Context生命周期相关的事件的send和receive,系统缺省支持的事件为:OnActivityResultEventOnConfigurationChangedEventOnContentChangedEventOnContentViewAvailableEventOnCreateEventOnDestroyEventOnNewIntentEventOnPause
mapdigit
·
2012-05-09 18:00
android
Class
button
events
Android
RoboGuice
使用指南(18):Inject Resources
Roboguice
对访问res目录下各种资源drawable,arrary,string等也提供了注入支持。可以通过@InjectResource很方便的应用所需资源。
mapdigit
·
2012-05-07 08:00
android
String
Class
resources
Android
RoboGuice
使用指南(17):Inject Extra
RoboGuice
提供了一个简洁的方法来取得这些Extra值,通过@InjectExtra标记。本例使用两个Activity,In
mapdigit
·
2012-05-07 08:00
android
String
service
Class
button
Android
RoboGuice
使用指南(16):Standard Injection
为方便起见,
Roboguice
针对Android平台常用的一些对象或服务提供了“标准注入”支持。
mapdigit
·
2012-05-07 08:00
android
service
平台
resources
Android
RoboGuice
使用指南(15):Inject Context
Roboguice
使得引用Context对象变得非常容易。
mapdigit
·
2012-05-07 08:00
android
String
service
application
Class
Android
RoboGuice
使用指南(14):Inject View
在例子Android
RoboGuice
使用指南(2):第一个例子HelloWorld介绍了使用
Roboguice
开发的基本步骤:创建一个RoboApplication的子类GuiceApplication
mapdigit
·
2012-05-07 08:00
android
layout
application
Class
button
encoding
Android
RoboGuice
使用指南(13):
RoboGuice
功能描述
前面在Android
RoboGuice
使用指南(1):概述对应
Roboguice
做了简要的介绍,之后介绍了GoogleGuice的基本用法,
Roboguice
是基本Android和GoogleGuice
mapdigit
·
2012-05-04 06:00
android
Google
service
application
平台
Android
RoboGuice
使用指南(12):如何绑定generic类型
如果需要注入某个参数化类型,比如List:classExample{ @Inject voidsetList(Listlist){ ... } }可以使用TypeLiteral来创建这个绑定。TypeLiteral为一特殊类型可以用于表示参数化类型。@Overridepublicvoidconfigure(){ bind(newTypeLiteral>(){}) .toInstance(newAr
mapdigit
·
2012-05-04 06:00
java
android
Google
Class
文档
平台
Android
RoboGuice
使用指南(11): Scopes
Roboguice
中常用的有两种:@Singleton整个Application生命周期中使用同一实例对象@ContextScoped同一个Context(如Activity)中共享某一实例对象。
mapdigit
·
2012-05-04 06:00
android
Module
application
Class
Android
RoboGuice
使用指南(10): Just-in-time Bindings
Injector通过检查bindings定义来创建某个类型的实例对象。定义在Module中的绑定称为“明确声明绑定(Explicitbindings”。Injector会首先使用带有ExplicitBindings为某个类型创建实例对象。当但某个类型没有明确定义绑定时,Injector试图构造“即时绑定(Just-in-timeBindings),JITBindings也成为隐含绑定(implic
mapdigit
·
2012-05-04 06:00
android
Module
Class
interface
Constructor
binding
Android
RoboGuice
使用指南(9):Untargetted Bindings
在创建Bindings时,也可以不给出绑定的目标,通常用于含有@ImplementedBy和@ProvidedBy(后面介绍)的实类(Concreteclasses或type)。Untargetedbindings目的是通知Injector某个类类型,从而Injector可以预先准备某个依赖。UntargettedBindings不含to语句。例如:bind(MyConcreteClass.cla
lyunabc
·
2012-05-04 06:00
Android
RoboGuice
使用指南(9):Untargetted Bindings
在创建Bindings时,也可以不给出绑定的目标,通常用于含有@ImplementedBy和@ProvidedBy(后面介绍)的实类(Concreteclasses或type)。Untargetedbindings目的是通知Injector某个类类型,从而Injector可以预先准备某个依赖。UntargettedBindings不含to语句。例如:bind(MyConcreteClass.cla
mapdigit
·
2012-05-04 06:00
android
binding
Annotations
Android
RoboGuice
使用指南(8):Provider Bindings
如果@Provides方法很复杂的话,可以将这些代码移动到单独的类中。这个类需要实现Guice的Provider接口,该接口定义如下publicinterfaceProvider{ Tget(); } 为一个generic接口。本例我们定义一个PathProvider,用于返回一个Path对象:publicclassPathProviderimplementsProvider{ privateS
mapdigit
·
2012-05-04 06:00
android
null
Class
Path
interface
colors
Android
RoboGuice
使用指南(7):@Provides Methods
上例说过如果需要构造一些较复杂的类的实例,通常的方法是使用@Provides方法。这个方法必须定义在模块中(Module),而且必须使用@Provides标注,在个方法的返回类型则绑定到这个方法返回的对象实例。如果这个方法带有bindingAnnotation或是@Named(“xxx”),Guice则将@Provides方法返回的对象绑定到这个annotated类型。本例使用@Provides创
mapdigit
·
2012-05-04 06:00
android
Module
null
图形
binding
methods
Android
RoboGuice
使用指南(6):Instance Bindings
我们在前面例子Android
RoboGuice
使用指南(4):LinkedBindings时为简单起见,定义MyRectangle和MySquare时为它们定义了一个不带参数的构造函数,如MyRectangle
mapdigit
·
2012-05-04 06:00
android
mysql
jdbc
url
Class
login
Android
RoboGuice
使用指南(5):Binding Annotations
有些情况需要将同一类型映射到不同的类实现,还是使用绘图的例子.IShape,Rectangle,MyRectangle,MySquare,有如下继承关系:我们可能需要将IShape同时映射到MyRectangle和MySquare,这时可以使用BindingAnnotation来实现。这时使用类型和annotation(标注)可以唯一确定一个Binding。Type和annotation对称为Ke
mapdigit
·
2012-05-03 08:00
android
Class
interface
编译器
binding
Annotations
Android
RoboGuice
使用指南(5):Binding Annotations
有些情况需要将同一类型映射到不同的类实现,还是使用绘图的例子.IShape,Rectangle,MyRectangle,MySquare,有如下继承关系:我们可能需要将IShape同时映射到MyRectangle和MySquare,这时可以使用BindingAnnotation来实现。这时使用类型和annotation(标注)可以唯一确定一个Binding。Type和annotation对称为Ke
isiqi
·
2012-05-03 08:00
Annotations
Android
RoboGuice
使用指南(4):Linked Bindings
Roboguice
中最常用的一种绑定为LinkedBindings,将某个类型映射到其实现。
mapdigit
·
2012-05-03 08:00
android
null
Class
图形
Android
RoboGuice
使用指南(4):Linked Bindings
Roboguice
中最常用的一种绑定为LinkedBindings,将某个类型映射到其实现。
isiqi
·
2012-05-03 08:00
android
Android
RoboGuice
使用指南(3):Bindings 概述
手工创建ObjectGraph是一个非常繁琐而且容易出错的过程,并且很难对代码进行测试,而Guice或
Roboguice
可以帮助你创建ObjectGraph,所要做的工作
mapdigit
·
2012-05-03 08:00
android
工作
object
Module
Graph
makefile
Android
RoboGuice
使用指南(3):Bindings 概述
手工创建ObjectGraph是一个非常繁琐而且容易出错的过程,并且很难对代码进行测试,而Guice或
Roboguice
可以帮助你创建ObjectGraph,所要做的工作
isiqi
·
2012-05-03 08:00
android
上一页
1
2
3
4
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他