[android-developers] Re: Honeycomb / Fragments: can't remove a fragment added in XML layout

2013-09-24 Thread Adarsh Pandey
use findViewById(R.id.fragment).setVisibility(View.GONE); On Wednesday, March 9, 2011 3:34:31 PM UTC+5:30, clemp6r wrote: > > Hi, > > I can't remove a Fragment that was added in an XML layout file, using > a FragmentTransaction. I don't understand why, I probably > misunderstood something and

Re: [android-developers] RelativeLayout problems

2010-12-26 Thread Adarsh Pandey
I think you trying to use id which is not created : android:id="@id/SpinRate" try this android:id="@+id/SpinRate" On Mon, Dec 27, 2010 at 9:14 AM, John Lussmyer wrote: > I'm attempting a not-that-complex layout using RelativeLayout, and getting > a weird problem. > > When I set things up in a

[android-developers] Re: Is there any changes in crop image activity

2010-03-10 Thread Adarsh Pandey
d.git.kernel.org/?p=platform/packages/apps/Camera.git;a=... > > On Feb 13, 7:05 pm, Adarsh Pandey wrote: > > > > > Hi, > > > We are facing problem with cropimage activity, is there any changes? > > it gives error related to permission. > > > java.lang.SecurityExc

[android-developers] Is there any changes in crop image activity

2010-02-13 Thread Adarsh Pandey
Hi, We are facing problem with cropimage activity, is there any changes? it gives error related to permission. java.lang.SecurityException: Permission Denial: starting Intent { act=android.intent.action.EDIT dat=content:// media/external/images/media/12 cmp=com.android.camera/.CropImage (has ext

[android-developers] Problem in crop image with android version 2.1

2010-02-12 Thread Adarsh Pandey
Hi all, I m facing problem in crop image Activity. It give error when I pass the image uri to the cropimage activity : 02-12 13:02:32.689: ERROR/AndroidRuntime(374): Uncaught handler: thread main exiting due to uncaught exception 02-12 13:02:32.699: ERROR/AndroidRuntime(374): java.lang.RuntimeExc