[android-developers] After capture image from camera activity not update in android 3.1

2011-09-08 Thread kalpana chaurasia
In my app I have a Capture image from camera code using Intent intent = new Intent(android.media.action.IMAGE_CAPTURE); And it's working fine in all android 2.2, 2.3 but in 3.1 data get null from onActivityResult(). But image store in sdcard. Thanks. -- You received this message because you are

[android-developers] Problem to increase size of table layout runtime

2011-09-04 Thread kalpana chaurasia
I must need to use table layout. but i want table layout with fixed size when there is no record or two row. after deleted that two records(row) size is fixed. and when more than two records(row) are added then size of table is increasing. table layout created on runtime. is it possible ? how? i