[android-developers] Re: photo picker Uri issue

2009-03-26 Thread beachy
:). On Mar 25, 3:15 am, beachy beachy.g...@gmail.com wrote: In some code I call this;                                         Intent photoPickerIntent = new Intent (Intent.ACTION_PICK);                                     photoPickerIntent.setType(image

[android-developers] photo picker Uri issue

2009-03-25 Thread beachy
In some code I call this; Intent photoPickerIntent = new Intent (Intent.ACTION_PICK); photoPickerIntent.setType(image/*); startActivityForResult(photoPickerIntent, 1); then implement

[android-developers] Re: Want to help us port our iPhone app to Android?

2009-01-31 Thread beachy
keen, can you send me an email with some details beachy.g...@gmail.com On Jan 30, 2:55 pm, cmxlgy cmx...@gmail.com wrote: Hi all - Just curious if anyone would be interested in helping us port our iPhone app to Android? It would be on a revenue share basis. Drop us a line off-list. Link

[android-developers] Re: Port my iPhone game

2009-01-11 Thread beachy
Hi Steve, Thought I would chip in my two cents.. I have worked on a few conversion projects the biggest being a social welfare system that was converted to java. From everything i have experienced in conversion projects i would say you are better to just recreate the code using your old code as

[android-developers] Thread Allocation Question

2008-12-10 Thread beachy
Hi Guys, Just a quick general question someone might be able to answer off the top of their head, does the JVM scheduler use time slicing when allocating process to threads of the same priority? Cheers, Greg B. --~--~-~--~~~---~--~~ You received this message