[android-developers] Re: DevOps Engineer, CA

2019-10-31 Thread YASH TRIVEDI
On Wednesday, October 30, 2019 at 3:28:32 PM UTC-4, Lakshmi Yenegalla wrote: > > Hi, > > Please send your updated resume, Visa status and rate you are looking for > to lak...@itnumerals.com > > Role: Devops Engineer > Location: San Francisco, CA > Duration: Long term > > Responsibilities: > •

[android-developers] Re: Multiple reks--- RPA--- (Robotic process automation) AND ---DevOps engineer---- required at Irving TX/ Atlanta GA for Long term project.

2019-10-31 Thread YASH TRIVEDI
On Thursday, October 31, 2019 at 12:15:20 PM UTC-4, naresh linkedin wrote: > > Hello, > Hope you are doing well today, > > I have an Excellent *RPA (Robotic process automation) *Position available > in *Irving TX/ Atlanta GA. *If you want to take your Career to the next > Level than this is th

[android-developers] Re: ....DevOps Engineer... required at Piscataway, NJ for Long term Project.

2019-10-31 Thread YASH TRIVEDI
On Thursday, October 31, 2019 at 11:58:40 AM UTC-4, naresh linkedin wrote: > > Hello, > Hope you are doing well today, > > I have an Excellent *DevOps Engineer *Position available in *Piscataway, > NJ. *If you want to take your Career to the next Level than this is the > time to apply. Please

[android-developers] Re: How to Update Gradle manually?

2016-05-20 Thread yash . 2209 . jain
The error it is showing is Error:Could not find com.android.tools.build:gradle:2.10. Searched in the following locations: file:/Users/shishir/Desktop/Android Studio.app/Contents/gradle/m2repository/com/android/tools/build/gradle/2.10/gradle-2.10.pom file:/Users/shishir/Desktop/Android St

[android-developers] How to Update Gradle manually?

2016-05-20 Thread yash . 2209 . jain
I am developing a App using Cordova and want to use firebase cloud messaging (FCB). FCB is asking for updating gradle to version 2.10. I changed the build.gradle but it ain't working. The sample code from FCB however is working. Please help -- You received this message because you are subscribe

[android-developers] Home automation using Android

2012-02-24 Thread Yash Ganthe
solution. They may require an additional attachment to be fixed on the device. Please let me know if such a technology exists and what it would take to build it. Are there and standards/protocols to make it possible? Thanks, Yash -- You received this message because you are subscribed to the Google

Re: [android-developers]

2012-01-17 Thread yash kumar
Unsubscribe On Wed, Jan 4, 2012 at 1:04 AM, i...@mode-x.co.uk wrote: > Unsubscribe > > Sent from Samsung Mobile > > -- > 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.

[android-developers] how i use google app engine for android

2011-12-02 Thread yash kumar
i want to use google app engine in android.how can i use what is best resource for that and what are the benifits of using google app engine -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-develo

[android-developers] captureDispatchPointer and captureDispatchKey - Monkey

2011-04-27 Thread Yash Jain
. captureDispatchPointer( downTime, eventTime, action, x, y, pressure, size, metaState, xPrecision, yPrecision, device, edgeFlags) captureDispatchKey(downTime, eventTime, action, code, repeat, metaState, device, scancode) Any Links/Documents will be helpful. Thanks, Yash. -- You received this

[android-developers] Find Command Prompt on Android Filesystem

2011-04-20 Thread Yash Jain
simulate enter key in shell scripts. Can anyone help me to supress the messages to be displayed on console for android file system. Thanks and Regards, Yash. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, sen

[android-developers] Re: Logcat debug level --help

2011-04-11 Thread Yash Jain
Hello All, Thanks for your inputs, Filtering of log message helped me lot to debug. Regards, Yash. -- Forwarded message -- From: Michael Date: Thu, Apr 7, 2011 at 7:01 PM Subject: [android-developers] Re: Logcat debug level --help To: Android Developers try adb logcat *:e

[android-developers] Logcat debug level --help

2011-04-07 Thread Yash Jain
file( logcat -f log_error.txt) or to the console( logcat -d). Can anyone help me to print only the error log messages. Thanks in advance. Regards, Yash Jain. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, sen

[android-developers] Re: Emulator problem

2011-03-24 Thread Yash :)
It happens all time, try relaunching emulator, that fixed it for me :) -- 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 an

[android-developers] bluetooth in emulator

2011-03-21 Thread yash
Hi , we require to establish bluetooth connection,using 2.2 sdk. The problem is BluetoothAdapter mBluetoothAdapter = BluetoothAdapter.getDefaultAdapter(); in emultor. The above line of code returns NULL, mBluetoothAdapter is null, so then please guide me on how to get the bluetooth adapter ..

[android-developers] Howto: Run the Test cases available in framework

2011-03-18 Thread Yash Jain
Hello All, I have a dumb questions ??. [?] I want to make my testing automated, so i am trying to explore on the test frame work available on the android. I need help on how to run the testcases available in frame work through command line. for ex: /frameworks/base/graphics/tests/graphicstests/

[android-developers] Running .apk on Board

2011-03-18 Thread Yash Jain
.html#first Thanks and Regards, Yash. -- 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-developers+un

[android-developers] Help writing a sample Android App

2011-03-11 Thread Yash Jain
Hello All, I am new to java and android Apps. Basically i want to test weather a media file can be played on my mobile device so to do this i wanted to write android application which does play a media file and if it fails then it throws an error. I tried writing an application which will playback

Re: [android-developers] Rotate GalleryView Vertically

2009-12-07 Thread Yash Patel
I know its not supported by default. but i was thinking that if there is way to extend the galleryview and rotate on draw. Yash On Mon, Dec 7, 2009 at 1:38 PM, Romain Guy wrote: > Hi, > > Unfortunately this is not supported. > > On Mon, Dec 7, 2009 at 10:26 AM, Yash Patel

[android-developers] Rotate GalleryView Vertically

2009-12-07 Thread Yash Patel
Hi, Is there any way to rotate gallery view vertically instead of horizontal. thanks in advance. Yash -- 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@googlegro

[android-developers] Gallery in Preference Screen

2009-06-09 Thread Yash Patel
when i selected other item it doesn't go back to original size. 2. In the preference setUnselectedAlpha is also not working. it works on initial load but not after that. Here is the my preference Code. *I would really appreciate if you can help me. * Thanks Yash Patel *Preference Code* pa

[android-developers] Problem with multi select listview with default selected List Items.

2009-05-27 Thread Yash Patel
HI, I want to create multi select listview with checkbox. and also make checked = true for some of the item based on some business rule. I can get the list view with multiple choice option working but I am not able to load some of the item as default checked when list view first loaded. I tried

[android-developers] iPhone like Tab Widget

2009-05-06 Thread Yash Patel
Hi, Please anyone know how to create iphone like Tab widget (in the bottom of the screen). Thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to andro

[android-developers] Re: Google voice recognition on Emulator

2009-05-04 Thread Yash Patel
startActivityForResult(intent, RESULT_SPEECH); } catch(Exception ex) { ex.printStackTrace(); } } On Fri, May 1, 2009 at 9:23 PM, Dave Sparks wrote: > > What is the error? > > On May 1, 5:18 pm, Yash Patel wro

[android-developers] Re: Google voice recognition on Emulator

2009-05-01 Thread Yash Patel
I mean to say Speech Recognization. I tried to create one small application but it gives me error. Thanks Yash Patel On Fri, May 1, 2009 at 4:54 PM, Dave Sparks wrote: > > Voice recognition is a technology. You need an application to make use > of it, for example the voice dialer. &

[android-developers] Google voice recognition on Emulator

2009-05-01 Thread Yash Patel
HI, does any one know How to turn on Voice Recognition on Emulator. or is it required to have phone or dev phone to test voice recognition application? I would appreciate if you can reply. thanks Yash Patel --~--~-~--~~~---~--~~ You received this message

[android-developers] Re: call WebService

2008-10-03 Thread Yash Patel
the server, if you > have to use SOAP, and make the Android client ultra simple via some > kind of a proxy. > > > > On Oct 2, 12:15 pm, "Yash Patel" <[EMAIL PROTECTED]> wrote: > > Hi Guys, > > > > Can anyone please let me know how how do we cal

[android-developers] call WebService

2008-10-02 Thread Yash Patel
Hi Guys, Can anyone please let me know how how do we call webserivce from Android App. If you can provide sample code, i would really appreciate. thanks for you help. Yash Patel --~--~-~--~~~---~--~~ You received this message because you are subscribed to the