I\'m just going through the javadoc and various tutorials on libgdx and I\'m at the stage of trying to figure out differences between various concepts that seem similar to me or
It is more or less matter of taste. If you want to use actions and stage, use actors. Actors cannot be drawn directly, you need to override draw method. Inside draw you can use sprites.