質問

Since the new Android SDK Update I have a ActionBarActivity for my MainActivity.

Before that is was a normal activity and I just replaced it with the: ListActivity

How can I add use the ListActivity in my new MainActivity which is a ActionBarActivity?

役に立ちましたか?

解決

You can get rid of extends ActionbarActivity and extends ListActivity. You could also use ListFragment.

You can extend ActionBarActivtiy and use ListFragment from the support library

http://developer.android.com/reference/android/support/v4/app/ListFragment.html

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top