[android-developers] Traceview in Android 5

2015-12-11 Thread Karthik k
Hi, Traceview is used to profile the Android apps. For Android version <= 4.4, Traceview is implemented using the functions (like dvmMethodTraceAdd) defined in /dalvik/vm/profile.c. However, I am not able to find this profile.c or those function definitions (like dvmMethodTraceAdd) in

[android-developers] [URGENT] Storing and reading video files in /data/data/PACKAGE_NAME folder

2011-11-28 Thread Karthik K
Hi, I will put things straight. I am able to download a file to the app's private folder that's in /data/data/. But how do I read the file? I'm downloading a video file once the in-app purchase is processed. Once download completes, I need to play the video in the app. Kindly help me out! it's

[android-developers] Re: Android Maps Overlay onTap click HELP NEEDED

2010-05-07 Thread karthik k
Help required :Urgent: Hi All, Could anyone help me with my below program. I'm unable to put a transparent label containing the contents from my HelloGoogleMaps.java class (Hola, Mundo!) when i click the markers(the android icon) in the map. I would like to have the ontap event do it for