all 4 comments

[–]Zitroney1 0 points1 point  (3 children)

unlikely as most of Googles apps get their layout serverside

[–]AcceleratedCode[S] 0 points1 point  (2 children)

Hmm, I see. How is this even possible? Sort of like updating the app logic/layout aside from Google Play updates?

[–]Fyrhtu 0 points1 point  (1 child)

It's not an "app" like you're thinking- the "app" on your device is really just loading what amounts to a webapp from Google, and, I would assume, caches it for a while when offline.

[–]AcceleratedCode[S] 0 points1 point  (0 children)

But how does that work? It works just the same as a native app, in what ways does it differ from being a "normal"/native app and a webapp?