After updating my copilot plugin in IntelliJ I tried to log in where I am redirected to a webpage, I enter my information, click authorize and the page congratu
I'm building an Android application and right now I want to change the status bar (the one on top of the screen that show wireless and area signals, battery sta
I have a table with operations_id, date and shop_number. I need to create calculated field which shows AVG of number of operations per day for each shop. How c
In the below code, we get a pointer from strdup(source) and we store it in a pointer named target. Now, when we print the string using pointer, we don't add * a
I want to take written function (string) from a user input and convert it to a callable function in Python. How to achieve it despite any security concerns? Exa
In my use case I need to pass a parameter of type List<>, but this parameter needs to be optional and I'm having trouble implementing it, can you help me?
I am trying to destructing the function to fetch the return data and store it in and Array id: data.id, title: data.title, otherDetails:[ { name:"dummy
In my FragmentActivity I use several fragments. when configuration changed(on rotation) system destroys and re-creates each fragment. I try to use this re-creat