Codernauti / GameBank

Android app that implements a distributed digital bank using Bluetooth for generic board games.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Transaction - send transaction to others

EduBic opened this issue · comments

The balance of a player is only cached in BankFragment. And implicitly store into Transaction List.

Anyway this lack of persistance storage for player balance, doesn't permit to simply implements SendTo feature.

Resolved with the use of startActivityForResult for the SelectPlayerActivity