0
votes
1answer
68 views

value of integer in for loop do not changed android

I'm developing an Android app which is using Google Places API. Once I get all the places result, I want to sort it according to the algorithm. Which is, the places result will only being put into the ...
-2
votes
1answer
123 views

Validate an inputText only when another component(radio button) is selected [closed]

I am new to JSF, I have three radio buttons, an inputText and a submit button. I only want to validate the input text on submit when a certain radio is selected
1
vote
1answer
219 views

Signed App cant install on low end tablet

Hi guys, I know most of people faced the problem same like me. But I still cant solve this problems. I had build android app and this app is using Google Map API and Google Places API. I had signed my ...
4
votes
1answer
1k views

Dalvik VM error: Exception found “Javax.xml.namespace.QName.class”

This isn't intended to be a question. Rather, an observation which is a common problem found in Android when you use external APIs for development and android.jar isn't duplicated into your project! ...
0
votes
2answers
1k views

Import com.google.api.client.* cannot be resolved

I am trying to run this implementation of Google Place I downloaded from here link. As you can see in the following image (not in its native size but i think it works nonetheless), I am getting an ...