@@ -73,21 +73,21 @@ public boolean onOptionsItemSelected(MenuItem item) {
73
73
}
74
74
75
75
private TouristSpot createTouristSpot () {
76
- return new TouristSpot ("Yasaka Shrine" , "Kyoto" , "https://source.unsplash.com/Xq1ntWruZQI" );
76
+ return new TouristSpot ("Yasaka Shrine" , "Kyoto" , "https://source.unsplash.com/Xq1ntWruZQI/600x800 " );
77
77
}
78
78
79
79
private List <TouristSpot > createTouristSpots () {
80
80
List <TouristSpot > spots = new ArrayList <>();
81
- spots .add (new TouristSpot ("Yasaka Shrine" , "Kyoto" , "https://source.unsplash.com/Xq1ntWruZQI" ));
82
- spots .add (new TouristSpot ("Fushimi Inari Shrine" , "Kyoto" , "https://source.unsplash.com/NYyCqdBOKwc" ));
83
- spots .add (new TouristSpot ("Bamboo Forest" , "Kyoto" , "https://source.unsplash.com/buF62ewDLcQ" ));
84
- spots .add (new TouristSpot ("Brooklyn Bridge" , "New York" , "https://source.unsplash.com/THozNzxEP3g" ));
85
- spots .add (new TouristSpot ("Empire State Building" , "New York" , "https://source.unsplash.com/USrZRcRS2Lw" ));
86
- spots .add (new TouristSpot ("The statue of Liberty" , "New York" , "https://source.unsplash.com/PeFk7fzxTdk" ));
87
- spots .add (new TouristSpot ("Louvre Museum" , "Paris" , "https://source.unsplash.com/LrMWHKqilUw" ));
88
- spots .add (new TouristSpot ("Eiffel Tower" , "Paris" , "https://source.unsplash.com/HN-5Z6AmxrM" ));
89
- spots .add (new TouristSpot ("Big Ben" , "London" , "https://source.unsplash.com/CdVAUADdqEc" ));
90
- spots .add (new TouristSpot ("Great Wall of China" , "China" , "https://source.unsplash.com/AWh9C-QjhE4" ));
81
+ spots .add (new TouristSpot ("Yasaka Shrine" , "Kyoto" , "https://source.unsplash.com/Xq1ntWruZQI/600x800 " ));
82
+ spots .add (new TouristSpot ("Fushimi Inari Shrine" , "Kyoto" , "https://source.unsplash.com/NYyCqdBOKwc/600x800 " ));
83
+ spots .add (new TouristSpot ("Bamboo Forest" , "Kyoto" , "https://source.unsplash.com/buF62ewDLcQ/600x800 " ));
84
+ spots .add (new TouristSpot ("Brooklyn Bridge" , "New York" , "https://source.unsplash.com/THozNzxEP3g/600x800 " ));
85
+ spots .add (new TouristSpot ("Empire State Building" , "New York" , "https://source.unsplash.com/USrZRcRS2Lw/600x800 " ));
86
+ spots .add (new TouristSpot ("The statue of Liberty" , "New York" , "https://source.unsplash.com/PeFk7fzxTdk/600x800 " ));
87
+ spots .add (new TouristSpot ("Louvre Museum" , "Paris" , "https://source.unsplash.com/LrMWHKqilUw/600x800 " ));
88
+ spots .add (new TouristSpot ("Eiffel Tower" , "Paris" , "https://source.unsplash.com/HN-5Z6AmxrM/600x800 " ));
89
+ spots .add (new TouristSpot ("Big Ben" , "London" , "https://source.unsplash.com/CdVAUADdqEc/600x800 " ));
90
+ spots .add (new TouristSpot ("Great Wall of China" , "China" , "https://source.unsplash.com/AWh9C-QjhE4/600x800 " ));
91
91
return spots ;
92
92
}
93
93
0 commit comments