I want to go from fragment to activity using back button using toolbar back icon. The fragment is my navigation drawer item & activity is my MainActivity
I have a pandas dataframe that represents the trips I have taken for work. Each row is a single trip, with a column for the date and the number of kilometers tr
I am trying to associate a list of contacts to a customer using the associations setter method, however, it always throws the error 'invalid input syntax for i
Whenever I attempt to run C# in VS Code, the program asks for the environment. When I pick ".NET 5+ and .NET core" all that happens is a settings.json file gets
i am fetching data in strigify json format "[{\"ApplytoAllYesNo\":\"\",\"PartNumber\":\"\",\"Description\":\"\",\"LotNumber\":\"\",\"Revision\":\"\",\"Comment\"
I have the following @ConfigurationProperties property holder: @ConfigurationProperties(prefix = "custom.service") public class CustomServicePropertyHolder {