[android-developers] When switching content views sending over a variable?

2010-09-14 Thread arberb
Im trying to switch content views on my application and I wanna send over a variable along with it. So my main class has a button and when you click it, it brings you to a different content view (I have an intent setup) so yeah in the main class it has a variable and I wanna bring it to the new

[android-developers] Saving drawables to sd card?

2010-09-12 Thread arberb
My application has alot of pictures in it and I was wondering if its possible if one of my users click a button to send that picture to the sd card? If this is possible please let me know -- You received this message because you are subscribed to the Google Groups Android Developers group. To

[android-developers] Copying 1 drawable to SD

2010-09-12 Thread arberb
I wanna copy a drawable to the sd card. Lets say I have picture 1.jpg in my drawable folder and I want the app to copy it to the sd card when a certain button is pressed how can I do this? -- You received this message because you are subscribed to the Google Groups Android Developers group. To

[android-developers] Cannot Play Audio Files In The RAW Folder

2010-04-28 Thread arberb
At the moment im working on an application which uses audio files and the issue is when ever my audio file gets called it gives me this error: 20:51:12.061916 ERROR AndroidRuntime Uncaught handler: thread main exiting due to uncaught exception 20:51:12.092916 ERROR

[android-developers] Re: Cannot Play Audio Files In The RAW Folder

2010-04-28 Thread arberb
There a.ogg file is there inside the raw folder. I dont know whats wrong with it. I have checked several times. On Apr 28, 7:44 am, Nithin nithin.war...@gmail.com wrote: The error is, Resources $NotFoundException: File res/raw/a.ogg from drawable resource ID #0x7f04 check whether you

[android-developers] Audio in the RAW Folder is not able to play....

2010-04-28 Thread arberb
At the moment im working on an application which uses audio files and the issue is when ever my audio file gets called it gives me this error: 20:51:12.061916 ERROR AndroidRuntime Uncaught handler: thread main exiting due to uncaught exception 20:51:12.092916 ERROR

[android-developers] Issue with MediaPLayer

2010-04-27 Thread arberb
This is my script: public class MainActivity extends Activity { @Override public void onCreate(Bundle icicle) { super.onCreate(icicle); this.setContentView(R.layout.main); Button myButton = (Button)this.findViewById(R.id.my_button);

[android-developers] Quick Easy Question

2010-04-19 Thread arberb
Is it possible to open up a music player when someone clicks a certain link? Like a music player popup or something in my application? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to