Skip to content

Instantly share code, notes, and snippets.

@devrath
Created August 6, 2015 14:28
Show Gist options
  • Select an option

  • Save devrath/4bb9d2ddae120be19cb9 to your computer and use it in GitHub Desktop.

Select an option

Save devrath/4bb9d2ddae120be19cb9 to your computer and use it in GitHub Desktop.
Long decimal conversion
vHolder.txtWalletDebit.setText(new BigDecimal(mMyWallet.get(position).getDebit()).toPlainString());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment