In the android I have the following URL
String url = "http://domain.com/page?parameter1=value1¶meter2=value2";
I would like to get the parameters of this URL how do I do this in a simple way?
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.
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...
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....
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...
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...
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...