[android-developers] Re: Database Remote Access

2010-12-26 Thread Russell DuRoss
Amazon is starting a cloud based service - maybe that would help. Here's a link to get you started with info on it. http://mobileoffice.about.com/b/2010/12/12/expect-a-lot-more-mobile-cloud-apps-soon-amazon-intros-mobile-sdks-for-iphone-android.htm On Dec 23, 5:48 pm, kennedyximenes wrote: > Hi,

[android-developers] Re: Database Remote Access

2010-12-25 Thread Hal
You may want to look into the Jt framework for Android. It supports Web services (Resful) and Data Access Object (DAOs). You just need to use these pieces for your application: a) Java Pattern Oriented Framework, An application of the Messaging Design Pattern IBM Technical Library http://www.ibm.c

[android-developers] Re: Database Remote Access

2010-12-24 Thread Federico Paolinelli
On 23 Dic, 23:48, kennedyximenes wrote: > Hi, > > I am developing an Android App and I need to connect to read and > retrieve data from a remote database. > > On the one side I have a SQL Server Database and on the other side I > have my Android application. I would like a tutorial or a practical