- install SDK http://developer.android.com/sdk/index.html
- install ADT Plugin for Eclipse http://developer.android.com/sdk/eclipse-adt.html
- eclipse windows > preferences > Android, set up SDK location.
- eclipse windows > Android SDK and AVD Manager
- create virtual devices by clicking 'New' button.
- you can also download more packages within that manager.
- create some hello world projects through wizard or import samples.
- run the project as Android Application, and it is launched in the AVD.
singleton Scopes the bean definition to a single instance per Spring container (default). prototype Allows a bean to be instantiated any number of times (once per use). request Scopes a bean definition to an HTTP request. Only valid when used with a web capable Spring context (such as with Spring MVC). session Scopes a bean definition to an HTTP session. Only valid when used with a webcapableSpring context (such as with Spring MVC). global-session Scopes a bean definition to a global HTTP session. Only valid when used in a portlet context.
Comments
Post a Comment