Pass variable value to another function
I have a login and view message function on my app. I wanted to pass the users’ id from check_username
to get_entries
where I can use it to filter the rows. But I don’t know how to pass the id. Here is my code.
Kivy: Pass variable value to another function
I have a login and view message function on my app. I wanted to pass the users’ id from check_username
to get_entries
where I can use it to filter the rows. But I don’t know how to pass the id. Here is my code.
Python Kivy: Messaging APP push entry and exit message
I’m creating a simple messaging app for entry monitoring. Whenever the user enter the premises, it will create a row and get the date and time. So I want to push the entry clockin
to the messaging app. And when it will exit the premises, it will push another message showing the clockout
time.
Python: Kivy get current logged in user id
I have a datatable which filters data by user id. This is my login function.