Kivy Mobile App #24 | Display Traffic Images with Kivy Carousel

preview_player
Показать описание
In this tutorial, we are going to create a new Traffic Image screen in MyTransportApp. We are going to retrieve the image url data from LTA Datamall and display it using Kivy Async Image and Carousel. We are also going to create the mapview on the back layer with camera marker. When you click on the marker, it will show you a pop up with camera image.

You can find the web based version of the tutorial on my website at the link below.

In this tutorial, you will learn
1. How to send a GET request to LTA Datamall to get the traffic images data.
2. How to create Traffic Image Mapview and get min and max latitude and longitude in the user window.
3. How to create camera marker on the Mapview.
4. How to create Pop Up Menu to show traffic image on mapview.
5. How to create a GPS Helper to initiate the GPS Blinker, center the Traffic Image Mapview and alert user to turn on GPS
6. How to add Async Image in Kivy Carousel.

Follow me on my Github page:

Support my Channel and my Work on Buy Me A Coffee:

Please subscribe to my channel if you want to learn about it! I am very exciting to share what I have learned about Kivy with you :)
Рекомендации по теме
Комментарии
Автор

Great video. can you please make a video of displaying images to kivy file (.kv) from sqlite3

ThePsitiveMinds