I'm trying to design a progress bar showing multi-progress using jetpack compose but I did not find any library or helping material. I am just able to design a
I have a text document i need to use stemming and Lemmatization on. I have already cleaned the data and tokenised it as well as removing stop
I'm doing a REST api with Lumen framework. One api call give me all my categories of product : { "categories": [ { "id": 1,
I am tracking payments made on a large excel file. In column C, I have the date we received the payment, in column I, I have the date paid. I'd like to calculat
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 am using following code for sending emails using java function send(){ String host1 = "domainname"; String to = "[email protected]"; String from="do
I am requesting via OKHttpClient data from my api, and im trying with an getAll() to split up the JSON response into my objects i need. Here is an example for m