I'm trying to test a snippet of my code that uses retrofit, so I've created an interface to "mock" the return, it works in parts, it can invoke the onresponse o
Android Studio is unable to install an application throwing the following error: adb server version (40) doesn't match this client (41); killing I tried answer
I am a newbie in java. I tried to make a Linear Search class which can take any type and find it in a list. package Client.LinearSearch; import java.util.
I need to validate if a custom field called family_id exists. If this family_id exists or is already created I need to send a message that it is duplicated and
I try to list connected USB devices in my Python project. I tried to use os.system() with a command prompt but I cannot find a command for command prompt to lis
I am exploring a rugby dataset where I am stuck on a bit of an issue. The dataset contains matches played in the the Six Nations over a year, and the tries are
If we have two or more tables with the same columns Table 1 Structure, Name, Active 1,A,1 Table 2 Structure, Name, Active 2,B,0 We would like to combine
Please help As the menu icon color is black here but when I run the app the menu icon color become white. I don't want it to be white. Please anyone assist.
I need a script which creates 3 plots in one frame ("spaghetti" plot) but current version returns something wrong. What am I doing incorrectly? Thanks. import n
I'm working on chrome extension. I have function that needs to wait for asynchronous chrome.storage.set to set data and after that use that stored value. Examp