Questions tagged as 'android'

1
answer

Image framing

I'm trying to put a 704x480 image in an ImageView, but it floats with spaces up and down. Ex: <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientati...
asked by 30.06.2016 / 06:49
2
answers

Error loading ListView into a ListFragment

Talk, I'm having a problem creating a ListView in a ListFragment . I ran a test with a ListActivity and it works fine, but in ListFragment it will not. I need to do it in Fragment because I have a side menu in the application. ListActivi...
asked by 15.05.2016 / 23:02
1
answer

Problem with sqlite and boot receiver

I have an application where the purpose is to put the name of a stop and after reboot to the android device get the name of that stop in reboot receiver My boot receiver is working because I already tested it only gives error when I try to ac...
asked by 28.06.2016 / 11:52
1
answer

Save Fragment state?

In a simple app I have Fragments and need to save their status , So when the user returns from one fragment to another, is there still text typed, number chosen, check box marked, etc ... suggestions?     
asked by 28.06.2016 / 10:49
2
answers

oblige user to fill edittext

I have some EditText and I need them all to be filled in if the user does not fill in and try to hit the button to continue the text boxes should show an error. but this button is in the action bar and I do not know where to apply the verificati...
asked by 25.07.2016 / 16:21
2
answers

Closing a running audio

I'm creating an application that plays a sound or a song, but I can not seem to stop it. This way I have to stop the application manually so the sound stops. How can I stop the music at the push of a button? The code I'm using is this: publ...
asked by 26.07.2016 / 03:06
2
answers

How to decrease the size of text in a ListView?

I would like to know how to decrease or increase the text of ListView . In TextView , android:textsize="15"; exists, what would be the equivalent property to textsize in ListView ? I have a lot of information to p...
asked by 26.04.2016 / 15:07
1
answer

Address search on Google Maps for Android?

How do I search for an address in Google Maps for Android, from the location name?     
asked by 07.05.2016 / 03:42
1
answer

Firebase shows data in one activity and in another not [closed]

I'm using firebase. To do a test and how to use it I did the whole procedure in a test activity of my app. I saw that it worked, so I want to put it to the correct activity. The codes of both are correct, but when I run the client activity nothi...
asked by 28.09.2016 / 16:44
1
answer

Web Service for Android app [closed]

I have a question. Assuming I have a web service saving the data in MySQL, this service is responsible for feeding an Android app. The user accessing the app will sync the data to the device's local bank. If the user makes changes and there is n...
asked by 19.04.2016 / 16:46