Help with Kivy app

31 views
Skip to first unread message

CFCBazar CC

unread,
Jul 16, 2023, 12:50:46 PM7/16/23
to Kivy users support
Hi!

I am trying to develop an app for Android with Kivy and PyCharm. I am new to Kivy dev, so I ask how to do the following:

1. I have reached to the screen on the picture, when I hit a button it shows a text and thats it. How to make the search a list from a list(search all items according to the search terms).

2. How to make the sign up/sign in - only this needs to be online

3. How to make the buttons disappear and show the items searched on the screen?

4. How to change the icon of the app?

5. How to compile for Android?

Does anyone have any ideas how to proceed?

CFCBazar CC

unread,
Jul 16, 2023, 12:53:30 PM7/16/23
to Kivy users support
Screen1.png

Robert

unread,
Jul 16, 2023, 1:03:20 PM7/16/23
to Kivy users support

elli...@cox.net

unread,
Jul 16, 2023, 2:25:10 PM7/16/23
to kivy-...@googlegroups.com
  1. I have reached to the screen on the picture, when I hit a button it shows a text and thats it. How to make the search a list from a list(search all items according to the search terms).

 

Create a list.  Use the results of your search to create a number of list items, and put them in a list.  It looks like you’re using KivyMD, see: https://kivymd.readthedocs.io/en/1.1.1/components/list/#module-kivymd.uix.list.list

 

 

  1. How to make the sign up/sign in - only this needs to be online

 

There are a number of tutorials on youtube, I found this one: https://youtu.be/G-Rp41BzGxg

The details of the online sign-in will be a function of the service you are using.

 

  1. How to make the buttons disappear and show the items searched on the screen?

 

Use a Screen.  Note that a Screen does not need to take up the whole window.

 

 

 

 

From: kivy-...@googlegroups.com <kivy-...@googlegroups.com> On Behalf Of CFCBazar CC
Sent: Sunday, July 16, 2023 9:54 AM
To: Kivy users support <kivy-...@googlegroups.com>
Subject: [kivy-users] Re: Help with Kivy app

 

--
You received this message because you are subscribed to the Google Groups "Kivy users support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kivy-users+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/kivy-users/49a663e8-99b0-474e-b6e2-e1e9d18d172bn%40googlegroups.com.

image001.png
Reply all
Reply to author
Forward
0 new messages