Back to project page zxingfragmentlib.
The source code is released under:
Apache License
If you think the Android project zxingfragmentlib 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.welcu.android.zxingfragmentlibsample; //from www .ja va 2 s . c o m import android.os.Bundle; import android.support.v4.app.FragmentActivity; import com.welcu.android.zxingfragmentsample.R; /** * Created by joyarzun on 2/5/14. */ public class SampleNestedFragmentActivity extends FragmentActivity { public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_nested_fragment); } }