I am working on Android Application which can show salary comparisons in a bar chart.
I need to display two charts in a same activity and I am successful in displaying one chart per one activity using achartengine.
I need Confirmation that is it possible to display two charts in one activity like this.If so please help me..

You can definitely have 2 views added to your activity. Each view would contain a chart created with AChartEngine.
In order to see how to embed charts inside an activity, please read this post.