Back to project page android-quiz-php.
The source code is released under:
Copyright (c) 2014, Fabricio Bedeschi All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are me...
If you think the Android project android-quiz-php 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.quiz.php.ui; //from www. ja v a2 s . c o m import android.support.v4.app.Fragment; /** * Created by fabricio on 2/11/14. */ public class ResultActivity extends SingleFragmentActivity { @Override public Fragment createFragment() { return new ResultFragment(); } }