ANDLABS-Git / studio-lounge-droid

android client
Apache License 2.0
5 stars 0 forks source link

Json <---> Bundle #1

Open orangeman opened 12 years ago

orangeman commented 12 years ago

The android system background service talks GCP via socket.io/TCP/IP with the rest of the web and it talks GCP via android IPC binder messages with different apps. Custom data messages need to somehow get translated between the web world that uses Json data format and the android world that uses Bundle objects.

orangeman commented 11 years ago

Partly Solved by @Lukas-Andlabs but only only String data type for now

jborchardt commented 11 years ago

We should investigate how the different parser frameworks like GSON or Jackson JSON handle this.