All Questions

1
answer

How to use the Google Drive API in Eclipse? [closed]

I've been trying to use the Google Drive api in eclipse but it does not come up with updated content on how to do it if you know how you can do it please help.     
asked on 31.10.2016 / 21:45
1
answer

Transitions of elements between activities

Is there any way to make transitions between activities other than as follows? ActivityOptions transitionActivityOptions; transitionActivityOptions = makeSceneTransitionAnimation(activity, sharedView, "shared_image"); v.getContext().startActiv...
asked on 08.11.2016 / 10:58
1
answer

redirect with javascript according to form field

I have a form that receives a string and sends it to a java servlet. I'm trying to add a javascript code that allows, if the user enters "000", redirects to the login page. I do this by placing an eventlist onsubmit in the form, but the function...
asked on 03.11.2016 / 02:03
1
answer

Deeplink deeplinks on Android

How can you implement a system of Deeplink style the tinder app. That is, in the share with ... option, a url style http://go.tinder.com/md5 is added The one who receives the message in whatsapp, telegram etc ... if you click...
asked on 04.11.2016 / 10:16
1
answer

Prevent entry of keyCode = 222 and keyCode = 186

I'm restricting the entry of certain characters to input type="text" , I need only numbers can be entered, I have almost ready but the only problem is that I can not prevent the characters of the keyCode keys == 222 and 186 they are entere...
asked on 05.11.2016 / 23:01
1
answer

java.net.MalformedURLException

I'm having a horrible problem and worst of all is that on the web I find almost nothing about this! I'm doing a report in java with jaspersoft studio. I made the template already (it has two parameters) and followed the guide of the following p...
asked on 01.11.2016 / 18:14
1
answer

How to read POP3 emails from C #?

What I want to do, is read a type of attachment, for example those that are .pdf, of those emails that have not been read. To begin, I was trying with a simple example to read, but it tells me the following message: Server did not accept user...
asked on 01.11.2016 / 18:09
1
answer

Upload multiples Images in Django

I am trying to upload multiple images in a django form. So far you get to the point of getting this error InMemoryUploadedFile' object has no attribute 'get' indicating that the problem is in line imgform.save() of the view. Thi...
asked on 30.10.2016 / 23:32
2
answers

String entered using EditText is deleted when leaving the Activity

I'm making an application where you press a button, open a AlertDialog and enter in a EditText a text, which will be entered in the same button that has been pressed. So far so good, the problem is that when you leave the Activi...
asked on 07.12.2016 / 19:43
2
answers

Comments on android

How can I put comments for the classes imported into the gradle to read them as a description when implementing a method of that class?    The question is from android, although I suppose it also applies to Intellij IDEA.     
asked on 30.11.2016 / 15:56