[android-beginners] Re: Could Android work in those phones ???

2008-05-22 Thread tim jones
Just use LiMo to be sure. On Wed, May 21, 2008 at 9:45 AM, JOUNAYD <[EMAIL PROTECTED]> wrote: > > HI, > > I found a list of Linux Mobile Phones at this: link > http://www.linuxdevices.com/articles/AT9423084269.html > Could Android work in those phones ??? if yes how ??? :) > > > --~--~---

[android-beginners] Sending sms through telnet session

2008-05-22 Thread Analdin Judy
Hi, Can anybody please tell me how to send sms to a mobile number please tell me the command . -- Thanks & Regards Analdin Judy.M InfoWave Knowledgeware. Beyond Multimedia Chennai | INDIA M: +91.98416.64705 www.i-waves.com "The information contained in this e-mail (including any a

[android-beginners] Is contact list data exposed?

2008-05-22 Thread [EMAIL PROTECTED]
Just getting back into code and was wondering if I should start from notepad v2/3 or the contact list that exists? In actual application the contact list needs to be extensible, which I think java supports. Would kind of expect that as a utility function at the core of a phone that supports a myri

[android-beginners] Re: Clickable TextView

2008-05-22 Thread scorpio
Hi, youc can do onclick in textview. before putting setonclicklistener in textview, set the focus, using texviewobj.setFocusable(true); thanks On May 22, 1:19 am, "Bushnaq, Ahmad" <[EMAIL PROTECTED]> wrote: > Hi, > > Is there a way to get an onclick event on a TextView? I can set it but > it

[android-beginners] Not able to change background.

2008-05-22 Thread kamlesh sangani
Hi all, i developed simple application, Now i want to set my own background (image) to application. i used following XML to load bitamp. but i m not able to load image. why?? I placed "my_icon.png" to drawable directory. Application compile & run properly without error but i am not able to s

[android-beginners] Re: Clickable TextView

2008-05-22 Thread Bushnaq, Ahmad
Hi, That worked, thanks! Ahmad -Original Message- From: android-beginners@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of scorpio Sent: Thursday, May 22, 2008 10:01 AM To: Android Beginners Subject: [android-beginners] Re: Clickable TextView Hi, youc can do onclick in textv

[android-beginners] Re: Getting views by type

2008-05-22 Thread Megha Joshi
Hi Ahmad, This feature is not available in the current release of the SDK, you may want to log a feature request in the Android Issue Tracker with a few use cases for it. -Megha On Wed, May 21, 2008 at 8:55 AM, Bushnaq, Ahmad <[EMAIL PROTECTED]> wrote: > > Hi, > > Does anybody know of a way to

[android-beginners] TO SET THE HEIGHT OF EDIT IN XML FILE

2008-05-22 Thread Hitesh
HI SIR I WANT TO SET THE HEIGHT OF EDIT TEXT IN XML FILE AS 30 PX AND WANT TO USE IN MY JAVA FILE.HOW IT POSSIBLE. PLZ SUGGEST ANSWER THANKS IN ADVANCE --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Beginners

[android-beginners] to set the height of editext in string.xml file

2008-05-22 Thread Hitesh
hi sir i want to set the height of edittext in string.xml file and want to use in java file. how can i use it. plz suggest answer. thanks in advance. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Beginners"

[android-beginners] how can i attachedmy file to ask ouestion in android beginner post

2008-05-22 Thread Hitesh
hi i wanr to attchaed my file(that contain diagramm)in my post so how can i do it. thanks in advance --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to andro

[android-beginners] want to set the four images horigentally and want to draw the list below images

2008-05-22 Thread Hitesh
hi i want to set the four images like image1 imag2 image3 image4 when i click on image1 then i want to display the list of image1 like image1 image2 image3 image4 A B C D E F G H I J when i click on image2 then i want to display the list of image2 like image1 image2 image3 image

[android-beginners] AndroidGuys.com Updates

2008-05-22 Thread AndroidGuys.com
Hey everyone! We just wanted to swing through and thank the developers and the Android community for helping make us as successful as we are. We've recently launched some new serial content so we thought we'd bring you up to speed... Developer Spotlight Series - An excellent resource for those

[android-beginners] an android bug?

2008-05-22 Thread Bushnaq, Ahmad
Hi, Not sure how I got into this state, but none of my events are firing. I have a bunch of onClickListeners and onFocusChangeListeners and so on, and none of them are firing. I placed method breakpoints in Eclipse in all of the event handlers, and none get called. After much poking, I noticed th