use of org.horaapps.leafpic.data.HandlingAlbums in project LeafPic by HoraApps.
the class MyApplication method onCreate.
@Override
public void onCreate() {
albums = new HandlingAlbums(getApplicationContext());
super.onCreate();
}
Aggregations