Questions tagged as 'android'

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 by 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 by 08.11.2016 / 10:58
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 by 04.11.2016 / 10:16
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 by 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 by 30.11.2016 / 15:56
1
answer

Publish App on Google Play

I would like to publish an application in the Play store as a company, but when creating an account, it should be done as a personal account since it asks for name, surname, date of birth, etc. My question is if as a company you should Do it dif...
asked by 07.12.2016 / 17:55
2
answers

error with mainactivity.java

Folders error and in the mainActivity also error. it indicates a class (R.) which does not allow me to access the id of an xml Then the errors:     
asked by 03.08.2017 / 03:34
3
answers

Load bitmap with Glide

I am trying to load a Bitmap with the Glide library but there is no method to load it and in the documentation I did not find it either. I've been looking for more sites like English EO and I found several posts but I did not get to understan...
asked by 25.10.2016 / 09:57
2
answers

how to make a call with a predetermined number or name?

I want to make a call and that the person who receives it appears another number to the current one, now that I only make the call, I need to pass as a parameter a name or number so that it appears to the person receiving the call, currently thi...
asked by 03.10.2016 / 23:00
1
answer

Problem to Build Create an Android Studio SQL Query Class

My problem today is that you have been developing an APP that has a Login, a Maintenance Products (To say more), everything with the SQL database engine already create the login all Ok, do the procedure of a normal log with user and pass, als...
asked by 06.10.2016 / 13:09