listview - Android: CustomListAdapter -


I have implemented a custom list view that looks like a Twitter timeline

  Adapter = New MyClickableListAdapter (This, R. Late Timeline, MOBJject); SetListAdapter (adapter);  

The MyClickableListAdapter is the following for the following:

 < {Super (context, visual id, objects); }  

Extends the clickable list adapter base adapter and applies the necessary methods.

The XML code for list view is as follows:

  & lt; Android: Android: Android: Android: Layout_heat = "rap_content" />  

This is the same.

I have 3 questions

1) I tried to enter a context menu after setting the list adapter to add the line to the list view

registerforContextMenu (getListView ()) ;

But not appearing on a long click on the menu. I could not understand what I am doing!

2) Is it possible to display a text view above the list view? I tried adding code for the text view above the list view. But then, only the text view is displayed.

3) I have seen in many Twitter clients that when clicking on the post in the Options menu, a window comes up from the top of the screen, in which it is necessary and the rest is timeline How can this be done in Android? On pressing a window and post to enter the message, the message is passed to the activity that started it. The window moves from the top and only takes a quarter screen, the rest of the screen displays the contents of the previous activity.

Any help would be greatly appreciated.

I understand I am not able to do what I am doing!

Did you implement on the ContractName?

Is it possible to display a text video over the list view?

Yes.

I tried to add the code to the text view above the list view but then, only the text view is displayed. View one of your books for

TextView to ListView

. >

How can this possibly be done without starting a new activity?

This is your answer that it is a bit difficult to answer. My guess is that this is through animation to see one of my books for a Twitter client, where the fields and buttons can be hidden for status updates and options can be shown through menu options and animation.


Comments