Re: [android-developers] Media Player full screen like youtube

2012-07-09 Thread Revanth kumar
Hi, I am not looking for making the screen to full screen. I am looking for video toggle between fullscreen and normal screen like youtube. On Fri, Jul 6, 2012 at 12:11 PM, TreKing treking...@gmail.com wrote: On Fri, Jul 6, 2012 at 12:24 AM, master revanth.andr...@gmail.com wrote: I there

[android-developers] HELP

2012-05-10 Thread RAJA Revanth
[2012-05-09 19:35:57 - Testing] ActivityManager: Starting: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] cmp=com.drunk/.DrunkDriveManager } This is the entry on console after running what has to be done to rectify this -- You received this message because

[android-developers] Help

2012-05-10 Thread RAJA Revanth
In the console this what i have received [2012-05-09 19:59:28 - Testing] Uploading Testing.apk onto device 'emulator-5554' [2012-05-09 19:59:30 - Testing] Installing Testing.apk... [2012-05-09 19:59:34 - Testing] Success! [2012-05-09 19:59:34 - Testing] Starting activity

[android-developers] Have you ever created this app?

2012-04-12 Thread Raja Revanth
I would like to know if any of you have created a App using accelerometer and orientation sensor to for drunk driving detection. It checks for the vehicle movement and the turning radius, pitch yaw and roll and calculates a few variables such as lateral and longitudinal acceleration and so on and

[android-developers] How to query (price) information for multiple in-app products at once?

2011-10-20 Thread revanth
://developer.apple.com/library/ios/#documentation/StoreKit/Reference/SKProductsRequest/Reference/Reference.html#//apple_ref/occ/cl/SKProductsRequest Thanks, Revanth -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] Connecting to Licensing server through Local/Remote Server

2011-01-03 Thread revanth
:- 1. mobileclient.apk -- Our Server- Google licensing Server Response:- 2. Google licensing Server --- Our Server --- mobileclient.apk Whether it is possible or not, Please suggest. Thanks Regards, Revanth -- You received this message because you

[android-developers] Checking

2011-01-02 Thread revanth
:- 1. mobileclient.apk -- Our Server- Google licensing Server Response:- 2. Google licensing Server --- Our Server --- mobileclient.apk Whether it is possible or not, Please suggest. Thanks Regards, Revanth -- You received this message because you

Re: [android-developers] Re: Maximum size of APK that can Upload to Android Market

2010-12-21 Thread Revanth kumar
Thank you for your replies. On Wed, Dec 15, 2010 at 11:09 PM, Jake Basile jakerbas...@gmail.com wrote: If you need that much space, you should consider downloading it yourself to the SD card. This is the accepted way to download big sets of data. the TTS engine does this, if I recall

[android-developers] Maximum size of APK that can Upload to Android Market

2010-12-14 Thread revanth
Hi ALL, Could any one please tell me whether there is a size of limit to upload an apk to the android market. i.e, could we upload an apk size of 2GB or more than that. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

[android-developers] Translate Animation from Left To Right Infinite Times

2009-12-25 Thread Revanth kumar
circular... Please can any one help me... Regards, Revanth. -- 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@googlegroups.com To unsubscribe from this group, send email to android

[android-developers] merge a rows in column

2009-06-15 Thread revanth
In my activity i am using table layout.I have 5 rows and 5 colums. To merge (or) span a columns in a row we use android:layout_span='2' I want to merge (or) span 2 rows in one column. regards, Revanth, www.tejasoft.com --~--~-~--~~~---~--~~ You received

[android-developers] Re: merge a rows in column

2009-06-15 Thread revanth
Basically I am looking for a Table some thing like this | | | | | row0 | | | || || | | row0 | | | row1 | merged