Posts by Paulo Neto • 33 points
5 posts
-
0
votes1
answer59
viewsQ: Frameworks to test on Android app and Webservice
Good afternoon staff, I would like to know which frameworks you could use to perform the following test: Android App: Unitary Test Stress Test Web service Unitary Test Análise Estática…
-
1
votes1
answer688
viewsQ: Custom Infowindow Google Maps Android
It is possible to customize an Infowindow of the marker in Googlemaps v2 from Android by placing clickable buttons, images, change background color etc? If yes, how can I do that? Thanks if anyone…
-
0
votes1
answer592
viewsQ: Customize the Google Maps infowindow
You can customize the marker infowindow in the Google Maps API by placing buttons and more than one line of information?
-
2
votes1
answer567
viewsQ: Set text if selected android checkbox
I have the following checkbox: <CheckBox android:id="@+id/papel" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="Papel" /> if it is selected is to write…
-
0
votes1
answer485
viewsQ: Check Facebook button login on Android
Good evening, I’m new to programming, I’m starting now. My question is the following, I started studying the Facebook Login API, she is logging in normally and forwarding to the next Activity, so…