When you try to change the background (image or color) the following error occurs. What can it be?
MY XML
07-22 20:29:52.223 4967-4967/?
E/AndroidRuntime﹕ FATAL EXCEPTION: main
java.lang.RuntimeException: Unable to start activity C...
I'm trying to send a token through an Android application in the 'X-auth-token' field of the header. This request is sent to a PHP server, in which I use CodeIgniter.
Android
HttpClient httpClient = new DefaultHttpClient();
HttpPost...
You can make a payment system via credit card , but without using PayPal , PagSeguro , PagamentoDigital or Other?
Card Companies provide some kind of Code , API in>, or SDK ?
I've already found some examples with a custom view from a list with an quick scroll bar , but I did not really find a scroll bar that really looks like the one in the contacts list my kitkat
I do not understand why this is not a native elem...
Nowadays in my application, I use the in-app-billing system, but I would like to know if there is any possibility of selling and charging for the user's device operator credit.
Is it possible? At one time I was able to make purchases through...
I'm developing for Android and am having the following error:
The connection to adb is down, and a severe error has occurred.
-You must restart adb and Eclipse.
Please ensure that adb is correctly located at 'C:\Program Files\Java\adt-bundle...
I'm doing an Android app and am having a question while generating a notification.
Here's a snippet of code:
public void gerarNotificacao(View view) {
NotificationManager nm = (NotificationManager) getSystemService(NOTIFICATION_SERVICE);...
I'm developing an app where I need to convert an image to JSON and send it to a WebService. Afterwards I will need to perform the inverse path, that is, receive a JSON image from a WebService and present it to the application user.
Well, to s...