I have an application to develop in Android. There are two tabs in it, I am using tabactivity to get it. One of the tabs is in the list view, so I have increased the list.
But now the problem is how can I get click event notifications on the list view.
At the same time,
public class xyz tabactivity applies OnTab Change Listener {@ Override Public Wide On Krait (Bundle Saved InstantStat) {} Public Voice Set OnTB Change Listener (TabHost. OnTab Change Listener L) {String AGR = "Girish"; L.onTabChanged (arg0); Toast.makeText (getApplicationContext (), "Tabchanged", Toast.LENGTH_LONG) .show (); } @Ophride Public Wired Tab Change (String Tab ID) {// Tudro Auto-Generated Math Stub Toast. Make text (getApplicationContext), "tab switching 1", toast.lnnht_leng). Show ();
P> I'm not completely sure that I understand what you're asking, but you should set the setOnItemClickListener () call on your ListView.
Similarly, to issue tabs you should be able to call setOnTabChangedListener () on your tabhost.
Comments
Post a Comment