public InputStream getAssetsInputStream(String fileName) throws IOException { return getApplicationContext().getAssets().open(fileName); }