Android Open Source - voicr Whats Hot Fragment






From Project

Back to project page voicr.

License

The source code is released under:

MIT License

If you think the Android project voicr listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Java Source Code

package info.androidhive.slidingmenu;
/*ww  w  . j a  v a2s.c  om*/
import android.app.Fragment;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;

public class WhatsHotFragment extends Fragment {
  
  public WhatsHotFragment(){}
  
  
  @Override
    public View onCreateView(LayoutInflater inflater, ViewGroup container,
            Bundle savedInstanceState) {
 
        View rootView = inflater.inflate(R.layout.fragment_whats_hot, container, false);
         
        return rootView;
    }
}




Java Source Code List

info.androidhive.slidingmenu.CommunityFragment.java
info.androidhive.slidingmenu.FindPeopleFragment.java
info.androidhive.slidingmenu.HomeFragment.java
info.androidhive.slidingmenu.MainActivity.java
info.androidhive.slidingmenu.NotesList.java
info.androidhive.slidingmenu.PagesFragment.java
info.androidhive.slidingmenu.PhotosFragment.java
info.androidhive.slidingmenu.RecordAudioFragment.java
info.androidhive.slidingmenu.RecordAudio.java
info.androidhive.slidingmenu.WhatsHotFragment.java
info.androidhive.slidingmenu.adapter.NavDrawerListAdapter.java
info.androidhive.slidingmenu.model.NavDrawerItem.java