[android-developers] Memory usage details in Taskmanager

2012-02-07 Thread avinash kumar
Hi, My RAM usage memory in TaskManager shows two values.What do those two values signify? Are they the numbers for Total free memory/Total memory or Used memory/ Total memory? Also when I do a cat /proc/meminfo, the memory usage details that I get are very much different to the one in Task

[android-developers] WebView in FrameLayout

2011-02-03 Thread avinash kumar
I have added WebView in a FrameLayout.But I am not able to scroll the page rendered on the WebView.Any pointers on this will be highly appreciated. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] Switching between two activities with animation

2010-12-06 Thread Avinash Kumar
Hey guys.. I have two activities Activity-A and Activity-B. From Activity-A i am calling Activity-B by using startActivity(..) method. I just want Activity-A should disappear with some animation(SLIDE_OUT_LEFT) and Activity-B should appear with some animation(SLIDE_IN_RIGHT). Both should be

[android-developers] Not able to load .css and java script file in the WebView

2010-05-24 Thread Avinash Kumar
Hi All, I am developing a browser for my application. I am retrieving data from my server in the form of html which contains links for css and .js files. But webView is not able to load these datas. code snipet: html head meta http-equiv=Content-Type content=text/html; charset=iso-8859-1