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
> > 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 data to a Web service.
>
> Have the C# application use the Web service. Or replace the C# desktop
> application with a Web application.
>
> --
> Mark Murphy (a Commons Guy)
> http://commonsware.com | http://github.com/commonsguy
> http://commonsware.com/blog | http://twitter.com/commonsguy
>
> Android App Developer Books: http://commonsware.com/books
>
> --
> 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 group, send email to
> android-developers+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>



-- 
Steven
Maraj
http://www.marajservices.com

-- 
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 group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

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 data to a Web service.

Have the C# application use the Web service. Or replace the C# desktop
application with a Web application.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

Android App Developer Books: http://commonsware.com/books

-- 
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 group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[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 synchronise the data between the android and
the PC.

The idea is that the PC application will get the data out of the
SQLite3 Database.

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.
Another way I was thinking is that the PC application runs a service
that I develop on the Android platform that exports the database into
a CSV file to be stored on the SD card, however, I am still going to
need to use ADB to get the data in order to avoid the user having to
put the phone into Disk Drive instead of Sync Mode.

Thanks for your help.

-- 
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 group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en