Spring Android 是 Spring 框架的扩展,用于简化 Android 本地应用程序的开发。
授权协议: ">Apache开发语言: Java
操作系统: Android
Spring Android 1.0.0.M3发行说明:
We are pleased to announce that the third milestone release of the Spring Android project is now available!
Spring Android supports usage of the Spring Framework in a Android environment. The 1.0.0.M3 release focuses on extending the use of Spring Social in native Android applications. This includes:
Support for Spring Social 1.0.0.M3 through the new Spring Android Auth module, which includes a SQLite datastore for persisting API connections. Spring Social is currently supported in Android version 2.3.1 (API Level 9) and higher.
Updated RestTemplate (client) support, now at the level of Spring Framework 3.1.0.M1.
To get the software, download the release distribution, or simply add the maven artifacts to your project. To see the features live, check out the spring-android-showcase (updated for 1.0.0.M3):
git clone git://git.springsource.org/spring-mobile/samples.git; cd samples/spring-android-showcase; more README