문제

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