[android-developers] Android database

2012-03-27 Thread Kirupa
How can we access database of a android application(in android phone) from another database of a same android application but another android phone through the Bluetooth.(same application, same database but different android phone) -- You received this message because you are subscribed to th

[android-developers] android database connectivity problem

2012-03-20 Thread Ritam Roy Choudhury
Hi, I am trying to do a database connectivity in my android emulator, the problem is i am doing a servlet program that includes a sqlite connectivity in it. After compiling the java files,generating the classes.dex, I am adding META-INF and classes.dex into a classes.zip file with the respective

[android-developers] Android database problem while refering .sql file

2011-11-20 Thread Shajahan
If there are SQLite create/insert statements in .sql (eg.; createtablestmt.sql) file .then how it is called from Android Project Am getting the error that "no such table exits" in the database ... and also I dont see any CREATE table statements in the project. Note : am refering to some

Re: [android-developers] android database

2011-10-17 Thread TreKing
On Mon, Oct 17, 2011 at 4:30 AM, Samuel wrote: > > I would like to start learning database programming in android. > What the best database and also free? > Do you have any recommendations of book regarding android database > programming? http://developer.android.com/reference/android/database/

[android-developers] android database

2011-10-17 Thread Samuel
Hi, I would like to start learning database programming in android. What the best database and also free? Do you have any recommendations of book regarding android database programming? Thanks alot, Samuel -- You received this message because you are subscribed to the Google Groups "Android Dev

[android-developers] android database remote access

2011-06-26 Thread kiran nayak
hi all is it possible to access android database (sqlite) form a remote client such as pc?? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this gr

[android-developers] Android Database Example Error

2010-09-03 Thread ngreenwood6
I am not sure where to send this but I was hoping someone in this group could help me. I was looking at this example http://developer.android.com/guide/topics/data/data-storage.html#db. If you look at the constructor it is named different than the class. I assume this is a bug unless I am missing s

Re: [android-developers] Android Database and PC Applications

2010-06-21 Thread Steven Maitlall
There is a .NET Sync Framework that you could use with C#. http://msdn.microsoft.com/en-us/sync/default.aspx On Mon, Jun 21, 2010 at 10:33 AM, Mark Murphy wrote: > On Mon, Jun 21, 2010 at 10:30 AM, Boardy > wrote: > > How can I get a PC application ideally in C# to be able to get the > > inform

Re: [android-developers] Android Database and PC Applications

2010-06-21 Thread Mark Murphy
On Mon, Jun 21, 2010 at 10:30 AM, Boardy wrote: > How can I get a PC application ideally in C# to be able to get the > information out of the android device, is there a way that I can use > the ADB without having to have the Android SDK installed on the PC. Have the Android application upload the

[android-developers] Android Database and PC Applications

2010-06-21 Thread Boardy
Hi all, I am currently doing some research on a program that I would like to develop for the Android platform. The android device will store information for the program using the internal SQLite3 Database. I also would like to to develop a program in either C# or Java (preferably C#) that will sy

Re: [android-developers] Android Database

2010-02-25 Thread Mark Murphy
Julian wrote: > I am trying to create an application that reads information from a > database on a separate server(not the android phone). Does anyone > have any information on how to create a database connector class? Write a Web service that connects to the database and runs on some server, the

[android-developers] Android Database

2010-02-25 Thread Julian
I am trying to create an application that reads information from a database on a separate server(not the android phone). Does anyone have any information on how to create a database connector class? -- You received this message because you are subscribed to the Google Groups "Android Developers"

[android-developers] Android Database connectivity program

2008-11-04 Thread Nataraaj
Hello guys, I want to connect android application with MS - SQL Server, where can i get sample code for this? Plz provide me with an web link for the source. Regards, Ram Nataraaj --~--~-~--~~~---~--~~ You received this message because you are subscribe