[android-developers] Re: Some Queries about ListView

2010-03-18 Thread SheikhAman
Well, your example is quite good.
but i need to be more aware of android to fully understand it LoL

still im unclear about how to add images to the row,and feed them with
image data, and add text views to a row, and feed them with data.
any examples?

On Mar 16, 10:15 pm, Kumar Bibek coomar@gmail.com wrote:
 Yes, theListViewis fully customisable. Look forsomeexamples on the
 net.

 http://tech-droid.blogspot.com/2009/07/custom-listview-for-android.html

 Thanks and Regards,
 Kumar Bibek

 On Mar 16, 2:14 pm, SheikhAman shekh.a...@gmail.com wrote:



  Hello all.
  I am very new to Android, but I love it because it has given me back
  what i was longing for : Java.

  but I am facingsomedoubts and confusions about is, since I am
  totally new to Mobile App Development.  :-|

  I am listing myquerieshere-

  1.) I wish to put various items in a single element of aListView.
  Like one image in the left, so many
       TextViews in a single element, and more things. Is it possible?

  2.) I wish to give my text different colors, different sizes, and
  different fonts.
        how to do this?

  3.) I wish to insert or delete elements from a List inListView. How
  to do that?

  4.) I wish to change the background color of my list. how to do this?

  Please reply so that i can advance with my programming.
  Thanks in advance guys.

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


Re: [android-developers] Re: Some Queries about ListView

2010-03-18 Thread Mark Murphy
SheikhAman wrote:
 Well, your example is quite good.
 but i need to be more aware of android to fully understand it LoL
 
 still im unclear about how to add images to the row,and feed them with
 image data, and add text views to a row, and feed them with data.
 any examples?

http://commonsware.com/Android/excerpt.pdf

This is an excerpt from one of my books that discusses some of the
techniques.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://twitter.com/commonsguy

_Beginning Android_ from Apress Now Available!

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: Some Queries about ListView

2010-03-18 Thread SheikhAman
I want this thing from my list view-
http://lh3.ggpht.com/_o9EYB0b5APY/S6IYbRBvOcI/CoA/Kv94dWitZXY/custom%20listview.PNG


On Mar 18, 4:44 pm, Mark Murphy mmur...@commonsware.com wrote:
 SheikhAman wrote:
  Well, your example is quite good.
  but i need to be more aware of android to fully understand it LoL

  still im unclear about how to add images to the row,and feed them with
  image data, and add text views to a row, and feed them with data.
  any examples?

 http://commonsware.com/Android/excerpt.pdf

 This is an excerpt from one of my books that discusses some of the
 techniques.

 --
 Mark Murphy (a Commons 
 Guy)http://commonsware.com|http://twitter.com/commonsguy

 _Beginning Android_ from Apress Now Available!

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: Some Queries about ListView

2010-03-18 Thread SheikhAman
thanks for the resource.
how much the book costs?
is it the famous USD$40 subscription every developer keeps talking
about??
:-)

On Mar 18, 4:44 pm, Mark Murphy mmur...@commonsware.com wrote:
 SheikhAman wrote:
  Well, your example is quite good.
  but i need to be more aware of android to fully understand it LoL

  still im unclear about how to add images to the row,and feed them with
  image data, and add text views to a row, and feed them with data.
  any examples?

 http://commonsware.com/Android/excerpt.pdf

 This is an excerpt from one of my books that discusses some of the
 techniques.

 --
 Mark Murphy (a Commons 
 Guy)http://commonsware.com|http://twitter.com/commonsguy

 _Beginning Android_ from Apress Now Available!

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


Re: [android-developers] Re: Some Queries about ListView

2010-03-18 Thread Mark Murphy
SheikhAman wrote:
 I want this thing from my list view-
 http://lh3.ggpht.com/_o9EYB0b5APY/S6IYbRBvOcI/CoA/Kv94dWitZXY/custom%20listview.PNG

You can achieve that with a RelativeLayout for your rows. In fact,
here's a project that uses a row almost identical to that:

http://github.com/commonsguy/cw-andtutorials/tree/master/05-FancyList/

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://twitter.com/commonsguy

Android Consulting/App Development: http://commonsware.com/consulting

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


Re: [android-developers] Re: Some Queries about ListView

2010-03-18 Thread Mark Murphy
SheikhAman wrote:
 thanks for the resource.
 how much the book costs?
 is it the famous USD$40 subscription every developer keeps talking
 about??
 :-)

That book is available in print as _Beginning Android 2_ from Apress, or
as _The Busy Coder's Guide to Android Development_ under the 40 USD
Warescription.

If you have questions about the books, head over to the [cw-android]
Google Group, and we can answer them there:

http://groups.google.com/group/cw-android

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://twitter.com/commonsguy

Android Consulting/App Development: http://commonsware.com/consulting

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: Some Queries about ListView

2010-03-18 Thread SheikhAman
ohh thanks!!
What is a warescription?
a subscription to an ebook?
will it be getting updates?
how long this subscription will last for?

On Mar 18, 5:23 pm, Mark Murphy mmur...@commonsware.com wrote:
 SheikhAman wrote:
  thanks for the resource.
  how much the book costs?
  is it the famous USD$40 subscription every developer keeps talking
  about??
  :-)

 That book is available in print as _Beginning Android 2_ from Apress, or
 as _The Busy Coder's Guide to Android Development_ under the 40 USD
 Warescription.

 If you have questions about the books, head over to the [cw-android]
 Google Group, and we can answer them there:

 http://groups.google.com/group/cw-android

 --
 Mark Murphy (a Commons 
 Guy)http://commonsware.com|http://twitter.com/commonsguy

 Android Consulting/App Development:http://commonsware.com/consulting

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: Some Queries about ListView

2010-03-16 Thread Kumar Bibek
Yes, the ListView is fully customisable. Look for some examples on the
net.

http://tech-droid.blogspot.com/2009/07/custom-listview-for-android.html

Thanks and Regards,
Kumar Bibek

On Mar 16, 2:14 pm, SheikhAman shekh.a...@gmail.com wrote:
 Hello all.
 I am very new to Android, but I love it because it has given me back
 what i was longing for : Java.

 but I am facing some doubts and confusions about is, since I am
 totally new to Mobile App Development.  :-|

 I am listing my queries here-

 1.) I wish to put various items in a single element of a ListView.
 Like one image in the left, so many
      TextViews in a single element, and more things. Is it possible?

 2.) I wish to give my text different colors, different sizes, and
 different fonts.
       how to do this?

 3.) I wish to insert or delete elements from a List in ListView. How
 to do that?

 4.) I wish to change the background color of my list. how to do this?

 Please reply so that i can advance with my programming.
 Thanks in advance guys.

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: Some Queries about ListView

2010-03-16 Thread SheikhAman
Thanks!
I just check it out.

On Mar 16, 10:15 pm, Kumar Bibek coomar@gmail.com wrote:
 Yes, the ListView is fully customisable. Look for some examples on the
 net.

 http://tech-droid.blogspot.com/2009/07/custom-listview-for-android.html

 Thanks and Regards,
 Kumar Bibek

 On Mar 16, 2:14 pm, SheikhAman shekh.a...@gmail.com wrote:



  Hello all.
  I am very new to Android, but I love it because it has given me back
  what i was longing for : Java.

  but I am facing some doubts and confusions about is, since I am
  totally new to Mobile App Development.  :-|

  I am listing my queries here-

  1.) I wish to put various items in a single element of a ListView.
  Like one image in the left, so many
       TextViews in a single element, and more things. Is it possible?

  2.) I wish to give my text different colors, different sizes, and
  different fonts.
        how to do this?

  3.) I wish to insert or delete elements from a List in ListView. How
  to do that?

  4.) I wish to change the background color of my list. how to do this?

  Please reply so that i can advance with my programming.
  Thanks in advance guys.

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en