Well, for one, the images should not be in a "layouts/drawable" folder...
They should be in "res/drawable"

How are you displaying your "orders"? Are they in a listview? Are you using
an adapter?  What have you tried so far?

It shouldn't be that hard to query the status of your order and then
display the appropriate image.  Based on what you said you would access the
drawables in code like so:

   - R.drawable.new
   - R.drawable.process
   - R.drawable.completed

Thanks,
Justin Anderson
MagouyaWare Developer
http://sites.google.com/site/magouyaware


On Wed, Aug 22, 2012 at 4:54 AM, Juned Khan <[email protected]> wrote:

> checkout this links
>
>
> http://iamvijayakumar.blogspot.in/2011/06/android-lazy-image-loader-example.html
>
> http://stackoverflow.com/questions/4885469/dynamically-show-images-from-resource-drawable
>
> http://stackoverflow.com/questions/8133055/android-displaying-image-and-text-dynamically-in-listview
>
> Thanks
>
>  --
> 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 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

Reply via email to