[android-developers] Re: Database access error causes force close

2014-12-06 Thread Jim Graham
On Sat, Dec 06, 2014 at 01:13:37PM -0800, Ted P wrote: On another note, learning to use the debugger is pretty easy, and super helpful especially in situations like this That's ultimately what put me on the right track. As it turns out, there is some conflicting information. The tables

[android-developers] Re: Database access error causes force close (Update)

2014-12-05 Thread Jim Graham
On Fri, Dec 05, 2014 at 02:59:20PM -0600, Jim Graham wrote: I'm trying to use an SQLite table with Android (and for almost the first time, period, but I familiarized myself with it using SQLite3 / tclsh8.4), and I've run into a bit of a problem where I can't seem to spot the error.

[android-developers] Re: Database access.

2012-05-23 Thread Károly Holczhauser
Hello there! I had done the same, but a little different way. I found an xml library which was able to send messages to an server( IP and Port). I had created another project (normal java) and I had implemented there a server which was able to recive the android clinet requests and communicate

[android-developers] Re: Database access from another android phone.

2012-03-30 Thread Chris Stratton
Since devices on mobile networks generally can't be reached by incoming connections, you will probably have to have a server somewhere which all the mobile clients check in with so it can forward traffic between them (possible using C2DM to get their attention). You will have to build

[android-developers] Re: Database Access from Android Application

2012-01-22 Thread Matt Clark
John, The web script does not allow for open queries, it takes in the users username, password, and device id, and authenticates them with the server, before it then takes and executes a built in query on the script, using more POST data. If i store each persons information into different Tables,