Questions tagged as 'java'

0
answers

Bottom Sheet Fragment with Navigation Button

How about everyone how can I start my Bottom Sheet Fragment on top of another View? I have made the Bottom Sheet but not the fragment and I have added a View to obfuscate the background but I do not see it very well.     
asked by 20.03.2018 / 15:05
0
answers

Ant task runs ignored tests (@Ignore)

Holas In my build.xml I have the integration-test task which runs my integration tests. The problem is that when I execute the task, it also runs the tests with the @Ignore tag, which should not run.} This is the target of the build.xml...
asked by 22.03.2018 / 21:11
0
answers

doubt BDOO Failed JUnit.framework

Hello, I get the following error: junit.framework.AssertionFailedError at TestGestors.provaIncrementarPreuDistribuidor1(TestGestors.java:189) and this other one junit.framework.AssertionFailedError at TestGestors.provaIncrementarP...
asked by 21.03.2018 / 13:33
0
answers

RecyclerView that leads to different activities

What I have is: A recyclerview with images from different places such as bars, coffee shops, etc. What I want is: When I click on each one of these images, they take me to a different activity (to the activity of the corresponding place) M...
asked by 21.03.2018 / 11:41
0
answers

Android Studios. Load Spinner with all the names of the songs you have in the raw directory

esoty making a kind of playlist. I'm working with the "raw" directory of android studios where videos are put ... music etc .. and what I pretend is that, in one of the windows (activitys) of this is responsible for registering a song so that it...
asked by 28.03.2018 / 12:54
0
answers

Should I use the Sessions Beans?

The question I ask is that because I am currently modifying a project divided into layers, this project makes a binding between the managed beans and DAO using an ordinary Java class, which they name Controller. According to what I have learned...
asked by 28.03.2018 / 14:24
0
answers

Why listview items do not occupy the entire row - android

I have created a listview in which I fill with information from a database and I add a function to each element click adapter = new ArrayAdapter(getApplicationContext(), R.layout.my_cutom_layout, villes); listV.setAdapter(adapt...
asked by 20.03.2018 / 23:15
0
answers

Error in creating an instance with jsf-spring-hibernate-mysql

I created in Netbeans a login with hibernate (annotations) and access to MySql but when I added Spring (also with annotations) I got stuck, already in the first attempt Spring does not create the instance of an object (dependency injection) . I...
asked by 20.03.2018 / 01:30
0
answers

how to select a record in a table and get the selected value to display it?

I have the following table, and I want that when selecting a record in the action button a modal appears, and that in that modal the info of the regstro that I select is shown <p:dataTable id="detalle" var="detalle" styleClass="column...
asked by 16.03.2018 / 17:53
1
answer

Packaging in java [duplicated]

What happens is that I'm doing a project for my university and I have the following problem: The university requires me to do the packaging of my program but in doing so it happens, it does not show any type of image, I am using the follo...
asked by 16.03.2018 / 18:01