[android-beginners] Re: Cant run HelloAndriod

2009-08-08 Thread Brett Chabot
It sounds like you're selecting Run As Android JUnit Test when attempting to run your app. This will attempt to execute all the JUnit tests in your project, but your project is not properly configured as a test project. What you probably want instead is to select Run As Android Application.

[android-beginners] Re: Android SDK + Eclipse + Ubuntu 9.04 = strange bug

2009-08-08 Thread wmhtet
Try to reload the project. In the package explorer, right click on project and select refresh F5. On Aug 5, 3:03 pm, sunabozu tro...@gmail.com wrote: Hi. I'm trying to write a basic application. Everything goes fine and my project works. But when I'm using IOException in my code, Eclipse

[android-beginners] virtual keyboard

2009-08-08 Thread Liviu Ungureanu
hi!my application have an edittext on main activity and i want as whe my application will open the virtual keyboard to be open.i tried whith requestFocus but doesn't work.you think is posible that?and an other question:is posible tu use the enter key pf virtual keyboard to submit a form or an

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

2009-08-08 Thread Ajaz Ahmed
Thanks. On Fri, Aug 7, 2009 at 12:20 AM, Kacper86 cpph...@gmail.com wrote: 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

[android-beginners] Re: Help Needed with Opening File

2009-08-08 Thread Steve Hall
I eventually solved the problem with help of following dicussion http://www.anddev.org/viewtopic.php?p=25297#25297 my solution is:- public void CopyfiletoMemory(String filename){ FileOutputStream fos; DataOutputStream out; try{ FileInputStream in = new

[android-beginners] Re: Developer hardware

2009-08-08 Thread Liviu Ungureanu
I have one htc hero..it is very fast when you will want to test your app on it..you must wait 10seconds till your app will runing..you will like the interface..it is inovative and really nice..but the processor is a bit slow when you have a lot of apps installed.after you will install

[android-beginners]

2009-08-08 Thread saurabh sinha
plz send me example of startActivityForResult in android --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Beginners group. To post to this group, send email to android-beginners@googlegroups.com To unsubscribe

[android-beginners] Re: examples for Saurabh sinha, seema sharma, jyoti gupta

2009-08-08 Thread Abhiram Alamuru
Do we have mods for this group? Is it possible to boot someone out for spamming? On Fri, Aug 7, 2009 at 1:15 PM, Julie tearse...@yahoo.com wrote: Saurabh Sinha - is that you? You really need to stop spamming the channel (and the smart regulars!!) begging and demanding for someone to do YOUR

[android-beginners] Simulate a tap

2009-08-08 Thread Liviu Ungureanu
Is posible to simulate a tap over an edittext?thank you --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Beginners group. To post to this group, send email to android-beginners@googlegroups.com To unsubscribe

[android-beginners] Pictures and EXIF data

2009-08-08 Thread tinyang
I was wondering what needs to be done if you would like a picture taken by your G1 phone to be geotagged? I am designing an app that will allow you to take a picture with the camera and geotag it. Are there any code examples one might recommend for taking a picture with your app (calling the

[android-beginners] Re: Pictures and EXIF data

2009-08-08 Thread Mark Murphy
tinyang wrote: I was wondering what needs to be done if you would like a picture taken by your G1 phone to be geotagged? I am designing an app that will allow you to take a picture with the camera and geotag it. Are there any code examples one might recommend for taking a picture with your

[android-beginners] Re: Pictures and EXIF data

2009-08-08 Thread tinyang
Thanks Mark, looks good! Is it possible to incorporate purely java/non-android libraries into an android app? Does the G1 not have a built-in option for geotagging a picture taken with the camera already? Also, Are there any code examples one might recommend for taking a picture with your

[android-beginners] Re: Pictures and EXIF data

2009-08-08 Thread Mark Murphy
tinyang wrote: Thanks Mark, looks good! Is it possible to incorporate purely java/non-android libraries into an android app? Possible, yes. Not all libraries will compile, because they require APIs not available on Android. Does the G1 not have a built-in option for geotagging a picture

[android-beginners] Re: Question Regarding the Background Menu

2009-08-08 Thread Hamed3d
Anyone?I really appreciate any helps. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Beginners group. To post to this group, send email to android-beginners@googlegroups.com To unsubscribe from this group,