What I have A list of objects with Id, DateStart and DateFinish. [ { Id: 1234567890, DateStart: new DateTime(), DateFinish: new Date
I want to mark (plotshape) two consecutive red candles. Then two Consecutive green candles, after that again two consecutive red candles then two consecutive gr
unexpected element (uri:"", local:"Group"). Expected elements are <{}group> Meet an exception when unmarshalling from xml JAXBContext jc = JAXBContext.
I am trying to sum up the character count(total string length) of all the characters contained in the various "info" properties by "user_id". I am trying to hav
Had someone develop an app in Titanium and had to make a small change to it as well as update target sdk version to 30 from 28 to get it uploaded to the play st
I have included a chatting feature in my app using Firebase realtime Database. I want to be able to show notification when another user sends a message even whe
I have a many-to-many relationship between Users and Roles. Since each User can have more than one role, I created a field, in the Role table, called "clearance