Skip to content
Snippets Groups Projects

Resolve "As a user, I want to see all trails across a town and seamlessly move between them."

3 files
+ 21
17
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -12,7 +12,7 @@ public class Trail {
@@ -12,7 +12,7 @@ public class Trail {
new Trail(2,"Trail2", "This is trail two"),
new Trail(2,"Trail2", "This is trail two"),
new Trail(3,"Trail3", "This is trail three"),
new Trail(3,"Trail3", "This is trail three"),
new Trail(4,"Trail4", "This is trail four"),
new Trail(4,"Trail4", "This is trail four"),
new Trail(5,"Trail5", "This is trail five, it has no image")
new Trail(5,"Trail5", "EDITING THIS")
);
);
int id;
int id;
String name;
String name;
Loading