[android-beginners] Issue about the uri is null.

2009-11-07 Thread yjshi
The issue I met is that my app could recorded the video ,but could not play it. At first,I use the mediarecorder and mediaplayer in the one page. And I want to use the same surface view to preview and play . But,I lost because,I find that when the mediaplayer is playing , No picture is

[android-beginners] how to hide keyboard when done typing

2009-11-07 Thread Marton Kodok
Hello, Whenever a keyboard shows up, how can I hide it after I finished my typing. For example when I run the SkeletonActivity, I can type in some text, but how do I hide the keyboard when I'm done -- Márton -- You received this message because you are subscribed to the Google Groups Android

[android-beginners] error when starting Android project in Eclipse

2009-11-07 Thread Marton Kodok
Hello, What might be wrong? eclipse.buildId=M20090917-0800 java.version=1.6.0_14 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=hu_HU Framework arguments: -product org.eclipse.epp.package.java.product Command-line arguments: -os win32 -ws win32 -arch

[android-beginners] Re: Image buttons changing position based on orientation of phone.

2009-11-07 Thread jbrohan
I don't think it's necessary to check yourself, just provide the landscape layout in the folder res/layout-land and leave the other one in res/layout and the magic of Android will manage this for you. The problem with your pictures is probably that they have the wrong aspect ration...they are

Re: [android-beginners] how to hide keyboard when done typing

2009-11-07 Thread Justin Anderson
Press the back button On Nov 7, 2009 2:03 AM, Marton Kodok pentiu...@gmail.com wrote: Hello, Whenever a keyboard shows up, how can I hide it after I finished my typing. For example when I run the SkeletonActivity, I can type in some text, but how do I hide the keyboard when I'm done -- Márton

Re: [android-beginners] Re: Image buttons changing position based on orientation of phone.

2009-11-07 Thread Justin Anderson
Interesting I did not know about the layout-land folder! On Nov 7, 2009 6:01 AM, jbrohan jbro...@gmail.com wrote: I don't think it's necessary to check yourself, just provide the landscape layout in the folder res/layout-land and leave the other one in res/layout and the magic of Android

[android-beginners] Android SDK updates with eclipse

2009-11-07 Thread Kingcrowley
Downloaded the latest SDK (working fine) but while doing the updates through the Android SDK Manager in eclipse I have managed to get some items but some just keep on timing out! I only seem to be able to get download speeds of 10KB/s! My net connection is fine and supports speeds much higher than

[android-beginners] Re: disable GPS programmatically

2009-11-07 Thread niko20
The GPS settings can no longer be controlled directly by apps. They changed this a while ago now. On Nov 6, 11:25 pm, Nemat nemate...@gmail.com wrote: Hi ... Thanks for your reply Actualy I have tried using these lines:  locationManager.removeUpdates(locationListener);                

[android-beginners] Re: Suggestions on tutorials

2009-11-07 Thread sfitzjava
Wow thought I said I Please no .. benefits of XML (BECAUSE YOU ARE WRONG. [PERIOD]). So thanks for wasting my time reading your diatribe and you are wrong still. Sadly you would jump over a cliff if some script kiddie told you it was the new thing to do. So to quickly cut through all of your

Re: [android-beginners] error when starting Android project in Eclipse

2009-11-07 Thread Xavier Ducrohet
Hi, someone else reported the problem and said restarting Eclipse fixed the issue. We are investigating (but we're having problem reproducing it) thanks Xav On Sat, Nov 7, 2009 at 1:11 AM, Marton Kodok pentiu...@gmail.com wrote: Hello, What might be wrong? eclipse.buildId=M20090917-0800

[android-beginners] Re: Suggestions on tutorials

2009-11-07 Thread Kingcrowley
well someone with your knowledge of Java should be able to use the Android API with the tutorials available to learn android in no time! Regards, David On Nov 7, 9:20 pm, sfitzjava sfitzj...@gmail.com wrote: Wow thought I said I Please no .. benefits of XML (BECAUSE YOU ARE WRONG.

Re: [android-beginners] error when starting Android project in Eclipse

2009-11-07 Thread Marton Kodok
I tried restarting but doesn't work out. I will check tomorrow my project on different computer. If fails to compile there too I am willing to send over my project for investigation. This all started when some files were synced between two computers, but I don't have the log what is new or what

[android-beginners] Re: Suggestions on tutorials

2009-11-07 Thread sfitzjava
Wow thanks David that was so helpful. If there were tutorials that weren't made up of 99% XML I could. Here let's take LinearLayout. LinearLayout xmlns:android=http://schemas.android.com/apk/res/ android android:layout_width=fill_parent

[android-beginners] Re: Suggestions on tutorials

2009-11-07 Thread Kingcrowley
maybe you are just looking at this wronginstead of trying to mash your knowledge into Android development, maybe you should learn Android... On Nov 7, 10:01 pm, sfitzjava sfitzj...@gmail.com wrote: Wow thanks David that was so helpful. If there were tutorials that weren't made up of 99%

[android-beginners] Re: Suggestions on tutorials

2009-11-07 Thread niko20
There isn't any need to be rude. And also the XML is there to allow seperation between the view of the data, and the code behind the data. That way you can change the view without having to edit any code. That is the benefit of using it. -niko20 On Nov 7, 7:00 pm, Kingcrowley

[android-beginners] Re: Suggestions on tutorials

2009-11-07 Thread niko20
A simple google search works fine, I was able to find this for example: http://vinnysoft.blogspot.com/2009/08/xml-layout-in-java.html -niko On Nov 7, 8:42 pm, niko20 nikolatesl...@yahoo.com wrote: There isn't any need to be rude. And also the XML is there to allow seperation between the view

[android-beginners] Re: Suggestions on tutorials

2009-11-07 Thread sfitzjava
Awesome links Niko20. Thank you!! Do you remember the keywords you searched with? That might help me better understand why my searches have not been working. As a side note about the magic of XML allowing you to redesign an app without coding. If you change your ui there is a 99% chance you are

[android-beginners] Re: Suggestions on tutorials

2009-11-07 Thread sfitzjava
Hmmm. Learn android, that was kind of the idea. And all of the intros to android brag there are 2 way to do it, all I ask is to find the information on the non-XML way. Looks like niko20 knows how to ask mr google better than I can, and knows how to answer the key question. I had hoped not to

Re: [android-beginners] Re: How to begin with android

2009-11-07 Thread Niamathullah sharief
I have some doubts. From where we will get this android kernel part? is it nessary to learn java to work in android kernel part? On Wed, Oct 28, 2009 at 7:46 PM, Kumaravel Kandasami kumaravel.kandas...@gmail.com wrote: Congratulations on starting with Android - Books there are many good