Back to project page android-jobboard.
The source code is released under:
Apache License
If you think the Android project android-jobboard 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 fr.ygo.jobboard; //from www. jav a2s. c o m import android.os.Bundle; import android.support.annotation.Nullable; import android.support.v4.app.Fragment; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; /** * Created by Yoann on 05/10/2014. */ public class JobDetailFragment extends Fragment { /** * TODO : 1. override onCreateView method and load layout file * TODO : 2. implement the view in the layout file * TODO : 3. add private instance members for views * TODO : 2. override onActivityCreated method, get views and push job data in views */ }