[android-beginners] Re: UnknownHostException

2009-04-16 Thread Vaibhav Gathibandhe
I am missing here? Or is there some problem in above code? I would really appreciate I someone can look into the problem. Thanks and Regards, Vaibhav Gathibandhe On Wed, Apr 15, 2009 at 6:08 AM, Vaibhav Gathibandhe < vaibhav.andr...@gmail.com> wrote: > Hi, > > I am getting jav

[android-beginners] UnknownHostException

2009-04-15 Thread Vaibhav Gathibandhe
Hi, I am getting java.net.UnknowHostException when I am trying to connect an android application on emulator to my server at localhost. I am using 10.0.2.2 as the IP address and Internet access permission is also set in the Androidmenifest.xml. The URL I am using is " http://10.0.2.2/Nrti/recomme

[android-beginners] Re: Not able to locate any database on Emulator

2008-11-20 Thread Vaibhav Gathibandhe
Thanks Mark. I can see the database and tables now. Regards, Vaibhav On Thu, Nov 20, 2008 at 7:03 PM, Mark Murphy <[EMAIL PROTECTED]>wrote: > > Vaibhav Gathibandhe wrote: > > Is there any way I can see the database and its table (through the > > shell) that my applicati

[android-beginners] Re: Not able to locate any database on Emulator

2008-11-20 Thread Vaibhav Gathibandhe
HI Marc, Thanks for the response. Is there any way I can see the database and its table (through the shell) that my application is creating? Thanks and Regards, Vaibhav On Thu, Nov 20, 2008 at 6:41 AM, Mark Murphy <[EMAIL PROTECTED]>wrote: > > Vaibhav Gathibandhe wrote: > >

[android-beginners] Not able to locate any database on Emulator

2008-11-20 Thread Vaibhav Gathibandhe
Hi all, I am not able to locate any database on Emulator through the shell. I have tried with the Notepad application. The application is working very properly and creating notes, but I can't see the application's table and database from the shell. # sqlite3 data/data/com.android.demo.notepad2/d

[android-beginners] Re: Help: How to close an App?

2008-09-30 Thread Vaibhav Gathibandhe
Thanks Mark, Regards, Vaibhav On Tue, Sep 30, 2008 at 5:14 AM, Mark Murphy <[EMAIL PROTECTED]>wrote: > > [EMAIL PROTECTED] wrote: > > But what if I currently have 3 activities in the stack and on the 3rd > > activity I have a menu item saying "Exit application" and with that I > > want to retur

[android-beginners] Re: : Help Needed

2008-09-29 Thread Vaibhav Gathibandhe
Hello all, Can Google Maps Mobile be useful for this application? It has "My location" feature. Thanks and Regards, Vaibhav Gathibandhe On Fri, Sep 26, 2008 at 8:22 AM, sukanto <[EMAIL PROTECTED]> wrote: > > adding to my previous mail the range can be 200 m to 2K

[android-beginners] Re: sqlite3 command on Remote shell not working

2008-09-25 Thread Vaibhav Gathibandhe
HI, I wonder why then they have given the "sqlite3 on remote shell" information in 0.9_beta documentation. Anyways, thanks a lot for help. Thanks and Regards, Vaibhav Gathibandhe On Wed, Sep 24, 2008 at 7:53 PM, Mark Murphy <[EMAIL PROTECTED]>wrote: > > Vaibhav Gathibandh

[android-beginners] sqlite3 command on Remote shell not working

2008-09-24 Thread Vaibhav Gathibandhe
Hello all, When I open a remote shell and type "sqlite3" (as per documentation), I am getting a "sqlite3: not found" message. Moreover, I don't see the "sqlite3" command in the list, when I do "ls /system/bin" in the remote shell. Am I missing something? Thanks in advance, Vaibhav --~--~--

[android-beginners] Android 0.9 Emulator not working

2008-09-13 Thread Vaibhav Gathibandhe
Hello All, I have just downloaded SDK 0.9 beta but the emulator is not working. Its giving following warning emulator: warning: opening audio input failed I am working on Ubuntu (Hardy heron) Has anyone faced this problem before. Thanks in advance Vaibhav --~--~-~--~~

[android-beginners] View in multiple XML files

2008-09-13 Thread Vaibhav Gathibandhe
Hello all, Is there any way I can put a large view in multiple XML files. For example, If i have a view consist of TableLayout and under it I have 6 table rows. Those table rows consist of text view, buttons etc. The first 2 rows are static, i.e. I always show them in this activity. But I do want

[android-beginners] Re: Cannot find symbol class android.view.MenuItem

2008-09-07 Thread Vaibhav Gathibandhe
Hi, Thanks a lot for the solution. I was using previous version and referring to latest version of API. The problem is solved now. Thanks and Regards, Vaibhav Gathibandhe On Sun, Sep 7, 2008 at 5:46 AM, Mark Murphy <[EMAIL PROTECTED]> wrote: > > > I am trying to import the Menu

[android-beginners] Cannot find symbol class android.view.MenuItem

2008-09-07 Thread Vaibhav Gathibandhe
iew.MenuItem; [javac]^ [javac] 1 error I would really appreciate if someone can tell possible reasons for this. Regards, Vaibhav gathibandhe --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Gro