Hello everybody again, Can anybody help me? I need to know how to manipulate/manage the INFO of de object Log when I search... sth like this:
Using java Syntax Highlighting
while (!mSearch.isComplete()) {
Log.i(LOG_TAG, ".");
}
Parsed in 0.030 seconds, using
GeSHi 1.0.8.4
or
Using java Syntax Highlighting
NotificationManager nm = (NotificationManager)
getSystemService(NOTIFICATION_SERVICE);
nm.notifyWithText(999,
miBusqueda.getPlacemark(item).getDetailsDescriptor(),
NotificationManager.LENGTH_LONG, null);
Parsed in 0.034 seconds, using
GeSHi 1.0.8.4
I don't understand how to show the results of my search. Thanks !!! I'd like to show the info in order...