server-communication

Can one android device access database located on another android device [closed]

佐手、 提交于 2020-01-25 01:01:18
问题 Closed . This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 2 days ago . I have two android devices suppose "A" and "B". "A" host SQLite database or in another words, database is located at "A". Now my question is, Is it possible to access database hosted by device "A" from device "B"?(Using Socket or anything else but Without use of internet, router

IPhone creating a chat application [closed]

两盒软妹~` 提交于 2019-12-02 04:05:00
问题 It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 6 years ago . I want to create a chat sort of application on the iphone. I know how I would go about implementing a poll model, where the iphone would poll the server to see if any messages have arrived and if they have it can

IPhone creating a chat application [closed]

别等时光非礼了梦想. 提交于 2019-12-02 01:40:08
I want to create a chat sort of application on the iphone. I know how I would go about implementing a poll model, where the iphone would poll the server to see if any messages have arrived and if they have it can retrieve them and show them to the user. However im more intersted in a push model, where the server pushes new messages to the iphone and it displays it to the user. The part im having a hard time figuring out is how to go about opening some permanent connection on the phone that will listen for incoming messages...Any suggestions or comments would be appriciated.. Thanks Daniel The