[android-developers] Camera crashes when launched with ACTION_IMAGE_CAPTURE

2015-10-05 Thread Deepak Mishra
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

[android-developers] Beginning ADK

2012-12-28 Thread Deepak Mishra
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

[android-developers] Re: How to implement your own LocationProvider

2012-06-18 Thread Deepak Mishra
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