[android-beginners] Re: Unable to download Eclipse plugin?

2008-11-29 Thread Jesper Lundgren
i tried http too, but no luck with that either. I did however find that google had a zip dowload of the plugin so i could just install it manually. On Sat, Nov 29, 2008 at 11:01 PM, Ralf <[EMAIL PROTECTED]> wrote: > > Try using http instead of https. Lots of people have this issue. > > R/ > > On

[android-beginners] Best way to select data from file/db?

2008-11-29 Thread Doughy
I am writing a program that needs to randomly select a line from a file or db. At first thought, I was going to just create a simple text file that my program would read and store in a list. Then it would randomly select one of the items from the list. Is it better to store simple information i

[android-beginners] Re: Unable to download Eclipse plugin?

2008-11-29 Thread Ralf
Try using http instead of https. Lots of people have this issue. R/ On Fri, Nov 28, 2008 at 10:06 AM, Jesper Lundgren <[EMAIL PROTECTED]> wrote: > Hi, i am unable to download the ADT plugin for eclipse from > > https://dl-ssl.google.com/android/eclipse/ > > > I was wondering if there was anyone

[android-beginners] Re: Setting Font Family (Georgia)

2008-11-29 Thread Beginner
Thanks a lot! On Nov 29, 1:30 pm, Mark Murphy <[EMAIL PROTECTED]> wrote: > Beginner wrote: > > Hi, > > > I'm trying to set the font family in a text view, to Georgia. Is there > > a way to do this? > > Step #1 is for you to find a version of Georgia that you can legally > ship with your applicati

[android-beginners] Re: Setting Font Family (Georgia)

2008-11-29 Thread Mark Murphy
Beginner wrote: > Hi, > > I'm trying to set the font family in a text view, to Georgia. Is there > a way to do this? Step #1 is for you to find a version of Georgia that you can legally ship with your application. The only fonts pre-installed in Android that you can use are the Droid fonts (Dr

[android-beginners] Re: SimpleCursorAdapter not showing data

2008-11-29 Thread mt
I found the answer to my problem. I needed to change my textview declaration from http://schemas.android.com/ apk/res/android" android:layout_width="wrap_content" android:textSize="12pt" android:layout_height="wrap_content"/> I had "id" instead of "android:id" in the declaration...

[android-beginners] Getting information from the Internet

2008-11-29 Thread Juan David Trujillo C.
Hi guys! I am creating a software application for the Android platform that requires getting information from the Internet (getting information from a specific Web page, at Facebook). Does anyone know how could this be done? Perhaps some reference code? Thanks in advance for all your help! Ju

[android-beginners] Re: TCP communciation between two emulators

2008-11-29 Thread Mina Ramses
Hi, I tried your code in eclipse using android sdk 1.0, but always can't get the application to run correctly neither got any of the testing statements in the logCat, i used to set appServer as the default activity and tried to run using Run configurations, i'm asking what's wrong and if i have to

[android-beginners] Camera

2008-11-29 Thread ram321
Hello Everyone, I am new to android and i want develop an application that should run in background (i know this can we achieved by Service. Am right ?) but background application need to get the camera usage(duration of usage , no of clicks ,size of image taken. etc ) when the foreground appli

[android-beginners] GWT 1.5 NOW AVAILABLE

2008-11-29 Thread SHANDY
A hobby horse is a wooden or wickerwork toy made to be ridden just like a real horse (which was sometimes called a "Hobby"). From this came the expression "to ride one's hobby-horse", meaning "to follow a favourite pastime", and in turn, hobby in the modern sense of recreation.[1] @@

[android-beginners] Unable to download Eclipse plugin?

2008-11-29 Thread Jesper Lundgren
Hi, i am unable to download the ADT plugin for eclipse from https://dl-ssl.google.com/android/eclipse/ I was wondering if there was anyone else with this problem? the site seems down to me. --~--~-~--~~~---~--~~ You received this message because you are subscribed

[android-beginners] Help with animating Text

2008-11-29 Thread Dejecting
Hi All, I'm trying to animate some text and have it scroll across the screen but I can't seem to figure out how to do it and would like some help if anyone is able to assist. Basically I just want to have text that the user entered at another place in the app scroll across the screen and whe

[android-beginners] Help with animating Text

2008-11-29 Thread Dejecting
Hi All, I'm trying to animate some text and have it scroll across the screen but I can't seem to figure out how to do it and would like some help if anyone is able to assist. Basically I just want to have text that the user entered at another place in the app scroll across the screen and whe

[android-beginners] SimpleCursorAdapter not showing data

2008-11-29 Thread mt
All -- I am using a Simple cursor adapter to show my data in my ListActivity and the list is showing up blank. What am I doing wrong. When I get the query from the database it is returning 114 rows. When I do a adapter.getCount() it also returns me 114 rows. But on my app I see 114 blank rows