Questions tagged as 'android'

1
answer

Import dependency google-api-client

Good morning! I'm trying to import google-api-java-client from github to my Android project ; I'm using AndroidStudio , and follow my build.glade apply plugin: 'com.android.application' apply plugin: 'maven' android {...
asked by 12.08.2015 / 15:19
1
answer

How to send a string to a web server?

I need to send a string to a server, which in this case will be a page of my site. I need to send a txt with the string there, just that. Does anyone know how to do this on Android in the simplest way possible? Thank you in advance!     
asked by 11.08.2015 / 16:45
1
answer

Filtering EditText from ListView in android [duplicate]

I am making this code that is working blza, but there is a problem, in my string has written "Mr. Jose Ventura" so when I type only "Jose" or just "Ventura" nothing appears in the search, does anyone could I implement this in my code? public...
asked by 11.08.2015 / 21:11
1
answer

ListView displays only one line, why?

I have a ListView in a layout with more items, and it only displays one row. If I make the same schema in a code that the layout has only the ListView it works fine, if anyone has any idea why I would appreciate it. Here is my xml <?xml...
asked by 30.07.2015 / 22:58
1
answer

How to read the return from webservice json (WEBSERVICE - JSON)

I have this JSON : { "articleList": { "conversas": [ { "cd_resultadofinanceiro": "24", "cd_feedbackfinanceiro": "61", "mm_resultado": "Tomar as devida providencia judiciais.", "dt_resultado": "2015...
asked by 17.07.2015 / 14:27
1
answer

open a native application android / ios / wp

I can open an application with a web link in ios (eg: sms = number), how do I open it on android and windows phone? is there another way to open up to the 3 OS by html or some other script?     
asked by 11.06.2015 / 14:00
1
answer

I can not create a new Activity

I'm doing a project that uses the jar support v4. However, when I create a new Activity, the project has errors, as it informs that support v7 is required. Is it possible to continue developing this project using only v4, or has it been disconti...
asked by 04.06.2015 / 18:13
1
answer

What is the name of the menu that displays details on Android?

The menu that when you click on a title appears the options for you.     
asked by 02.06.2015 / 23:02
1
answer

Change the Background color of the ListView when the key value is found

In my app I have a ListView that is populated by BaseAdapter . So in BaseAdapter I have an IF statement to change the Background of the list when the value of one variable was equal to the value of another global variable. T...
asked by 19.05.2015 / 01:42
1
answer

Insert hyphen ("dash" -) automatically as user type

Is there any way for as long as the user types in a EditText go by inserting hyphen (-) every 4 characters typed? In the same way some licenses work, the dash (-) is already inserted automatically.     
asked by 04.05.2015 / 21:55