Anonymous » 03 мар 2024, 16:53
Последнее сообщение Anonymous «
Anonymous »
I get the exception below at app startup. The app worked fine with AS Giraffe, the problem first occurred with AS Hedgehog and now as well with AS Iguana.
The layout is a fragment used by the main activities' layout. There are no own classes, it...
Anonymous » 03 мар 2024, 16:47
Последнее сообщение Anonymous «
Anonymous »
I usually implement methods within DTOs to convert them into entities. I do this because I aim to keep the code of entities as clean as possible. However, I received feedback suggesting that it's more natural for an entity to accept a DTO as a...
Anonymous » 03 мар 2024, 16:44
Последнее сообщение Anonymous «
Anonymous »
I have a car with a bluetooth interface that I connect to using my android app. Robot is programmed so that when he gets a digit 1-5, he makes an action. 1 - drive forward 2 - drive backward 3 - turn left 4 - turn right 5 - stop I have 5 buttons in...
Anonymous » 03 мар 2024, 16:42
Последнее сообщение Anonymous «
Anonymous »
Api level 24. The design is fully responsive but still not showing the custom tabLayout, How can i solve this problem for older version of android device. Api level 24 picture here
Api level 33, it is working fine on all other devices expect api...
Anonymous » 03 мар 2024, 16:41
Последнее сообщение Anonymous «
Anonymous »
Task :app:compileDebugJavaWithJavac C:\Users\rhars\Downloads\ludobhaji\app\src\main\java\com\nmxg\ludoxt\winner\tournaments\adapter\OngoingAdapter.java:22: error: package com.nmxg.ludoxt.winner.tournaments.config does not exist import...
Anonymous » 03 мар 2024, 16:36
Последнее сообщение Anonymous «
Anonymous »
Is there any default implementation for handling cookies with WebClient ?
For below code, I've been using CookieManager().getCookieStore() using WebClient#filters. But want to check, if there is any efficient way to handle this ?
Anonymous » 03 мар 2024, 16:27
Последнее сообщение Anonymous «
Anonymous »
From what I understand, the three monadic laws are as follows (I come from a Java background instead of Haskell so pardon my syntax):
Left Identity Law:
Monad.of(x).flatMap(y -> f(y)) = f(x) Right Identity Law: monad.flatMap(y -> Monad.of(y)) =...
Anonymous » 03 мар 2024, 16:26
Последнее сообщение Anonymous «
Anonymous »
In postman, I input URL, POST method, Header (key - x-api-key and value), in Body (listId and value) and by sending the request getting 200 success response.
But using maven project, Java language and rest-assured, I am getting -
Anonymous » 03 мар 2024, 16:26
Последнее сообщение Anonymous «
Anonymous »
I have a requirement to generate random numbers, specifically using the Mersenne Twister algorithm, in either Java/Kotlin (for Android). I've tried using the Apache commons-math Mersenne Twister implementation which works great to generate random...
Anonymous » 03 мар 2024, 16:26
Последнее сообщение Anonymous «
Anonymous »
I have an issue with writing to a NFC tag on intent. I have code that works, which reads the tag information when it is nearby. I am struggling with writing code for when I want to write to the tag when it is touched to the back of the phone. Here...
Anonymous » 03 мар 2024, 16:19
Последнее сообщение Anonymous «
Anonymous »
When I executing my test cases from testng xml file all tests successfully executed but trying to run with groups in xml then it is throwing Null pointer exception.
Anonymous » 03 мар 2024, 16:08
Последнее сообщение Anonymous «
Anonymous »
There is a method in org.joml.Quaternionf:
rotateX(angle in rad)
which can get the job done but how do I calculate the appropritate angle? It doesn't help to just rotate by -x because x value of quaternion is not the same as the actual angle...
Anonymous » 03 мар 2024, 16:05
Последнее сообщение Anonymous «
Anonymous »
I'm having problems connecting to a SQL Server database I created in my pc for a small app. The server's called 'INSPIRONN5110-D'. I use Windows Authentication to login to the server. Already downloaded the driver from microsoft and copied its...
Anonymous » 03 мар 2024, 15:56
Последнее сообщение Anonymous «
Anonymous »
I have two apps in the same Admob account and one of them is getting ads normally but another one is not showing a single ad. My app is published on Play Store and also there is not any issue in Admob dashboard.
Anonymous » 03 мар 2024, 15:55
Последнее сообщение Anonymous «
Anonymous »
I am just wondering about how I would go about replacing a string concurrently in Java with threads (Callables/Runnables). I am aware that StringBuffer objects are immutable and thread safe, so I assume that would have something to do with it....
Anonymous » 03 мар 2024, 15:52
Последнее сообщение Anonymous «
Anonymous »
I'm trying to write an implementation of MapPanel by Stepan Rutz in JavaFX.
Stepan's map allows the user to move around the map while the map tiles haven't been loaded and I'm trying to get that same effect.To do it I'm using Task to run the...
Вы можете начинать темы Вы можете отвечать на сообщения Вы не можете редактировать свои сообщения Вы не можете удалять свои сообщения Вы можете добавлять вложения