would nice to know if one could get something useful out of this.
It's worth a try, somewhen
Regards,
plusminus
... I am trying to retrieve data from textbox but not able to get it.. in cellidlatlong example we can retrieve integer values but i want to retrieve string value say for example username and password.So that authentication can be done.



The android.net.ContentURI class has be replaced with the new android.net.Uri class. This is not a 1:1 replacement and engenders a number of necessary
The notification manager now only does persistent notifications, and they are just called notifications. android.app.NotificationManager now has two methods: notify(id, notification) and cancel(id).

http://www.anddev.org/viewtopic.php?t=916




nisha wrote: Thanks... I am trying to retrieve data from list.. i am using dbhelper class...
Now the data is in items... how to get it on emulater??? ....![]()
nisha wrote:Hi,
I want two views in a activity(one as a back ground and the other
as a foreground).I used addContentView to add the second view after
doing setContentView to add the first view.It's not working.Can anyone
let me know how do I go about this.
Regards,
Nisha



public void writeRequest(OutputStream outputStream) throws IOException {
DataOutputStream os = new DataOutputStream(outputStream);
os.writeShort(21);
os.writeLong(0);
os.writeUTF("fr");//country code
os.writeUTF("Sony_Ericsson-K750");//phone make
os.writeUTF("1.3.1");//software version
os.writeUTF("Web");//type
os.writeByte(27);
os.writeInt(0); os.writeInt(0); os.writeInt(3);
os.writeUTF("");
os.writeInt(myCellID); // CELL-ID
os.writeInt(myLAC); // LAC
os.writeInt(0); os.writeInt(0);
os.writeInt(0); os.writeInt(0);
os.flush();
}

Users browsing this forum: No registered users and 3 guests