Android Open Source - bugsTracker Bug Tracker App






From Project

Back to project page bugsTracker.

License

The source code is released under:

GNU General Public License

If you think the Android project bugsTracker 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 com.example.bugstracker.app;
//  ww w  . j av a  2  s .c om
import java.io.File;

import android.app.Application;

public class BugTrackerApp extends Application {

  public  File imageFile;
  public static String reviewTitle;
  public static String reviewBody;

  
  public static BugTrackerApp app ;

  
  @Override
  public void onCreate() {
    // TODO Auto-generated method stub
    super.onCreate();
    app = this;
    
  }
}




Java Source Code List

com.example.bugstracker.MainActivity.java
com.example.bugstracker.ReviewAct.java
com.example.bugstracker.Splash.java
com.example.bugstracker.app.BugTrackerApp.java
com.example.bugstracker.network.MultipartRequest.java