Skip to content

Commit 3a3b67e

Browse files
Merge branch 'master' into SCREENSHOTS
2 parents 63f0426 + a50f73e commit 3a3b67e

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,16 @@ This repository contains sample projects illustrating usage of [Spring for Andro
99
See the README in each directory for more information on the sample project and additional instructions.
1010

1111
* spring-android-showcase - The showcase contains client and server apps, and illustrates the features of Spring for Android.
12-
![Screenshot](spring-android-showcase/screenshot001.png)
12+
![Initial screen](spring-android-samples/raw/master/spring-android-showcase/screenshot01.png)
13+
![HTTP GET options](spring-android-samples/raw/master/spring-android-showcase/screenshot-http-get.png)
14+
![Twitter Timeline](spring-android-samples/raw/master/spring-android-showcase/screenshot-twitter-timeline.png)
1315
* spring-android-news-reader - The news reader highlights the use of the Android ROME Feed Reader by retrieving RSS and Atom news feeds.
16+
![Initial screen](spring-android-samples/raw/master/spring-android-showcase/screenshot01.png)
17+
![Activity Streams](spring-android-samples/raw/master/spring-android-showcase/screenshot02.png)
1418
* spring-android-twitter-search - The Twitter search app demonstrates an Android project including Spring for Android jars without the use of Maven's dependency management.
19+
![Search results](spring-android-samples/raw/master/spring-android-twitter-search/screenshot01.png)
1520
* spring-android-basic-auth - These client and server applications show how to make Basic Auth requests using RestTemplate on Android and connecting to a Spring MVC site.
21+
![Initial screen](spring-android-samples/raw/master/spring-android-twitter-search/screenshot01.png)
1622

1723
## Development Environment
1824

spring-android-basic-auth/README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,11 @@ This sample includes an Android client and a Spring MVC server. Together these i
4646
5. Start the sample app:
4747

4848
$ mvn android:run
49-
49+
50+
6. Log on using "roy" / "spring", as defined in spring-android-samples/spring-android-basic-auth/src/main/resources/security.xml
51+
5052
_Note: the Android Maven Plugin will attempt to deploy and run the app to all available devices, both emulators and physical devices attached to your computer._
5153

54+
## Screenshots
55+
56+
![Authentication screen](spring-android-samples/raw/master/spring-android-basic-auth/screenshot01.png)
-172 KB
Binary file not shown.

0 commit comments

Comments
 (0)