4

I need to show a drop down view when user clicks on icon. same like image i have to show![enter image description here ]1

How can i design please help me

rajahsekar
  • 916
  • 1
  • 11
  • 25

1 Answers1

1

You can check this:

How is Facebook Chat Heads implemented?

What APIs in Android is Facebook using to create Chat Heads?

The one which I refered is

http://www.piwai.info/chatheads-basics/

http://myandroidtuts.blogspot.in/2013/05/facebook-chat-heads-feature.html

You can bring the ICon on Home screen and based on the click event you can attach more Views to the same.

Community
  • 1
  • 1
Vaibs
  • 1,128
  • 3
  • 16
  • 36
  • thank you for fast reply ...which view i can attach popwindow or diloag fragment.. if i am attching popwindow how can i made home screen black shade and how to change height of pop window rereading to key board visibility. – rajahsekar Jan 21 '14 at 09:21
  • my question is how to add multiple view to window manager i tread frame layout and relative layout, But how can i move chat head from one place to another place if i am using relative layout. – rajahsekar Jan 28 '14 at 16:48