refactor: hide backend Adapter handles

- static methods for backend adapters
This commit is contained in:
Hannes Janetzek
2014-05-10 19:55:43 +02:00
parent 84968d201d
commit 95c9f47e63
19 changed files with 84 additions and 58 deletions

View File

@@ -27,7 +27,7 @@ public class AndroidAssets extends AssetAdapter {
Context mContext;
public static void init(Context ctx) {
g = new AndroidAssets(ctx);
AssetAdapter.init(new AndroidAssets(ctx));
}
private AndroidAssets(Context ctx) {