[android-beginners] Re: OnClickListener in my ListView

2010-03-10 Thread SREEHARI
Use onListItemClick(ListView list, View view,int position, long id) REgards, SREEHARI -- You received this message because you are subscribed to the Google Groups Android Beginners group. NEW! Try asking and tagging your question on Stack Overflow at

Re: [android-beginners] Re: insatallation problem

2010-03-10 Thread Taruna Maddali
i tried doing that..it gives the same error..and tried with the http . On Wed, Mar 10, 2010 at 1:23 PM, S.T. Hector CHANCOCO soloc...@gmail.comwrote: If I'm not wrong, The correct link should be : https://dl-ssl.google.com/android/eclipse https://dl-ssl.google.com/android/eclipse Pleas try

[android-beginners] Re: activitynotfound exception

2010-03-10 Thread SREEHARI
Inside onClick of Button u do the below steps Intent intent = new Intent(this, MyPreferenceActivity.class); startActivity(intent); Regards, SREEHARI -- You received this message because you are subscribed to the Google Groups Android Beginners group. NEW! Try asking and tagging your

Re: [android-beginners] Re: insatallation problem

2010-03-10 Thread Xavier Ducrohet
It's likely that your IT department configured your browser to go through your corporate proxy. Talk to them to figure out how to configure Eclipse to use your proxy (in preferences under General Network connections) Xav On Tue, Mar 9, 2010 at 11:37 PM, Taruna Maddali

[android-beginners] Disable keyboard in DatePicker ?

2010-03-10 Thread djdamage06
Hello everybody, Is it possible to disable the edition of fields in DatePicker ? Indeed when I touch on the editable box in the DatePicker, the keyboard appears... And I don't want this ! Someone have an idea ? Thanks a lot for your response :)

[android-beginners] Re: can we launch an activity from windowManagerService?

2010-03-10 Thread Gladys
Hi Justin, The WindowManagerService itself had a context variable named mContext. I used it to start an activity and It worked.. Thanks for the help. On Mar 9, 6:30 am, Justin Anderson janderson@gmail.com wrote: If WindowManagerService inherits from Service then you shouldn't need to use

[android-beginners] Vodafone distributes Mariposa botnet

2010-03-10 Thread Shawn Brown
How widespread is this? How can I check on osx if my handset has the Mariposa bot, Confiker or Lineage password stealing malware. I'm probably safe running osx but don't want to infect any windows machines I hook up to. http://research.pandasecurity.com/vodafone-distributes-mariposa/ Maybe

Re: [android-beginners] Re: OE 1.2.1 usb internet tethering does not work

2010-03-10 Thread Xi Shen
On Tue, Mar 9, 2010 at 9:35 PM, Lonestarr13 lonestar...@gmail.com wrote: You upgraded to openeclair? I'm not sure about 1.2.1 but I'm running 1.2.2 and this is a known issue that will be fixed in next release. you mean i cannot use internet tethering on OE 1.2.2? good luck, i did not upgrade

[android-beginners] add text to a drawable? (maps question)

2010-03-10 Thread Michael Dorin
I am doing a map application and would like to put more than just a 'star' or a 'pin' on the map when it is selected. Is it possible to make a drawable icon, and shove some text into it? That way I could have a bit of info and the location tagged. Thanks, Mike -- You received this message

Re: [android-beginners] add text to a drawable? (maps question)

2010-03-10 Thread Mark Murphy
Michael Dorin wrote: I am doing a map application and would like to put more than just a 'star' or a 'pin' on the map when it is selected. Is it possible to make a drawable icon, and shove some text into it? That way I could have a bit of info and the location tagged. You can certainly have

[android-beginners] App running on dev phone creates a log??

2010-03-10 Thread BobG
Is there a log file on the phone? Someone tell me how to look at it? Thanks. -- You received this message because you are subscribed to the Google Groups Android Beginners group. NEW! Try asking and tagging your question on Stack Overflow at http://stackoverflow.com/questions/tagged/android To

Re: [android-beginners] App running on dev phone creates a log??

2010-03-10 Thread Mark Murphy
BobG wrote: Is there a log file on the phone? Someone tell me how to look at it? adb logcat, DDMS, or the DDMS perspective in Eclipse, with the device connected to the computer via the USB cable. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Android

[android-beginners] Internet Download Manager 5.18.7 | 6.1 Mb

2010-03-10 Thread soso essa
Internet Download Manager 5.18.7 | 6.1 Mb http://alagmysoft.blogspot.com/2010/03/internet-download-manager-5187.html 16 Download Managers in 1 Pack | 54 MB http://alagmysoft.blogspot.com/2010/03/16-download-managers-in-1-pack.html YouTubeGet 5.4 | 5 Mb

[android-beginners] Re: App running on dev phone creates a log??

2010-03-10 Thread BobG
Yo Da Man Mark! Hope I don't use up all my question tickets before I get into the hard ones... -- You received this message because you are subscribed to the Google Groups Android Beginners group. NEW! Try asking and tagging your question on Stack Overflow at

Re: [android-beginners] activitynotfound exception

2010-03-10 Thread Yousuf Faheem
Hi check the package name that your activity has and the package name the manifest file has. Also check what package name you are giving in your intent. Thanks Regards, Yousuf Syed 773-719-4786 On Tue, Mar 9, 2010 at 1:23 AM, cnbishop cnbis...@gmail.com wrote: hi, i am trying to implement

[android-beginners] Re: Snake Demo Question

2010-03-10 Thread Mike
Thanks for the response! Takes about 3 weeks to get a post and response on here! Wow I am really just getting up to speed on formatting issuecrawling right now. I'm a noob, so this may seem obvious to veterans but...after digging a little deeper into the demo, I found this; /** *

Re: [android-beginners] Re: Snake Demo Question

2010-03-10 Thread Justin Anderson
* Thanks for the response! Takes about 3 weeks to get a post and response on here! Wow* It was 10 days... about a week and a half. And all of us are reading through these posts and answering on our own personal time. * So, it looks like the answer to my question is that nothing is

[android-beginners] Context menu from button

2010-03-10 Thread Sonic
Hi All, How do I create a custom context menu for a button widget? So that when you press and hold on a button, it displays a custom context menu? Thank you. -- You received this message because you are subscribed to the Google Groups Android Beginners group. NEW! Try asking and tagging your

Re: [android-beginners] Context menu from button

2010-03-10 Thread Mark Murphy
Sonic wrote: How do I create a custom context menu for a button widget? So that when you press and hold on a button, it displays a custom context menu? Step #1: Call registerForContextMenu() on your Activity to say what widget needs the menu Step #2: Implement onCreateContextMenu() in your

[android-beginners] Re: Populate ListView inside a Activity

2010-03-10 Thread Kitzy
Search for how to fill an ArrayAdapter with an xml file, there are also examples which come with the sdk examples. You should create an array file in your res/values directory and you will have to have all the contries you want lited in it. -Kitzy On Mar 7, 12:46 pm, plexus

[android-beginners] Spinner not displaying the selectedItem

2010-03-10 Thread -DC-
I'm using a Spinner view to display a list of items (file names) and frequently refreshing it with new data. I've ran into a situation where the item being displayed in the view is not the item actually selected. This happens after programatically calling setSelection(). I started wondering if

Re: [android-beginners] Re: Populate ListView inside a Activity

2010-03-10 Thread kavitha
create an ArrayAdapter and add list items to it. then use list.setAdapter(adapter); On Thu, Mar 11, 2010 at 5:22 AM, Kitzy kitzyk...@gmail.com wrote: Search for how to fill an ArrayAdapter with an xml file, there are also examples which come with the sdk examples. You should create an