I am trying to create a card game for an android app (for practice) and I was wondering how would I upload random cards into the players hand? I have the GUI implemented and I think I would need something along the lines of a typedarray and
((ImageView)findViewById(R.id.textView18)).setImageResource(R.drawable.1c);
Am I moving along the right tracks with this?