Exemplo n.º 1
0
 private void init() {
   mWidth = KWDataCache.getScreenWidth(getResources());
   mHeight = KWDataCache.getAllScreenHeigt(getContext());
 }
Exemplo n.º 2
0
 public ReadAndWriteFileFromSD(Context context, String folderName, String path) {
   mContext = context.getApplicationContext();
   mFolderName = folderName;
   mPath = path;
   mScreenWid = KWDataCache.getScreenWidth(context.getResources());
 }