Click here to Skip to main content
15,896,063 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am developing an app to show to android resources usages. While showing an usage graph,it is taking to other but I want to show the battery info and graph on same page.How to do this?The code is in following link: https://stackoverflow.com/questions/28839661/making-battery-usage-graphs-on-android[^]
Posted

1 solution

You can easily do this by designing your screen content to hold multiple parts of what you want to display. There are lots of articles at http://www.codeproject.com/KB/android/[^] that will help you.
 
Share this answer
 
Comments
Member 11505839 7-Mar-15 9:48am    
@Richard.. Thanks alot.But I have tried this earlier and when debugging on the device it shows upper part blank and shows the information below.What should I do in this situation?
Richard MacCutchan 7-Mar-15 9:52am    
What should you do? Find out why the upper part is blank, and correct the error. There is no way we can guess what you may be doing wrong without more information.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900