All Questions

2
answers

Error building Gradle Android Studio 1.5.1 (Error: Execution failed for task ': app: dexDebug'.)

I have the following error when trying to build my application, Error:Execution failed for task ':app:dexDebug'. > com.android.ide.common.process.ProcessException: org.gradle.process.internal.ExecException: Process 'command 'C:\Program File...
asked on 08.01.2016 / 00:18
1
answer

Auto-Reference in MongoDB

I have a collection which has a parent field that refers to documents from the same collection, now what I do is call them and find the id of the parent and create a children field where all the subdocuments go, this I do in the controlle...
asked on 21.12.2015 / 16:19
2
answers

Get the ABid of a 'Contacts Framework' contact

I'm trying to open a Whatsapp conversation from my app. I have imported my contacts in core data, I have looked at the info that gives Whatsapp on their website and it is necessary to add the ABid of the contact in the URL s...
asked on 15.12.2015 / 23:12
1
answer

Show message with Flash in Laravel 5 when redirecting

I am trying to display a message (Notification) when creating a user using Flash (Laracast). In my user controller I have the store function: public function store(Request $request){ $user = new User($request->all()); $user->...
asked on 12.01.2016 / 04:16
1
answer

Send data from an angular textarea

I have a controller in angular which is responsible by means of a textarea load a content url if it is, if it is not a url does not load any data, the problem is that when wanting to write only text I send indefinite data. functi...
asked on 05.05.2016 / 20:31
2
answers

How to play an audio mp3 and others in Java

Hi, I've been looking to play an mp3 audio but it still does not work. I tried with the JavaFx Media class. How could I play the audio? without having to resort to external libraries.     
asked on 03.05.2016 / 00:23
1
answer

How to login user in WebForms remotely C #, asp.net

Hi, I have a question about logging into web forms, my login works perfectly this way: Login.aspx: And when clicking, it calls a class that validates and returns true or false, according to the credentials sent and consulted in the "Use...
asked on 05.05.2016 / 20:29
1
answer

Select Items of a Select Multiple in laravel JS

View <div class="form-group"> <label class="col-sm-3 control-label" for="exampleInputEmail1">productos para la orden:*</label> <div class="col-sm-5"> {{ Form::select('products[]', $products, null, ['id' =...
asked on 12.05.2016 / 21:26
1
answer

Links crossed out when sharing on Facebook

I made a Facebook application that I linked to my site with the PHP SDK v5 on Facebook, with this application the user logs on to my site and I give him the option to publish on my site, while it is published on the site. site is shared in certa...
asked on 03.04.2016 / 08:32
3
answers

Destroying objects from one array to another array UNITY3D

I'm doing a Spce Invaders, where I have different types of enemies with their respective colors (green, yellow and blue) Every 15 seconds an Enemy Ship is instantiated that can bring any of the colors of the enemies mentioned above. If I destroy...
asked on 22.01.2016 / 00:58