views:

275

answers:

2

Hi,

Ok my question might appear a bit strange but here is my problem : I am testing a database storage after retrieving data from the internet, then i would like to be able to start the emulator with internet working, and then, while it is running, stop internet access to force it using the database as a source to display data. Is that possible? thank you

+2  A: 

Disconnect your development machine from the network.

Nikola Smiljanić
Lol that's seems pretty easy. didn't even think of that.Cheers man!
Sephy
+8  A: 

You can also use F8 to set the cell network on/off. See here

ccheneson
Great guys, thank you very much for help.this one's better actually, because I can keep surfing while testing .
Sephy