Top "Listactivity" questions

A ListActivity is an Activity (main UI component of the Android System) that displays a list of items by binding to a data source such as an array or Cursor, and exposes event handlers when the user selects an item.

Android: failed to setContentView when switching to ListActivity

[update] I got the error, which says "Your content must have a ListView whose id attribute is 'android.R.id.…

android layout listactivity
Add items to ListView on Android in Xamarin application

I'm trying to remix the base Android advice for adding items to a ListView in a Xamarin application, but so …

c# android android-listview xamarin listactivity
Generate Map<String,String> from POJO

I have a POJO, and a (currently not-yet-built) class that will return Lists of it. I'd like to automatically generate …

java android pojo listactivity
Android How to know which check box is selected

I'm making my first Android application and I'm having a problem for which I can't find the answer anywhere on …

android list checkbox listactivity android-arrayadapter
Change background color of an item in Android ListActivity onListItemClick

I know it sounds very simple, and there are questions about this. But none of it could solve my problem. …

android listview listactivity
How to create a custom ListView with "extends Activity"?

I am learning android programming, I was able to create a custom ListView with: public class project1 extends ListActivity { .... } With …

android listview listactivity
Add buttons to a listactivity

I have a layout for a ListActivity. To modify the list I have used menu-options. But to remove a couple …

android layout button listactivity
Nested inner Activity class in android

Is declaring a class that extends Activity inside another Activity class possible? If it is, how would I register that …

android android-activity inner-classes listactivity nested-class
Android: connecting mysql(XAMPP) to android app on emulator

I'm trying to develop an android application for my final year project and i'm at the point where I need …

android mysql listactivity
Context menu in list activity

I have list activity with custom array adapter and I can't to get context menu when make long press on …

android listview contextmenu listactivity android-arrayadapter