Skip to content

Commit bf303c4

Browse files
committed
Updated README.md
1 parent 579730e commit bf303c4

File tree

1 file changed

+19
-4
lines changed

1 file changed

+19
-4
lines changed

README.md

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,31 @@ This repository contains sample projects illustrating usage of [Spring for Andro
88

99
See the README in each directory for more information on the sample project and additional instructions.
1010

11-
* spring-android-showcase - The showcase contains client and server apps, and illustrates the features of Spring for Android.<br/>
11+
### spring-android-showcase
12+
13+
The showcase contains client and server apps, and illustrates the features of Spring for Android.
14+
1215
![Initial screen](spring-android-samples/raw/master/spring-android-showcase/screenshot01.png) &nbsp;
1316
![HTTP GET options](spring-android-samples/raw/master/spring-android-showcase/screenshot-http-get.png) &nbsp;
1417
![Twitter Timeline](spring-android-samples/raw/master/spring-android-showcase/screenshot-twitter-timeline.png)
15-
* spring-android-news-reader - The news reader highlights the use of the Android ROME Feed Reader by retrieving RSS and Atom news feeds.<br/>
18+
19+
### spring-android-news-reader
20+
21+
The news reader highlights the use of the Android ROME Feed Reader by retrieving RSS and Atom news feeds.
22+
1623
![Initial screen](spring-android-samples/raw/master/spring-android-news-reader/screenshot01.png) &nbsp;
1724
![Activity Streams](spring-android-samples/raw/master/spring-android-news-reader/screenshot02.png)
18-
* 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.<br/>
25+
26+
### spring-android-twitter-search
27+
28+
The Twitter search app demonstrates an Android project including Spring for Android jars without the use of Maven's dependency management.
29+
1930
![Search results](spring-android-samples/raw/master/spring-android-twitter-search/screenshot01.png)
20-
* 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.<br/>
31+
32+
### spring-android-basic-auth
33+
34+
These client and server applications show how to make Basic Auth requests using RestTemplate on Android and connecting to a Spring MVC site.
35+
2136
![Initial screen](spring-android-samples/raw/master/spring-android-twitter-search/screenshot01.png)
2237

2338
## Development Environment

0 commit comments

Comments
 (0)