Questions tagged as 'android'

1
answer

Collect all the Extras of an Intent

Is there any way to find out what all the Extras in an Intent are! CONTEXT : I have an app that gets url's shared by the other apps: if (Intent.ACTION_SEND.equals(action)) { final String url_ = i.getStringExtra(Intent.EXTRA_TEXT);...
asked by 07.01.2017 / 16:46
2
answers

How to play sound in android [duplicate]

Good morning, I would like to know how I can make a code so that when I click on a button it plays a sound     
asked by 23.10.2015 / 17:12
2
answers

How to run my App in multiple platforms

Good afternoon, Someone has App experience to run on multiple platforms. I'm developing an App, however, I'm doing it for Android, as I do for it also runs on IOs, WindowsPhone and etc ... Equals Whattsapp works.     
asked by 11.07.2016 / 23:13
0
answers

Installing Parse on Android Studio 1.5 [closed]

Hello, I'm having difficulty installing Parse in my project, I include the library (Parse-1.11.0.jar) in the libs folder, I change the manifest.xml with the permissions, in the java class, in the OnCreate method I I include the call, in Gradle I...
asked by 21.11.2015 / 10:24
1
answer

Problem making method that checks which button was clicked

I am creating a screen with 3 buttons in which each button to click will need to be redirected to a different site. I implemented this code, there is no error, I can even click on the button, so when the page is loaded there is an error in the a...
asked by 27.05.2016 / 05:56
1
answer

Problems with PhoneGap and Storage HTML5

I'm creating a small application where I have to store the driver data retrieved from a proper API to the application's local database. After a lot of head-shifting, I chose to use HTML5 Storage. At first I did not have major problems at first....
asked by 28.08.2014 / 21:44
2
answers

Update the value obtained in an EditText

Next, I'm having a problem getting the value in an EditText and displaying it in a TextView. The value displayed when using a string, is "null", and when using int, it is 0. I believe this happens because the value being collected, is what appea...
asked by 08.05.2014 / 15:53
1
answer

Identify Android version by some method

Is there a method to identify the user's Android version as it enters the app? It will be useful for the application to run animations between screen transitions, if the user has an older version, will not run, if you have a more up-to-date v...
asked by 04.10.2014 / 23:27
1
answer

How to leave the screen always on even when closing the app

I'm developing an app and I'm trying to implement a method that will make your screen never go away. I researched some forms on the internet and was able to do this within the application. However, I would like this feature to continue to w...
asked by 08.01.2016 / 18:57
1
answer

I wonder if it is possible to have a phone mask in a text view

I would like to know how to get a phone mask in a text view field. In my case I have a listView with contacts where on each line of this listView the contact name and the phone appear. I would like the phone to have the (##)####-####...
asked by 06.01.2016 / 13:46