Re: [android-developers] Qliksense @ Remote

2023-02-13 Thread Sharmila Chakraborty
Hi! On Mon, Feb 13, 2023 at 6:38 PM Santhosh wrote: > *Qliksense * > > *Location:* *Dearborn, MI/ Remote* > > *Duration: 6-12 Months* > > Please send resumes to sant...@axiustek.com > > > > *Primary skill - Qliksense, QlikView, Alteryx and * > > *Secondary - good to know GCP DBs* > > > > > > >

Re: [android-developers] Scrum Master - NJ or PA - Onsite

2023-02-13 Thread Sharmila Chakraborty
Hullo! I greet report you for partie this afternoon On Mon, Feb 13, 2023 at 8:22 PM shanmukha venkatesh gudisa < shanmukha3...@gmail.com> wrote: > Hi, > > Hope you are doing well > > Kindly send the suitable profiles for the requirement ASAP > > > > *Position : Scrum Master * > > *Location

Re: [android-developers] IT Control Consultant (COBIT) @ Remote

2023-02-06 Thread Sharmila Chakraborty
Salute! On Mon, Feb 6, 2023 at 8:15 PM Santhosh wrote: > *IT Control Consultant (COBIT) * > > *Location: Remote* > > *Duration: 6 Months* > > *Please send resumes to sant...@axiustek.com* > > > > *Job Description:* > >- 5 years of IT experience with 3 or more years in IT service >

Re: [android-developers] IT Control Consultant (COBIT) @ Remote

2023-02-06 Thread Sharmila Chakraborty
Hello On Mon, Feb 6, 2023 at 8:15 PM Santhosh wrote: > *IT Control Consultant (COBIT) * > > *Location: Remote* > > *Duration: 6 Months* > > *Please send resumes to sant...@axiustek.com* > > > > *Job Description:* > >- 5 years of IT experience with 3 or more years in IT service >

Re: [android-developers] Immediate Need - Business Analyst with Finance, Business Object, EXCEL and Data Collection

2021-01-19 Thread Sharmila Chakraborty
Good Luck ! I am susu Im happy to meet Sona On Tue, Jan 19, 2021 at 12:15 AM Raja || Tekplay Systems < kuma...@tekplay.com> wrote: > *NOTE – Please share only resumes with (Business Objects, Finance, Excel > and Data collection)* > > *(Need Local to CA)* > > *We do not want any program managers

Re: [android-developers] Need Local to Sunnyvale CA - Business Analyst with Finance, Business Object, EXCEL and Data Collection

2021-01-16 Thread Sharmila Chakraborty
And the fireworks are through On Fri, Jan 15, 2021 at 9:08 PM Raja || Tekplay Systems wrote: > Dear Vendor > > Greetings for the day! > > Kindly find below JD and share suitable Resumes > > *NOTE – Please share only resumes with (Business Objects, Finance, Excel > and Data collection)* > >

[android-developers] cupcake source is not available

2013-04-30 Thread Sharmila Harsha
hello i am working on android source code... i need source code of android's cupcake version it is not available https://android.googlesource.com/platform/manifest/+refshere where can i get t.. can anybody help me in this regard -- -- You received this message because you are

[android-developers] Does VP8 decoder support 720P resolution video playback in Gingerbread 2.3.3 ?

2011-05-02 Thread sharmila
Hi, Is 720P resolution support is available in VP8Decoder in Gingerbread 2.3.3 i.e for WebM file video Playback ? -- 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

[android-developers] Strange Bug in GPS!

2009-08-09 Thread Sharmila
(savedInstanceState); setContentView(R.layout.main); TextView txtView = new TextView(this); txtView.setText(Welcome Sharmila :)); setContentView(txtView); listener = new MyLocationListener(txtView); lm = (LocationManager) getSystemService

[android-developers] Byte array from bitmap

2009-07-20 Thread Sharmila
Is it possible to create a byte array from bitmap?How can I do so? Thanks, Sharmila --~--~-~--~~~---~--~~ 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

[android-developers] Re: Converting an image captured by camera to grayscale

2009-07-10 Thread Sharmila Chakraborty
・ ・ ・Mobile・ stick together The views, opinions and statements in this email are those of the author solely in their individual capacity, and do not necessarily represent those of T-Mobile USA, Inc. On Jul 8, 3:22 pm, Sharmila sharmcg...@gmail.com wrote: Hi guys, I have a camera

[android-developers] BlurMaskFilter

2009-07-10 Thread Sharmila
,BlurMaskFilter.Blur.NORMAL)); p.setFilterBitmap(true); c.drawBitmap(bm,0,0,p); the image does not appear to be blurred? Do I need to design my own filter for blurring? Thanks, Sharmila --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[android-developers] Converting an image captured by camera to grayscale

2009-07-08 Thread Sharmila
Hi guys, I have a camera application that captures a 640x480 image.I want to convert this image to grayscale.I know I have to use the setSaturatio (float sat) in the ColorMatrix method to zero but I dnt know how I can set it to grayscale... Can someone please help me out? Thanks.

[android-developers] Re: Blur an image

2009-07-07 Thread Sharmila Chakraborty
Thank you for your reply.No I don't have much experience with real time image processing.I am doing this as part of my summer project. I was wondering can I use the inbuilt blurmaskfilter in android? Thanks, Sharmila. On Mon, Jul 6, 2009 at 2:29 PM, mboehmer mboeh...@fh-muenster.de wrote: You

[android-developers] Blur an image

2009-07-06 Thread Sharmila
Hi, I have a camera application that captures an image and saves it in the sdcard.I want to blur the image now.I need to design a simple blur filter,I have no idea how I can do it in android.I can not find any examples anywhere.Can someone tell me the basic steps to blur an image in android?

[android-developers] PendingIntent.getActivity()

2009-06-30 Thread Sharmila
Hi, I am using Alarm.java in the sample codes.When I press Repeating Alarm,I go to image capture.java.I am using Pending intent.getActivity which is same as startActivity.I want to come back to Alarm.java when I am done with Image capture.Does PendingIntent has anything equivalent to

[android-developers] Execute an activity repeatedly after a definite interval of time

2009-06-25 Thread Sharmila
start I want to keep taking pictures in the background..When the user presses stop,it should stop image capture.java. I am so lost... Someone please help me out! Sharmila! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[android-developers] Can I call takepicture from inside onReceive method of BroadcastReceiver?

2009-06-17 Thread Sharmila
inside the onReceive method of BroadcastReceiver? Pending Indent also has the method getActivity.But Activity does not have onReceive method!!! I can not understand whether I am heading the right way! Sharmila. --~--~-~--~~~---~--~~ You received this message

[android-developers] Image Capture

2009-06-11 Thread Sharmila
,it captures the image and throws an exception and closes the application... I have no idea how to fix this.I have looked in a lot of places but haven't found a way to solve my problem. I desperately need help... Thanks! Sharmila. /** * Copyright (c) 2007, Google Inc. * * Licensed under

[android-developers] Re: Image Capture

2009-06-11 Thread Sharmila Chakraborty
It starts previewing,but as soon as I press the space key it says,Sorry application is forced closed.Try again! On Thu, Jun 11, 2009 at 4:44 PM, Sundog sunns...@gmail.com wrote: On Jun 11, 2:37 pm, Max Salley msalley@gmail.com wrote: What exception does it throw? Details, details!