On Mon, Apr 27, 2015 at 09:50:59AM -0700, Vinay Yam wrote: > > write this code in getview of adapter > > > holder.DescriptionTV.setText(detail.description ) > holder.AmountTV .setText(detail.date) > holder.DateTV .setText(detail.balance) > holder.BalanceTV .setText(detail.amount)
With a couple of minor mods (balance and amount are double, not string), it built. Now if I could only find where Android Studio puts the apk file. I even did (from the top-level directory) an "ls **/*.apk" and it didn't find it. Maybe it's reading my mind and putting it in ~/Dropbox ??? It's building with no errors, but also not building the apk (or it is, but it's not putting it under the project directory). Thanks, --jim -- THE SCORE: ME: 2 CANCER: 0 http://fineartamerica.com/profiles/4-james-graham.html 73 DE N5IAL (/4) MiSTie #49997 < Running Mac OS X Lion > [email protected] ICBM/Hurricane: 30.44406N 86.59909W The UNIX Guru's View of Sex: # unzip ; strip ; touch ; finger ; mount ; fsck ; more ; yes ; umount ; sleep -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en --- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

