[android-beginners] Re: Control for date and time

2008-03-30 Thread Dan U.
DatePicker and TimePicker On Mar 30, 11:15 pm, "Analdin Judy" <[EMAIL PROTECTED]> wrote: > Hi > > Can anybody please tell me,Is there any control for display date and time > in android > > Thanks > judy --~--~-~--~~~---~--~~ You received this message because you

[android-beginners] Spinner loop content

2008-03-30 Thread Hannah Hu
I have a Spinner that holds days of the month, and I want to be able to loop around from day 1 to day 31 without have to press the right button continuously. Is there any way to do this? --~--~-~--~~~---~--~~ You received this message because you are subscribed to t

[android-beginners] Control for date and time

2008-03-30 Thread Analdin Judy
Hi Can anybody please tell me,Is there any control for display date and time in android Thanks judy --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email t

[android-beginners] Simple Talk - Sample GTalk Application -

2008-03-30 Thread Tatsu
Hi all, Simple Talk, sample application using m5 sdk's GTalkService APIs, is now uploaded. Please download from the following URL shoving through strange characters. :D http://www.tatsu.com/forum/viewtopic.php?showtopic=9 There's one thing I gave up to implement. Its messaging-list never scroll

[android-beginners] Re: about calling back from c++ to android..

2008-03-30 Thread Neelesh Jain
Thanks for Reply!!! Can you give me any sample code for reference?? From: android-beginners@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Digit Sent: Saturday, March 29, 2008 2:07 AM To: android-beginners@googlegroups.com Subject: [android-beginn

[android-beginners] Re: MySQL in android server

2008-03-30 Thread Dan U.
First, it's probably not the greatest idea from a design standpoint to make a connection directly to the db. You might want to consider using some kind of web service for that. If you still want to do this, the error looks like you don't have a mysql driver jar on the classpath. On Mar 30, 7:45

[android-beginners] Re: MySQL in android server

2008-03-30 Thread Digit
H, there is no JDBC driver code distributed with Android. and there is no MySQL database server running in the system too. why do you think this could work ? (for the record, Android provides you with SQLite, which is very different from MySQL) On Sun, Mar 30, 2008 at 7:45 PM, rahul <[EMAIL P

[android-beginners] MySQL in android server

2008-03-30 Thread rahul
Hi all, I am trying to write a piece of code on the server (where the client can upload data). I want to use MySQL database for the same. However i am getting an error while trying to connect. The error is: DEBUG/dalvikvm(616): Exception Ljava/lang/ClassNotFoundException; from PathClassLoader.jav

[android-beginners] Source code for android.R.layout.simple_list_item_1

2008-03-30 Thread DotNetCode
I would like to override some of the default behavior given by android.R.layout.simple_list_item_1. Where would I find the xml layout for simple_list_item_1? Thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "An

[android-beginners] Re: linux installation problems -- which distro, Java, Eclipse stacks work?

2008-03-30 Thread dhmorgan
Update: Success Executive Summary: sun-java6-jdk, sun-java6-jre, Eclipse IDE for Java Developers With fresh installation of Ubuntu 7.10 and a newly found set of instructions (HOWTO - Ubuntu 7.10 Users) from android-developers group, I am now happy to report that my emulator and such are now wor

[android-beginners] Re: How do I create a textarea (multi-line text field)

2008-03-30 Thread Dan U.
I believe there is a property called lines that you can set in the xml. I think that's what you want. On Mar 30, 1:04 am, "LE THANH TUNG" <[EMAIL PROTECTED]> wrote: > I have the same question ! > > On Sun, Mar 30, 2008 at 11:35 AM, Gazpacho <[EMAIL PROTECTED]> wrote: > > > How do I create the equ

[android-beginners] Re: linux installation problems -- which distro, Java, Eclipse stacks work?

2008-03-30 Thread Dan U.
I don't know why you'd be scared to have your friends find out you do dev work on Windows. Windows has been a fairly good and stable operating system for a long time (Think Windows NT). I use XP 64-bit and it's great. I use linux too, but I don't find one to be better than the other. As for linux

[android-beginners] List the filenames of raw resources

2008-03-30 Thread MartyB
I currently have 5 png images under res/raw/imagename1.png (typical) I want to generate list of png filename strings for my app. I have tried ... String[] sa = getResources().getAssets().list("raw/"); It returns an empty array. Any ideas? --~--~-~--~~~---~--~~ You r

[android-beginners] Re: Android in Google summer of Code

2008-03-30 Thread Dan Morrill
Hi, cK! Android is not participating in the Summer of Code this year. - Dan On Sun, Mar 30, 2008 at 9:43 AM, J Chakradhar Rao Ambeer <[EMAIL PROTECTED]> wrote: > Hii, > > Does any body know whether Android is participating in Google summer of > Code > If so help me with the details of organiz

[android-beginners] Re: android.net.http.RequestQueue - API Docs?

2008-03-30 Thread r2d2
Thanks Dan for the quick reply. You are probably correct about that API not being supported - perhaps it is experimental. It seems safer to use the good ol' HttpURLConnection for HTTP calls then. I suppose the RequestQueue was offered to save us the effort of spawning a separate thread before mak

[android-beginners] Re: Contact name as ringtone :-)

2008-03-30 Thread Dexter's Brain
Not until now, but i guess someone would have definitely though about it...But I don't know how difficult will it be to develop such an application...Never tried my hands with these things...but again a GOOD IDEA, might not be very useful though... Don't you think, you will always be announcing th

[android-beginners] Android in Google summer of Code

2008-03-30 Thread J Chakradhar Rao Ambeer
Hii, Does any body know whether Android is participating in Google summer of Code If so help me with the details of organization that is to be choosen. Thanks -- Cheers!!! cK http://www.expertsfactory.com http://students.bvrit.ac.in --~--~-~--~~~---~--~~ You

[android-beginners] Contact name as ringtone :-)

2008-03-30 Thread Rajani
HI All, Let me first describe about the application that I am thinking of: Suppose I have stored Dipti in my contacts. Now a call comes from Dipti then instead of any ringing tone, the phone will say somthing like "Dipti Calling", which should be optional in the mobile settings along with those

[android-beginners] linux installation problems -- which distro, Java, Eclipse stacks work?

2008-03-30 Thread dhmorgan
I've now tried several distributions of linux and continue to fail to get java/eclipse/android stack working. May the gods spare me from having my friends find out I'm developing on a Windows machine. My preferred linux is Ubuntu 7.10 (Gutsy); I've tried uninstalling Java and installing from Sun'

[android-beginners] Re: How to set buttons inside list item of a ListView?

2008-03-30 Thread Anil
Look at ApiDemos/Views/Lists/list8 On Mar 29, 11:52 pm, Gazpacho <[EMAIL PROTECTED]> wrote: > How do you set buttons inside each list item in a ListView? I need to > create a list of names that are queried from a database, and I need > one button for each name (on the right, within the borders o

[android-beginners] Re: Issues..urgent reply will be useful..as deadline is reaching...

2008-03-30 Thread Dexter's Brain
I can only anser the first question: here it goesthe linear layout is quite flexibleCheck it out... I have ommited the other mandatory parameters for the Layout tags, This is how you do it...

[android-beginners] Re: Iam a fresher to Andriod

2008-03-30 Thread [EMAIL PROTECTED]
If you are drawn to Android because it has many of the ingredients to make a real difference in people's lives, but did your last direct work in Fortran and AWK, the last half of this java tutorial can help with vocabulary: http://www.cafeaulait.org/javatutorial.html On Mar 30, 3:43 am, "Megha J

[android-beginners] Re: select dropdown menu

2008-03-30 Thread Dexter's Brain
Hi Gazpacho, Spinners are actually the Android's version of Drop Downs. It certainly doesn't rotate the texts from left to right, or up to down... Dexter. Gazpacho wrote: > Does Android offer a widget like the (select) dropdown menus? All I > see are "spinners", which seem to rotate text left

[android-beginners] Re: Iam a fresher to Andriod

2008-03-30 Thread Megha Joshi
Hi, You can start by going through the Getting Started section at: http://code.google.com/android/documentation.html I recommend you should also do the NotePad tutorials. Then go through the rest of the android documentation. If you have doubts/questions, search the documentation, go through the

[android-beginners] Re: Problem Installing Android Plugin in Eclipse

2008-03-30 Thread jerryao
hi ravi you can also download another "package" of Eclipse, where WST is already installed. Eclipse IDE for Java Developers http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/europa/winter/eclipse-java-europa-winter-win32.zip jerryao On 3月14日, 下午8时57分, Ravi <[

[android-beginners] Re: How do I create a textarea (multi-line text field)

2008-03-30 Thread LE THANH TUNG
I have the same question ! On Sun, Mar 30, 2008 at 11:35 AM, Gazpacho <[EMAIL PROTECTED]> wrote: > > How do I create the equivalent of a textarea in HTML using Android? I > only see one-line text fields. I'd like to define the number of rows > beforehand. > > > -- Many thanks and regards LÊ