[android-beginners]

2009-10-30 Thread eldo jacob
-- 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, send email to android-beginners+unsubscr...@googlegroups.com For more options, visit thi

[android-beginners] Eclipse problem: "R cannot be resolved"

2009-10-30 Thread erisa
I had to abandon my old distribution and installed ubuntu and then installed eclipse and then the android SDK and ADT plugin. All my projects now show the error "R cannot be resolved." The R.java file is simply not being generated. I also get the error: "Error executing aapt. Please check aapt

[android-beginners] Accessing Market through ACTION_VIEW Intent

2009-10-30 Thread Ryan Rowland
Hello all, My application is complete for the most part, I'm trying to add an update system similar to the one suggested on the android developer site: Check my web server for the current version, and send the user to android market if there's an update. However, I keep getting a "market.android.co

[android-beginners] Re: Audio Stream Processing

2009-10-30 Thread Roman ( T-Mobile USA)
On SDK level you won't find any API support to render your audio stream. If you want to do this, you have to do some native coding. -- Roman Baumgaertner Sr. SW Engineer-OSDC ·T· · ·Mobile· stick together The views, opinions and statements in this email are those of the author solely in their indi

[android-beginners] how does one change the font COLOR in an applicaton

2009-10-30 Thread Rc3375
HI EVERYONE, How would one go about changing the FONT COLOR in your app?? Most font colors are black with a white background with an EdiTText or TextView. Does anyone know of a "LIBRARY" that out there that can be used with Eclipse.?? Thanksrc3375 -- You received this message because you ar

[android-beginners] Re: Audio Stream Processing

2009-10-30 Thread heteroskedasicity
Bump -- 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, send email to android-beginners+unsubscr...@googlegroups.com For more options, vis

[android-beginners] Re: Fresh Android 2.0 instance gives error on Accounts screen

2009-10-30 Thread Xavier Ducrohet
This is a known issue. The settings to see current accounts is missing from the build. You can use the email app to add an account if you want. Xav On Wed, Oct 28, 2009 at 8:53 AM, Scorpicon wrote: > > I downloaded the Android SDK for the first time yesterday, and > installed all of the availab

[android-beginners] Get an array of colors from an image

2009-10-30 Thread Liviu Ungureanu
Hi all! I just want to ask if is possible to get the array with colors from a ImageView? 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 andr

[android-beginners] Re: Motorola Droid Virtual Device

2009-10-30 Thread Xavier Ducrohet
Can you define way "too small" and "way too big". For instance, if you scale it down, use a tape measurer to check that it displays (or not) the diagonal size you entered. Also check the monitor resolution you entered. You can use the '?' button to get an estimate. As for way too big, it's actua

[android-beginners] webview load set progress bar

2009-10-30 Thread Marton Kodok
I have this code to setup a progress bar for my webview. I get an error on runtime on the first marked line. What is wrong? getWindow().requestFeature(Window.FEATURE_PROGRESS); // hangs out on this line final Activity activity = this; webview.setWebChromeClient(new WebChromeClie

[android-beginners] Invitation to connect on LinkedIn

2009-10-30 Thread Rachana Bedekar
LinkedIn I'd like to add you to my professional network on LinkedIn. - Rachana Confirm that you know Rachana Bedekar https://www.linkedin.com/e/isd/831297628/x-26hRFm/ Every day, millions of professionals like Rachana Bedekar use LinkedIn to connect with colleagues, find exp

[android-beginners] Programmatically create a numeric EditText

2009-10-30 Thread bennyb
How can you programmatically create a numeric EditText view so that when a user clicks on it, only the numeric keypad is shown with a "Done" button. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Beginners"

[android-beginners] Re: Edit Text "===" Problem..please help

2009-10-30 Thread Natwar Maheshwari
Thanks Sean, As soon as my emulator loads, it starts inserting "=" sign in edit text it finds. For instance, I have a google search bar in my home screen of emulator/AVD, it automatically inserts "=" sign and keeps on doing it. Then after that my application loads and if any activity with an edi

[android-beginners] Re: No project types show up in Eclipse 3.5 Galileo

2009-10-30 Thread niko20
Hi, Actually mine looks the same, Just choose File->New Project->Project and in the next menu you will see Android listed. -niko On Oct 29, 12:47 pm, "sc...@lazycoder.com" wrote: > After I install the Android tools and plugins in Eclipse 3.5 and > restart the IDE, when I click on "File" -> "Ne

[android-beginners] Re: Edit Text "===" Problem..please help

2009-10-30 Thread Gulfam
Are you telling about EditText field inside your Application or when you creat a new AVD using AVDManager? On Oct 30, 2:45 pm, Sean Hodges wrote: > On Fri, Oct 30, 2009 at 2:36 AM, Nat M wrote: > > > Hi all, > > > My AVD automatically takes "=" (equal) sign in edit texts. I have > > ch

[android-beginners] Re: Android 2.0 SDK is here!

2009-10-30 Thread Maxood
I just got these messages messages after running updates with the 'http' site instead of 'https' Downloading SDK Platform Android 2.0, API 5, revision 1 SSL peer shut down incorrectly Skipping 'Google APIs by Google Inc., Android API 5, revision 1'; it depends on 'SDK Platform Android 2.0, API 5,

[android-beginners] Re: Edit Text "===" Problem..please help

2009-10-30 Thread Sean Hodges
On Fri, Oct 30, 2009 at 2:36 AM, Nat M wrote: > > Hi all, > > My AVD automatically takes "=" (equal) sign in edit texts. I have > changed my AVD several times already. > > As soon as some edit text shows up on screen it starts filling "=" > sign in it and keeps on doing it. > > Please Help. > > >

[android-beginners] Re: Very specific question about Foreground / Background tasks...

2009-10-30 Thread RichardC
Yes, and here is one page to get you started: http://developer.android.com/intl/fr/guide/topics/fundamentals.html -- RichardC On Oct 29, 2:24 pm, tob wrote: > Hi, > > I started down the road towards an iPhone app but was dismayed by so > many things (e.g.  you do not have access to some very fu

[android-beginners] how to type in a webview

2009-10-30 Thread Marton Kodok
Hello, I have a really small problem. I use the 1.6 and 2.0 emulator, failed on both. I have a webview that launches a login page, I am required to type in there authentication information, but I can't do that neither with keyboard neither with the emulator keyboard buttons. I tried double-cl

[android-beginners] how to type in a webview

2009-10-30 Thread Marton Kodok
Hello, I have a really small problem. I use the 1.6 and 2.0 emulator, failed on both. I have a webview that launches a login page, I am required to type in there authentication information, but I can't do that neither with keyboard neither with the emulator keyboard buttons. I tried double-cl