All Questions

1
answer

Put a bold word in an XML text

I've been looking and I've seen several solutions but they all go through something out of TextView , for example to use row separation and I use \n there is not something similar to put a single word (or several different ones) in...
asked on 11.02.2017 / 15:42
3
answers

save several parameters in a single session

I have a question with PHP , I make a form with only input , and with 2 buttons, one to save and another to collect. The idea is that when you click on the save button, it will be stored in $_SESSION , as many variables as y...
asked on 18.02.2017 / 10:20
1
answer

Can an Activity be saved in a preference?

I'm creating an App, I've already finished it, but I start thinking as a user if I'm browsing and suddenly I'm forced to close the App or minimize it, it starts again with the activity that is predetermined in manifest de android ,...
asked on 06.01.2017 / 22:58
1
answer

how to read file with javascript? [closed]

I have a file that contains a list of data, an "array php", and what I want is to read it with JavaScript to convert it into a JavaScript array.     
asked on 18.02.2017 / 13:19
1
answer

DbUnit Tests with SilkCentral

I am trying to run a DbUnit test using SilkCentral on a remote virtual machine that acts as the execution server. The .class that I want to run is in the \p6621va\ucd\ucdmain_TEST\bin\es\bde\aps\ucdmain\ias\tests\AllTests.class director...
asked on 03.01.2017 / 13:10
1
answer

How can you increase dates in a shell?

Description: I need to take a date in dd / mm / yyyy format and increase the day. For example, having a date 01/01/2017 , the idea is to have the following output: 02/01/2017 Code: I am trying with date -d "${fecha_ultim...
asked on 06.01.2017 / 20:29
1
answer

get the sum of an attribute in sql

I have these two tables I want to get the sum of the states of all the users, for example user1: estado=1 user1: estado=0 user2: estado=1 user1: estado=0 user1: estado=1 user1: estado=1 user2: estado=0 user2: estado=1 I want the s...
asked on 08.01.2017 / 04:05
2
answers

Pass ResultSet to a JSON in Java JSP

My query is to know how I can pass a ResultSet from SQLServer to JSON, since I am working with JavaScript libraries (ChartJS) to generate graphics for a dashboard and it only reads data in that format. package DAO; import conexion.Conexion; i...
asked on 07.01.2017 / 00:09
2
answers

Open an Url within an Activity

I have the following question: How to Open an Url in an Activity. This activity is my Activity_ Main, in it I have an image of a cardview with Url, but when I click it opens the browser options, but what I want is for these links to be...
asked on 04.01.2017 / 19:18
2
answers

Behavior of an Activity as Dialog

I want to achieve the following, as you can see a Dialog at the top has a circular icon of close (x) . I have the Dialog but I need the mentioned icon, any ideas to get this or something similar? I have converted a normal...
asked on 11.01.2017 / 13:50