All Questions

3
answers

Android studio- skip activity

I am making an application, more to learn from mistakes than anything else, and I needed help to achieve this: From the Main activty , I open activity2 , and from activity2 I open a activity3 , but I do not want the u...
asked on 09.03.2017 / 00:46
2
answers

I have problems recovering an array in jQuery from Ajax

I have the following code in jQuery: $("#Eng").click(function(evento){ alert ("Entro en cambio idioma."); //elimino el comportamiento por defecto del enlace evento.preventDefault(); $.ajax({ type: 'GET', url: 'FAjax.php',...
asked on 09.03.2017 / 20:15
2
answers

Limit height of a Spinner from Layout

How can I limit the height of a Spinner from the layout where I have it? The problem is that on devices with smaller screens it has too much height , so I need to change it from layout layout <Sp...
asked on 13.03.2017 / 22:09
2
answers

Add spaces before uppercase

I have a String that has some text like the following:     "I am a Prayer" What I want is to be able to add spaces before capital letters so that it looks like this: "I am A Prayer"     
asked on 17.03.2017 / 00:38
2
answers

Difference in Java and JS when creating a class and instantiating it?

I am using JS to perform an API and as much as I try I can not understand why, when making a POST request to create a user, it tells me that User is not a constructor. I am "new" in JS and I have in mind the creation of classes / constructors...
asked on 18.03.2017 / 12:24
1
answer

Show the selector in the indicated tab when I pulse onBackPressed in a TabLayout?

I have a TabLayout with 2 tabs , when I press above each tab the selector is shown above the indicated tab, but when I press the physical button on the back the selector remains in the previous tab. TabLayout mTabLayout = (TabLayo...
asked on 15.03.2017 / 19:21
1
answer

Shrink-to-fit attribute-no in meta name="viewport"

The question basically consists of what you see in the title, and I have seen this attribute in many templates and works lately ... Can someone tell me what it works for? Apart from that, what is the best way to write this meta tag with its a...
asked on 19.03.2017 / 20:29
1
answer

I have a problem inserting a datatable in a sql table (Merge)

My problem is that I want to empty a datatable in a temporary folder of sql, my code already arrives at the moment of executing my stored procedure that executes the insertion of the datatable. Insertion Code in c # try { co...
asked on 22.03.2017 / 16:46
1
answer

execution failed for task 'transformclasseswithdexfordebug'

   Error 1   : This happens to me when I execute my project. Error:Execution failed for task ':app:processDebugManifest'. > com.android.manifmerger.ManifestMerger2$MergeFailureException: org.xml.sax.SAXParseException; lineNumber: 1;...
asked on 13.03.2017 / 17:00
1
answer

Show an image for an order GET Ajax (axios) of vue js 2 and show it by html 5

This is my code I want to make a call get of axios by vue and that after having the image that shows it in html getImage(param) { axios.get(param) .then((resp) => { return this.image = resp.d...
asked on 23.06.2017 / 00:23