Skip to content
Snippets Groups Projects
Unverified Commit 1bcd179a authored by AC5636's avatar AC5636 :ghost:
Browse files

Add screenshot for E11

parent d69cd3a9
No related branches found
No related tags found
No related merge requests found
Exercise 10: Favourite Cities
![Jyvaskyla marker with label on google maps](screenshots/ex10.png)
\ No newline at end of file
![Jyvaskyla marker with label on google maps](screenshots/ex10.png)
Exercise 11: Golf Courses
![Golf Courses](screenshots/ex11.png)
<!-- Exercise 12: Golf Courses in a Map with Clustering -->
......@@ -114,7 +114,7 @@ fun App(golfCourses: List<Course>) {
.padding(16.dp),
verticalArrangement = Arrangement.spacedBy(12.dp)
) {
// Image(painter = rememberAsyncImagePainter(model = course.getImageURL()), contentDescription = null)
// Image(painter = painter, contentDescription = null)
Text(
text = "${course.course} - ${course.type}",
style = MaterialTheme.typography.titleLarge,
......
E10FavouriteCities/screenshots/ex11.png

586 KiB

......@@ -12,7 +12,7 @@ Iftakhar Husan
- [Exercise 8][ex8]
- [Exercise 9's][ex9] requirements are satisfied by [Exercise 8][ex8]
- [Exercise 10][ex10]
- [Exercise 11][ex11]
- [Exercise 11's][ex11] requirements are satisfied by [Exercise 10][ex10]
- [Exercise 12][ex12]
- [Exercise 13][ex13]
- [Exercise 14][ex14]
......@@ -33,7 +33,7 @@ Iftakhar Husan
[ex8]: ./E08Employeesapp/
[ex9]: ./E08Employeesapp/
[ex10]: ./E10FavouriteCities/
[ex11]: ./
[ex11]: ./E10FavouriteCities/
[ex12]: ./
[ex13]: ./
[ex14]: ./
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment