Back to project page ShowMeTweets.
The source code is released under:
MIT License
If you think the Android project ShowMeTweets listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.fcduarte.showmetweets.fragments; /*www. java 2 s .co m*/ import android.os.Bundle; public class HomeTimelineFragment extends ListTweetsFragment { @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); super.mTimelineType = ListTweetsFragment.TimelineType.HOME; } }