I have a problem in this line : public class ShowAllAdapter extends RecyclerView.Adapter<ShowAllAdapter.ViewHolder> { and in this line : Glide.with(conte
I would like to open google map on button click. The code below works but when I went back to the app, it throws FATAL EXCEPTION. The button i
In our project we are currently (still) using Apache Ignite 2.81. We are currently facing OOMs on server nodes when multiple clients are simultaneously fetching
I'm stuck on WS-Addressing with Apache CXF. I tried everything I found on the Web but without good results. There are two applications, a server and a client, t
I have a Code Like this: Insurance Dto: private String accidentNo; private String birthDate; private String mobileNo; private String ssn; public Insurance
I want to take the url of a image from a API, which I did. I also get the URL of the image that I want, but the image doesn't display in the JavaFX Scene. Strin
I'm working on a project which is about creating a game. I was implementing threads to move my background but had some problems with the smoothness of backgroun
This is the code which I thought is supposed to work but it just returns garbage in the array I think and I've been trying to fix it but I can't find the error.
I am trying to run my own native executable. The code looks like this: String[] command = {"/data/user/0/org.smowsoft.systeminformation.nativelib.test/files/smo
Because some restrictions, I have to use plain Java sockets to download a file published in a http web site. This is how i am reading the response: String serve
I am currently creating a spring boot application that allows the user to store a database of books to organize and search throughout. I have added a feature wi
How to Initialize all the element of 2d Array List in Java with 0 in single line of code without using for lop. ArrayList of m rows and n columns. How to initia
My app is linked to a microsoft server which has tables with employee names that need displayed on the app when searched. I also want whenever a letter is typed
I'm creating an API which accepts customerid, account number and date as json objects and returns a file whose location is mentioned in the da
How can I show NEW tag after updating category from database. Like this image Only after if my category get Updated and show for 24 hrs. This is my Adapter of
I Have a requirement that has ArrayList that contains Latitude and Longitude (randomly).Is there any way so that I can get this list in a optimized way. Google
I wrote a simple program and used webview. My problem is that links to pages that do not follow the https://irunisenter.com rule also open in the program. It's
I am trying to figure out how to traverse through a 2D array. The way in which I have been doing it is by using a nested for loop. I am curious to know of any o
Small question regarding MDC with Java please. At first, I had very straightforward methods, some methods with many parameters (I shorten the list of parameters
I am making a simple CRUD function for a bill management system. It uses Jquery AJAX JSON to communicate to the servlets. The update and delete functions are ac