My app is using the following code to launch the camera app to capture an
image and return a bitmap :
Intent intent = new
Intent(android.provider.MediaStore.ACTION_IMAGE_CAPTURE);
intent.putExtra("return-data", true);
getActivity().startActivityForResult(intent,
IntentExtraConstants.WRITE_REVIE
I have an Arduino Uno, which I cannot connect to my Android phone because
of lacking support. I would request for some help pointing me to a place I
can buy an ADK kit, or any other board which can help me develop Android
apps with ADK. I am surprised I have been unsuccessfully googling for last
I am still hoping for a solution... Did you get anything ?
Thanks !
On Tuesday, 3 August 2010 12:40:36 UTC+5:30, Marcus Wolschon wrote:
>
>
> Hello,
>
> I would like to implement a new LocationProvider.
> In this case, one that uses OpenCellID.org.
> I figured the pattern wou be quite similar
3 matches
Mail list logo