Im super new to flutter and Im having a lot of issues installing Android SDK. I have android studio downloaded. I used it to get the Android sdk location &
Assume I have three related classes such as: class A: ... class B: ... a = models.ForeignKey(A, ...) class C: ... b = models.ForeignKey(B, ...) I w
example store getters: { setName: (state) => (string: string) => { state.user.username = string; }, setUser: (state) => { set
The question is in Java why can't I define an abstract static method? for example abstract class foo { abstract void bar( ); // <-- this is ok abstr
I'm trying to build an .exe from my .py, the following error comes up: File "distributed\config.py", line 17, in <module> FileNotFoundError: [Errno 2] No
Recently I made a simple game in Unity and I want to make a website for this project. So my question is: How I can add a download link to my game? (And when I p
I am trying to add upi hyperlink on web. With following format upi://pay?pa=myvpa@ybl&pn=abc%20pqr&tr=B1947&tn=Pay%20to%20abc%20pqr&am=1&mam
I currently have several csv files in a folder. I am wanting to use Python to loop over the files in the folder and make small changes to each csv file. Pleas