[android-beginners] Re: android media Apps

2009-09-08 Thread Kacper86
, Kacper86 cpph...@gmail.com wrote: In Eclipse click Window/Android AVD Manager. There you can create a new instance of emulator. If you want it to have a virtual SD Card then fill in the field SDCard (e.g. you can fill it with 64M). I'm not sure if you can add a new card to an existing

[android-beginners] Re: android media Apps

2009-08-06 Thread Kacper86
Hi, Sorry for delay, but I was on holidays :) 1. Debug any app and go to DDMS perspective. Then use File Explorer to pull or push files into device. 2. /sdcard On Jul 24, 5:56 am, atharva chauthaiwale atharva.c...@gmail.com wrote: Hi, �...@kacper86 Thanks for help... It worked. However, I

[android-beginners] Re: How to access Phone Book

2009-08-06 Thread Kacper86
Hi, You have to read this article: http://developer.android.com/guide/topics/providers/content-providers.html If you have any questions after the reading let us now :) On 5 Sie, 21:13, eNtriZe ajazahme...@gmail.com wrote: Hi, Iam beginner with android can any body tell me how i can access

[android-beginners] Re: android media Apps

2009-07-23 Thread Kacper86
In Eclipse click Window/Android AVD Manager. There you can create a new instance of emulator. If you want it to have a virtual SD Card then fill in the field SDCard (e.g. you can fill it with 64M). I'm not sure if you can add a new card to an existing emulator. On Jul 23, 10:42 am, atharva

[android-beginners] Re: Get file name from Uri

2009-07-22 Thread Kacper86
Hi, The problem is that it should be documented in the Android Reference, here: http://developer.android.com/reference/android/provider/MediaStore.Images.html http://developer.android.com/reference/android/provider/MediaStore.Images.ImageColumns.html But, as far as i understand, it's not

[android-beginners] Re: a question about final variable and multiple constructors

2009-07-22 Thread Kacper86
Hi First of all, your code is a mess, and you shouldn't attach such snippets. Please be more careful, and make sure it'd be easy to read and compile. If it's not possible to compile then at least eliminate the most basic errors (e.g. mHandleId has no type, there is no class declaration etc.).

[android-beginners] Re: Get file name from Uri

2009-07-22 Thread Kacper86
via an intent. and it isn't good to iterate through all images to find one its Uri matches one I received especially that I am not sure it will always be a Uri of an image. still can I get the file name? On Jul 22, 4:04 pm, Kacper86 cpph...@gmail.com wrote: Hi, The problem

[android-beginners] Re: How to get the text value that has been entered in a dialog box?(AlertDialog)

2009-07-21 Thread Kacper86
Hi, These are my first steps in Android, so my solution might not be perfect, yet it works. First of all, you should create a member in AlertDialogSamples class: private int dialogSingleChoiceOption=0; //0, because Map is the default choice Secondly, you have to act when somebody clicks

[android-beginners] Re: Android beginners

2009-03-17 Thread Kacper86
it's a common problem. you have to delete these 3 files (on linux they are hidden) that are causing the problem and refresh your project. On 17 Mar, 23:42, MMC2 m...@mmc2.com.au wrote: NOTEPADV1 To Mike Garcia or anyone else who can shed light onto my problem. I want to run the tutorial app