The AssetManager is a class that helps you manage your assets.
First off, you need to create an instance:
AssetManager am = new AssetManager();
After this is initialized, and before you render anything, you want to get the resources:
am.load("badlogic.jpg", Texture.class);//Texture.c...