[android-developers] Expandable list view not expand when com.facebook.share.widget.LikeView is added to the layout.

2016-05-09 Thread parthasarathi panda
I use Expandable list view  to show different restaurants as parent and in 
child i display the user visits to the specific restaurant date wise .

Every thing works fine but when i add a facebook like button in the parent 
, then the list is not expand .

I already try with focusableInTouchMode ='false' and focusable = "false" 
but no success .

when i change the  com.facebook.share.widget.LikeView to button and set 
above parameters then its works .

like view in my layout .





please help me .


-- 
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 android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/1f15b08e-27de-40e7-b60b-aa32787c0ff7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [android-developers] expandable list view

2013-05-20 Thread Justin Anderson
I'm sorry, but your question doesn't really make sense.  Please take the
time to make a grammatically correct question, and ask again...

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


On Sat, May 18, 2013 at 2:01 AM, Sadhna Upadhyay
sadhna.braah...@gmail.comwrote:


 Hi friends,
 can someone tell me how to set background color of expandaable
 listview when we click on any rowand also should be by default when we
 click on other row


 pls help me if any one any idea
 thnx in advance.



 Thanks:
 Sadhana

 --
 --
 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
 ---
 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 android-developers+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.




-- 
-- 
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
--- 
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 android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




[android-developers] expandable list view

2013-05-18 Thread Sadhna Upadhyay
Hi friends,
can someone tell me how to set background color of expandaable listview
when we click on any rowand also should be by default when we click on
other row


pls help me if any one any idea
thnx in advance.



Thanks:
Sadhana

-- 
-- 
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
--- 
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 android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




[android-developers] Expandable list view.

2013-02-09 Thread Sadhna Upadhyay
Hi Everybody,
i am creating a app in which i have to fetch the data
in expandable list from server and dynamically but i am very new in android
can some one help me.





Thanks
sadhana.

-- 
-- 
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
--- 
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 android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [android-developers] Expandable list view.

2013-02-09 Thread TreKing
On Sat, Feb 9, 2013 at 4:47 AM, Sadhna Upadhyay
sadhna.braah...@gmail.comwrote:

 i am creating a app in which i have to fetch the data in expandable list
 from server and dynamically but i am very new in android can some one help
 me.


You need to learn to ask a question people can answer.

www.catb.org/esr/faqs/smart-questions.html

-
TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago
transit tracking app for Android-powered devices

-- 
-- 
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
--- 
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 android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




[android-developers] Expandable List View

2012-02-28 Thread manoj vemuru
 Hello,
 I have an expandableListView with simple textViews, I want to have
the same result on a item (parent or child) click but if I use
ExpandableListView.setOnGroupClickListener() method I can't handle the
expand of the parent node and so can't see children. The solution I
found is to add an OnClickListener to the group's textViews, in the
BaseExpandableListAdapter.getGroupView(). My question is : Is there a
better way to have detect on which View the click is ? An idea I have
is to detect the click on the expand
button to expand/collapse the group and use
ExpandableListView.setOnGroupClickListener() on the group row to do
what I want

-- 
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] Expandable List View OnClickListener....

2010-06-07 Thread dKnow
Hi
I have a problems with a projekt I am working on. I am working on a
calender in Android and its the first time I do anything with it. so
here are my problems

1) I used the Expandable List View Example from the Api Demo and I
wanted to ad a onChildClick event to get to anotherscreen

2) I wanted to switch between screens if the phone is turned from
vertical to horizontal and back. I got that done by adding the layout-
land folder , but when I am using the Expandable listview example this
wont work anymoor becouse the codeline 
setContentView(R.layout.main);   will not be exepted in my class . So
what i wanted to do is to read out the sensor directly and ad a
listener for it that will switch between the screens.

I hope that was understandeble:) and that anybody can help me.

-- 
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] expandable list view

2009-04-07 Thread google

hi,
i am creating expandable list with group and childs,
i am able to handle onchildclick()
but not able to handle ongroupclick()  can anybody helps in this



regards,
chandra

--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---