Android Open Source - wpaper Main Application






From Project

Back to project page wpaper.

License

The source code is released under:

MIT License

If you think the Android project wpaper 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.uniwall;
/*from   ww  w .ja v a 2  s  . c om*/
import android.app.Application;  
import android.content.Context;  
  
public class MainApplication extends Application {  
  
    /** 
     * ??????. 
     */  
    private static Context mContext;  
      
    @Override  
    public void onCreate() {  
        super.onCreate();  
          
        mContext = getApplicationContext();  
          
    }     
      
    /**????Context. 
     * @return 
     */  
    public static Context getContext(){  
        return mContext;  
    }
    
    @Override  
    public void onLowMemory() {  
        super.onLowMemory();  
    }  
      
      
}




Java Source Code List

com.example.uniwall.BitmapOperation.java
com.example.uniwall.CoViewPagerAdapter.java
com.example.uniwall.Controller.java
com.example.uniwall.MainActivity.java
com.example.uniwall.MainApplication.java
net.DownloadImageTask.java
net.DownloadMethod.java