What am I doing wrong? When I add simple text to my stage, it looks fine on the desktop, but on mobile it renders completely differently (size position etc).
im just getting message like "No enclosing instance of type savings is accessible." starting in line 17. I don't know what kind of instance that the IDE means.
Stored procedure run structure is like this : var sampleVar REFCUSOR; EXEC SAMPLE_PROC(P_DATE=>TO_DATE('01-JAN-21','DD-MON-YY'),P_DETAILS=>:sampleVar); I
I have two subclasses and I want to call a method in one subclass from another. Is the only solution to start chaining my classes in order of
Due to separate controllers for GET and POST method or there can be multiple reasons that cause duplicate API as per use case scenario what if the next develope
I'm writing API documentation for my application using Swagger 3.0. My application has some apis that include some middlewares. I want to describe that which ap
I am working on an iPhone app for school and need some help. The app should record video, make it slow motion (about 2x), then save it to the photo library. So
I am still learning Docker and this situation has me stumped. Docker will copy one folder to the image/container but the other folder it skips and I can't figur
I have a grey image. I want to draw it using a color but with opacity to a canvas. By using Color Filter, I was able to draw it on the canvas by replacing the c