delimiter // create procedure payFees(in deviceid int, in fee int) begin declare pbalance int default null; declare ptype varchar(2) default ""; dec
I'm having some trouble extrapolating similar SO threads to a larger XML where there are multiple children with different names. For example, here is a subset
I have a seemingly pretty easy question. I am making a app with kivymd and the first .kv file is sort of long. I have three .kv files that I would like to navig
I0m using google maps on my react-native app, I'm trying to set the size of my custom marker image to 50 but it appears anything bigger than 40 makes the image
i am new to Google map things. i have a table in which there are list of all the location( the location of super stores) with their Latitude and Longitude . No
I'm trying to make a custom activity that will eventually do a complicated database query or API call to get a bunch of records and loop over them. I'm sure it
Such a data comes from the API as a string. </strong></p>\r\n<p>1970 yılından bu yana eğitim sekt&
I'm new to React-Native and I am trying to return the array of data from the firstore query to the device screen where I can setDevices. I had this working usin