Posts by Robson • 26 points
2 posts
-
1
votes1
answer319
viewsA: Buttons - ID - Carousel not working
Just fix the href of the buttons: href="#quote-Carousel" <a class="carousel-control-prev" href="#quote-carousel" role="button" data-slide="prev"> <span class="carousel-control-prev-icon"…
-
0
votes2
answers2942
viewsA: How to read the json below with the GSON library
Here’s everything you need or more: package utils; import com.google.gson.Gson; import java.util.Map; import org.json.JSONException; import org.json.JSONObject; public class JSONUtils { public…