Answer the question
In order to leave comments, you need to log in
Does Kivy have functionality for working with geolocation?
It is necessary to develop a simple application for Android: there is a drawn map of the city, sights and interesting places are marked on it, the application must contain, in fact, this "map" itself with marks, a general list of all places and define geolocation to indicate the nearest places, no navigation and " You don't need to sync with Google Maps.
Is it possible to use Kivi for this and will it be possible to publish such an application on Google Play, or go towards Java?
Answer the question
In order to leave comments, you need to log in
Replace:
With:
$load_users = R::findOne('users', 'login = ?', [$data['login']]);
Because $load_users contains an array of objects with the result of a selection from the 'users' table.
There are only 2 options why it might not work:
1. $load_users->login and $data['login'] are different
2. $load_users->login and $data['login'] are the same, but different types
You can try to remove the strict check === for normal ==
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question