Questions tagged as 'android'

1
answer

How to get parameters from a url on Android

In the android I have the following URL String url = "http://domain.com/page?parameter1=value1&parameter2=value2"; I would like to get the parameters of this URL how do I do this in a simple way?     
asked by 24.03.2014 / 22:04
1
answer

Maps Public API KEY

I'm developing an app that uses Google Maps . When I run from Eclipse to smartphone , Google Maps does not show any error. When I publish app to Play Store , Google Maps gets wrong, the map does not appear.     
asked by 22.03.2014 / 14:44
2
answers

How to pass data from an SQLite table to several EditText fields

How do I get the data from a table and display it in a EditText ? I'm developing on Android. Here I make List of the data that I need: public List<ConfiguracoesSistema> listarConfiguracoes() { // List que recebe os da...
asked by 10.04.2014 / 20:02
2
answers

Pass information from a selected item in the list to EditText

Hello, I'm having problems when I select a client in a ListView , I have to pass its name to an EditText of the other Activity and pass the address too. But when I select the Client it is grouping the Name with the Address in the same line....
asked by 17.04.2014 / 20:32
3
answers

Application closing (unfortunately MyApplication has stopped)

I'm doing the application below, Neri's course, however when I implement the code related to the button the application closes alone with error    unfortunately MyApplication has stopped If you comment on the button code, the application...
asked by 18.03.2014 / 21:45
1
answer

Conversion of ASCII code to characters does not work

First of all, I'm new to Android development. I would like to know why my application crashes when I try to convert the ASCII code to characters. private String crip(String str, String psw) { int code = 0; String full_word=""; for...
asked by 04.02.2014 / 21:30
2
answers

"Exit" button in application developed in App Framework

How to create a "Quit" button or have the application close when using Smartphone "back"? To develop my application I'm using Intel's App Framework .     
asked by 26.05.2014 / 20:03
2
answers

Read file in the Assets folder

How do I read a text file inside the Assets folder in an Android project? Ex: my_project/assets/file.txt     
asked by 12.07.2014 / 04:58
2
answers

Icon with notification counter

Does anyone know how I do a notifications counter on Android like Facebook, whatsapp, follow the photo showing the phone icon. ! link     
asked by 09.07.2014 / 16:32
1
answer

Click and hold in ListView [duplicate]

How do I program to click and hold down a method other than just a normal click in the ListView? I would like tips, tutorials something that can help me. @Override public void onItemClick(AdapterView<?> parent, View view, int positi...
asked by 16.07.2014 / 15:32