Is wav frequency adjustable?
Is there a programmatic way to speedup and slowdown a looping wav file like there is in directsound? I'm going bling chasing thru the class references. Thanks.
Informacja: 2010-03-04
Czytaj: Is wav frequency adjustable?
Re: Content Provider General Questions For a Newbie
The best way to get you head around things is to start diving into the code. Start developing the hello android tutorrials. -Kitzy
Informacja: 2010-03-04
Czytaj: Re: Content Provider General Questions For a Newbie
Re: Can't access layout views from inside parent view
Try removing the line <com.android.myapp.fooview> and </ com.android.myapp.fooview> Can it access it then? -Kitzy
Informacja: 2010-03-04
Czytaj: Re: Can't access layout views from inside parent view
Re: Class Diagram
I'll second that request.
Informacja: 2010-03-04
Czytaj: Re: Class Diagram
Dev phone messes up laptop boot
Acer aspire with windows 7 wont get past the 'acer press f2 for setup' screen if the dev phone is plugged into the usb. Dont know if this is any phone or any computer, but I was real bummed that it wouldnt boot, then I unplugged the phone and it was like being reborn. Hope this helps someone?
Informacja: 2010-03-04
Czytaj: Dev phone messes up laptop boot
Re: [android-beginners] Dev phone messes up laptop boot
BobG wrote: Your PC probably sees the phone as a USB device and tries booting from it, just like it might boot off of a USB thumb drive or external hard drive.
Informacja: 2010-03-04
Czytaj: Re: [android-beginners] Dev phone messes up laptop boot
Re: [android-beginners] Detecting spinner selections
Tip: when you can't find the functionality you need in a given class, check its base classes. In this case, you would find this: [link]) ------------------------------ ------------------------------ ------------------------------ -------
Informacja: 2010-03-04
Czytaj: Re: [android-beginners] Detecting spinner selections
Positioning/Layout of the Input Method / Soft Keyboard
Hi everyone, For an Android 1.5 device I need to implement a new Soft Input (Soft Keyboard) that is not located at either side of the Screen but rather at a corner. I have the layout ready but I can
Informacja: 2010-03-04
Czytaj: Positioning/Layout of the Input Method / Soft Keyboard
Re: How I get values from a ListPreference??
I did it! Thanks a lot!
Informacja: 2010-03-04
Czytaj: Re: How I get values from a ListPreference??
Re: [android-beginners] Re: life-cycle clarification help
No, it will destroy activities and services when appropriate (e.g., BACK button destroys an activity).
Informacja: 2010-03-04
Czytaj: Re: [android-beginners] Re: life-cycle clarification help
Detecting spinner selections
I've been struggling with this issue for days now. I've got a spinner control set up to display items. It works but I need a way to know when a selection has been made in the control. It doesn't appear that I can set an OnItemClickListener. The SDK says: "setOnItemClickListener(Adapte rView.OnItemClickListener l) A spinner
Informacja: 2010-03-04
Czytaj: Detecting spinner selections
Class Diagram
Does anyone know where I can find a simplified Android Class Diagram? I think a diagram that shows the basic structure of the Android classes and cuts out the non-major classes would be helpful to understand the connections between the classes. Thanks, Mitch
Informacja: 2010-03-04
Czytaj: Class Diagram
Re: life-cycle clarification help
Since I posted this, i've re-read the references on life-cycle and think i have a much better understanding, in that my confusion seemed to be over the concept (wrong?) that the system would kill off one component of a process and not others. My current understanding implies that it uses the process components (activity, service,...) to
Informacja: 2010-03-04
Czytaj: Re: life-cycle clarification help