[android-beginners] Re: About

2008-04-23 Thread Megha Joshi
Hi Pramod, Please check the documentation below for hardware and software requirements to run Android applications: http://code.google.com/android/intro/installing.html#developmentrequirements Thanks, Megha On Tue, Apr 22, 2008 at 9:32 AM, pramod <[EMAIL PROTECTED]> wrote: > > Hi all, > > I am

[android-beginners] Re: How to Debug

2008-04-23 Thread sealord2k1
Nikhil, are you in my NYU PMIA class? it's Mashood On Fri, Apr 11, 2008 at 1:25 PM, Nikhil <[EMAIL PROTECTED]> wrote: > > I just started using Android. I wanted to know how I can debug in > Eclipse. There is no option for debugging w/ Android. > > Thanks. > > > -- "Education is a progressive

[android-beginners] Re: Problem on playing 3gp file

2008-04-23 Thread Megha Joshi
Hi, It appears that you are downloading the file and then playing it which is neither supported , nor recommended by Android Media Engineers. You may want to read the posts about progressive download content and use such 3gp files. Thanks, Megha On Wed, Apr 23, 2008 at 12:58 PM, Yatish <[EMAIL P

[android-beginners] Problem on playing 3gp file

2008-04-23 Thread Yatish
HI , I am getting problem while playing 3gp file from url problem is that the video is play for only few sec. not completely. please help me its urgent . I have Sending my code Thank you in advance package com.org.video; import java.io.File; import java.io.FileOutputStream; import java.io.IOExc

[android-beginners] reacting to a new contact

2008-04-23 Thread scimitar
Hi guys, I want my application to react whenever a new contact is added in the phone's contact book (Basically upload the contact list to an external service). I have a vague idea that this can be done through an intent receiver, but I'm not sure. How could this be done? thanks, --~--~-~

[android-beginners] Looking for a fast UI platform for embedded linux

2008-04-23 Thread ilano
Hi All, I am looking for some good platform for UI development on an embedded linux system. My criteria is as below: * Performance should be high. * Memory requirements can be controlled. * Ease of development * Customizable: Skins, Animations * Preferrably free There are other parameters too.

[android-beginners] failure to connect to database

2008-04-23 Thread scimitar
Hi, I'm trying to connect to an external mysql database. The code is something like: try >{ >Class.forName(DBCLASS).newInstance(); >} >catch (Exception e) >{ >Log.i("DataLayer", "unable to load jdbc driver"); >} > // Co

[android-beginners] problem in running HelloAndroid.....

2008-04-23 Thread sree kanth
I am getting the problem while running the HelloAndroid program..in eclipse. I installed the ADT plugin also... Please give me the solution to this below error message [2008-04-23 12:27:28 - HelloAndroid1] trouble processing: [2008-04-23 12:27:28 - Hel