Re: [flexcoders] Re: Mobile-Desktop Desktop-Mobile synching

2011-08-26 Thread Csomák Gábor
sync with dropbox maybe..

On Thu, Aug 25, 2011 at 8:45 PM, valdhor valdhorli...@embarqmail.comwrote:



 If you can sync to the web why can't you create an embedded web server in
 the desktop application using an esoteric port number?


 --- In flexcoders@yahoogroups.com, Amy amyblankenship@... wrote:
 
  Hi, all;
 
  I have been searching for a tutorial/example that shows how to get data
 from a mobile app to a desktop version of the same app, and vice versa, but
 I have only come up with examples that synch to the web. Can anyone point me
 to at least the basics of how to accomplish synching between mobile and
 desktop?
 
  TIA;
 
  Amy
 

  



Re: [flexcoders] Re: Mobile-Desktop Desktop-Mobile synching

2011-08-26 Thread ganaraj p r
That just means her customers will have to buy another service apart from
her app!

Which just means, her app will become less desirable.

Alternately, one dropbox to rule them all philosophy would just be another
approach to doing it on a web server , since eventually that is what it will
become!

2011/8/26 Csomák Gábor csom...@gmail.com

 **


 sync with dropbox maybe..


 On Thu, Aug 25, 2011 at 8:45 PM, valdhor valdhorli...@embarqmail.comwrote:



 If you can sync to the web why can't you create an embedded web server in
 the desktop application using an esoteric port number?


 --- In flexcoders@yahoogroups.com, Amy amyblankenship@... wrote:
 
  Hi, all;
 
  I have been searching for a tutorial/example that shows how to get data
 from a mobile app to a desktop version of the same app, and vice versa, but
 I have only come up with examples that synch to the web. Can anyone point me
 to at least the basics of how to accomplish synching between mobile and
 desktop?
 
  TIA;
 
  Amy
 


  




-- 
Regards,
Ganaraj P R


Re: [flexcoders] Re: Mobile-Desktop Desktop-Mobile synching

2011-08-25 Thread ganaraj p r
On a very simple basis you could just write all the data in the mobile app
to a file,
transfer the file to desktop and update the desktop app from the file? and
vice versa ofcourse.



On Thu, Aug 25, 2011 at 2:57 PM, Amy amyblankens...@bellsouth.net wrote:

 **


 So, make users use their data even though they have a physical cable to the
 computer? That's crazy.


 --- In flexcoders@yahoogroups.com, ganaraj p r ganarajpr@... wrote:
 
  As far as I know, there is no protocol that lets you sync a mobile app
  directly to a desktop app. You will , most probably have to go through a
  server ( in most cases a web server - since its one of the simplest way
 to
  do it. )
 
  On Wed, Aug 24, 2011 at 6:28 PM, Amy amyblankenship@... wrote:
 
   **
  
  
   Hi, all;
  
   I have been searching for a tutorial/example that shows how to get data
   from a mobile app to a desktop version of the same app, and vice versa,
 but
   I have only come up with examples that synch to the web. Can anyone
 point me
   to at least the basics of how to accomplish synching between mobile and
   desktop?
  
   TIA;
  
   Amy
  
  
  
 
 
 
  --
  Regards,
  Ganaraj P R
 

  




-- 
Regards,
Ganaraj P R