I'm new at the forum and I have an issue. I'm trying to deserialize the Neo Feed of the NASA API with Newtonsoft and I'm getting this error Newtonsoft.Json.Jso
I have a Collection of a Dto (Pojo). Collection<Dto> dtos = new ArrayList<>(); ... <filling dto> now it has items. Dto has a field List: clas
I'm making a text editor application using vb2010 WinForm. Instead of scrolling with scrollbar, users can scroll directly on the richtextbox with the mouse, sim
I have tried out this tutorial to develop an android application via Cordova and Framework7. It works in the browser and also Android Emulator (ADK). I converte
first, I apologize for any misuse of vocabulary, I have a hard time finding the correct keywords for my problem. I want to compare lists of 2D coordinates that
I'm not sure why when making a POST request on Postman, I'm successfully storing the URLs in the DB by grabbing the file and retrieving its name. But when I try