i have an android project with maply dependency and it was working fine but i dont know what happened it just wont build. here is the error when i try to build
I want to implement a button that switches my list view to grid from list and vice-versa. And my Items are Cards with images and info below them What is the bes
I have a function where I get urls from a string, then I run another function to fetch url data(metadata). Now I want to replace the url, with some data from th
I have a like table. and in that like table I have a array called videoLikes. I need to store the userData who had liked the video. so when I am trying to push
I try to run bootstrap popover for some elements inside table that I run datatable on it.I use this code but dont worked. JS: $('#dynamic-table1').dataTable(
I'm trying to query against my Enum based on an attribute on each enum option. I know how to get the list. That is pretty simple via this code: var
I have installed Java 8 and 11 to my Linux machine. Now I want to find my java 11 version. I used java -version command for that. But i can see always only java
I'm attmepting to create a function that searches through a tree for a value and returns the level that the value is at, returning -1 if the value can't be foun