Gardening App Update: New View Garden Screen

Rachela
Jul 25, 2021

I am creating an app using Kivy and Python to document the plants in my garden.

In my previous update I described how the use can view all their gardens on the MainScreen using Kivy Recycleview. Today I extended that to where the user can tap on each garden which accesses the “gardens” database which in turn will send that garden’s information to a ViewGarden screen. In addition, there is a recycleview panel that shows all the plants in that garden.

The first image is the completed ViewGardenScreen and the second shows the MainScreen. In this case, I tapped the “backyard” button on the MainScreen to see my Backyard garden information.

My next challenge is making it so that I can delete gardens from the app. I would like to get rid of all the testing buttons on the MainScreen!

--

--

Rachela

I am a librarian and new computer programmer creating an app with Python and Kivy to document the plants in my garden.