I am developing a game in android using libgdx.
batch.draw(background, 0,0, Gdx.graphics.getWidth(), Gdx.graphics.getHeight());
I was trying to sh