The emulator does not have a android market so calling
Intent myIntent = new Intent(Intent.ACTION_VIEW,Uri.parse("market://search?q=scriptblocks"));
startActivity(myIntent);
Will throw a ActivityNotFoundException, But will work fine on a real device
When using the Canvas make sure to not Load a Resource on a doDraw method.
I was having memory leaks / To many files open because every redraw was reopening the file.
Ogg file format is a lot smaller then wav.
We now have two android apps on the market.
https://market.android.com/search?q=scriptblocks
No comments:
Post a Comment