Hello Stackoverflow社区,我看了很多例子,但我不能将它应用到我的代码中。所以我有以下代码:
公共类Profile扩展AppCompatActivity {
私人ViewPager …
最简单的方法是(但不是最好的):
public class EventSlide extends android.support.v4.app.Fragment{ public String arg1; public EventSlide(String arg1){ this.arg1 = arg1; } // Override OnCreate method, initialize your textView and set your text there }
我建议你去看看 newInstance 图案。
newInstance