[android-developers] QA Automation Engineer-Selenium//Location: Glastonbury//6+ months//C2C

2019-11-25 Thread Vinay Kumar
Hi Greetings from Simba Staffing. We have an urgent requirement for one of our clients. Please check and send me the suitable profiles ASAP. Role: *QA*

[android-developers] QA Automation Engineer-Selenium//Glastonbury, CT//6+ months//C2C

2019-11-22 Thread Vinay Kumar
Hi Greetings from Simba Staffing. We have an urgent requirement for one of our clients. Please check and send me the suitable profiles ASAP. Role: QA Automation Engineer-Selenium Location: Glastonbury, CT Duration: 6+ months Contract: C2C JD/Skills: • Selenium •

[android-developers] Greetings from Svs Technologies…!!

2018-04-20 Thread vinay kumar
* *Vinay kumar* Sales Recruiter Email: vi...@svsts.com Hangouts: vinay.sv...@gmail.com SVS Technologies Limited |Direct: 931-994-6943 8700 Trail Lake Dr, Suite 228 | Memphis, TN 38125 Information Technology | Software Development | Training | Consulting *Please Note: Due to high volume of

[android-developers] Wanted Sr. IT Recruiter @Hyderabad

2018-01-22 Thread vinay kumar
Job Title: Sr. US IT Recruiter Location :Hyderabad Duration :Full time Experience:2+Years Location: Near LB Nagar, Hyd Salary: DOE + Incentives Responsibilities: Selected candidate must be able stay pleasant in the conversations with candidates with the intent to build, develop and maintain re

Re: [android-developers] implement onscroll change for horizontal scrollview ?

2013-11-21 Thread vinay kumar
s the resultant value to seek bar. Regards On Fri, Nov 22, 2013 at 12:12 PM, vinay kumar wrote: > it can be achieved in you activity class. > > 1) get the reference of CustomHorizontalView > 2) then it's child view. > 3) in onWindowFoucs get width of CustomHorizotalView and child

Re: [android-developers] implement onscroll change for horizontal scrollview ?

2013-11-21 Thread vinay kumar
s the resultant value to seek bar. Regards Vinay Kumar On Wed, Nov 20, 2013 at 12:35 PM, Amit Mangal wrote: > i need to implement onscrollchanged method in my class so that when scroll > is changing i will update seek bar position as per scroll value. > > i implemented a customhorizont

Re: [android-developers] how to fire intent when net is connected

2013-07-03 Thread vinay kumar
ion. This can't be achieved with android Intent which need user interaction before sending the email. Regards Vinay Kumar On Thu, Jul 4, 2013 at 10:41 AM, Sadhna Upadhyay wrote: > Hi guys, >i am creating a app in which i have to email and the issue is this > that mail should b

Re: [android-developers] How I can load doc/xlsx/pdf files into WebView?

2013-03-14 Thread vinay kumar
gt; pointing me to any url. > So in that case how can I set URL here? > > On Thursday, March 14, 2013 2:43:07 PM UTC+4, Vinay Kumar wrote: > >> Append your pdf/xml/doc url to "http://docs.google.com/gview?** >> embedded=true&url=+ <http://docs.google.com/gview

Re: [android-developers] How I can load doc/xlsx/pdf files into WebView?

2013-03-14 Thread vinay kumar
Append your pdf/xml/doc url to " http://docs.google.com/gview?embedded=true&url=+" and then try to load in webview. Hope this helps you. On Thu, Mar 14, 2013 at 3:34 PM, Archana wrote: > > How I can load doc/xlsx/pdf files into WebView? > I am getting data as base64 format. Please suggest me ho

Re: [android-developers] Re: horizontal rule

2013-03-01 Thread vinay kumar
Why do you require the similar widget, could you please specify your requirement. If really you want to draw a horizontal line then Nobu's solution would be perfect for that. On Wed, Feb 27, 2013 at 9:29 PM, Nobu Games wrote: > You could use a plain "View", set a background image or color on th

Re: [android-developers] Re: Image background (not 9-patch) for an AppWidget

2012-12-05 Thread vinay kumar
Hi, They are number of solution available online but one of them is to recreate a your bitmap with rounded corners. public static Bitmap getRoundedCornerBitmap(Bitmap bitmap, int pixels) { Bitmap output = Bitmap.createBitmap(bitmap.getWidth(), bitmap .getHeight(), Config.

Re: [android-developers] GCM Push Notification on ICW and Jelly Bean

2012-10-09 Thread vinay kumar
Thank you mark, I'll do the same On Tue, Oct 9, 2012 at 3:35 PM, Mark Murphy wrote: > I suggest that you use the android-gcm Google Group for questions about > GCM. > > On Tue, Oct 9, 2012 at 4:19 AM, vinay kumar wrote: > > Hi Everyone, > > > > I facing t

[android-developers] GCM Push Notification on ICW and Jelly Bean

2012-10-09 Thread vinay kumar
push notification some times and some time after long waiting hours. Does any body has any idea why on 4.0 and 4.1 taking so long to receive the push. Please share your suggestion on this. Thank You. Regards Vinay Kumar -- You received this message because you are subscribed to the Google Groups &qu

Re: [android-developers] Re: image passing ?

2012-09-30 Thread vinay kumar
Where does this jpeg images exists? On Sun, Sep 30, 2012 at 4:51 PM, mohammed Nuhail wrote: > can i send jpeg image ? > > > On Sun, Sep 30, 2012 at 4:32 PM, skink wrote: > >> >> >> mohammed Nuhail wrote: >> > How to send a image from one activity to another activity ? >> >> in extras as a Parcel

Re: [android-developers] Notifying the fragment when it is currently selected in a viewpager

2012-09-29 Thread vinay kumar
.*setOnItemSelectedListener*(*this*); *// ...* } *public* void *onItemSelected*(int index) { *// ...* } *// ...* } Hope this snippet helps you. Good Luck Regards Vinay Kumar On Sat, Sep 29, 2012 at 3:18 PM, Raneez wrote: > I use ViewPager loaded w

Re: [android-developers] Android resource qualifier

2012-09-28 Thread vinay kumar
I'm sorry. I wrote lower when I was thinking higher, LOL. > The dpi values for ldpi, mdpi and so on are only standard ones, and most > devices have different values. > Try getting the xDpi and yDpi from a DisplayMetrics. I have an Xperia Neo > V and the width was around 250dp. &g

Re: [android-developers] Android resource qualifier

2012-09-28 Thread vinay kumar
ct. > Check http://developer.android.com/guide/practices/screens_support.htmlto get > the theory behind it. > Marina > On Sep 28, 2012 7:37 AM, "vinay kumar" wrote: > >> Hi, >> >> I am unable to get the values form "values-sw480dp" on my sony Xperi

[android-developers] Android resource qualifier

2012-09-28 Thread vinay kumar
Hi, I am unable to get the values form "values-sw480dp" on my sony Xperia device which is 480 x 854 neither on Samsung galaxy tab which is 600 x 1024. But able to get on Motorola Xoom which is 1280 x 752. e.g res/values-sw480dp/strings.xml/ hello world The values on respective devices Sony X

Re: [android-developers] Update EditText Fields With Spinner Select

2012-09-26 Thread vinay kumar
from the items from the spinner; the edittext fields (7 > edittext) is updated (loaded).* > Regards Vinay kumar On Thu, Sep 27, 2012 at 12:44 AM, jabjab wrote: > Any tutorial where spinner have the (set) same value, and updated as an > edittext in a database, and > by select fr

Re: [android-developers] Re: Timepicker AM/PM value issue

2012-09-25 Thread vinay kumar
Hi sindhu, My code convert the 24 hours to 12 hours format could you get a chance to check it. On Tue, Sep 25, 2012 at 8:58 PM, skink wrote: > > > sindhu wrote: > > want to download a file from net so wat m doing is- asking user to set > the > > start time and end time for downloadin. For this

Re: [android-developers] Re: Timepicker AM/PM value issue

2012-09-25 Thread vinay kumar
are closing your app after Step 1. On Tue, Sep 25, 2012 at 6:32 PM, vinay kumar wrote: > Yes I Used. > > > On Tue, Sep 25, 2012 at 6:27 PM, sindhu wrote: > >> Vinay have you ever used Picker control in honencomb? >> >> >> On Tuesday, September 25, 2012

Re: [android-developers] Re: Timepicker AM/PM value issue

2012-09-25 Thread vinay kumar
Yes I Used. On Tue, Sep 25, 2012 at 6:27 PM, sindhu wrote: > Vinay have you ever used Picker control in honencomb? > > > On Tuesday, September 25, 2012 3:00:51 PM UTC+5:30, Vinay Kumar wrote: > >> Hi sindhu, >> >> have you check with the above code sen

Re: [android-developers] send email

2012-09-25 Thread vinay kumar
Then check for java gmail client. On Tue, Sep 25, 2012 at 2:59 PM, Ibrahim Sada wrote: > Mr vinay thanks.. > But i need to send a mail through code.. > Thnks in advance... > > > On 25 September 2012 13:18, vinay kumar wrote: > >> Hi, >> >

Re: [android-developers] Re: Timepicker AM/PM value issue

2012-09-25 Thread vinay kumar
Hi sindhu, have you check with the above code sent by me. Is that also not working? On Tue, Sep 25, 2012 at 2:54 PM, skink wrote: > > > sindhu wrote: > > In time picker control ther is one button choose AM or PM values how to > get > > that value? when user clicks on it? > > > > what on earth

Re: [android-developers] send email

2012-09-25 Thread vinay kumar
email client and add necessary permissions. Regards Vinay Kumar On Tue, Sep 25, 2012 at 12:23 PM, Ibrahim Sada wrote: > Hi .. >Can any1 help me out how to send email from code.. >Thanks in advance.. > > -- > You received this message because you are subscribed to the Googl

Re: [android-developers] Timepicker AM/PM value issue

2012-09-24 Thread vinay kumar
erttime, Toast.LENGTH_LONG).show(); } }; Hope this helps you. Regrads Vinay Kumar On Tue, Sep 25, 2012 at 11:19 AM, Ibrahim Sada wrote: > Mycallback=new OnTimeSetListener() { > > public void onTimeSet(TimePicker view, int h

Re: [android-developers] Re: Android App Published But Not Visible in Google Play Store even after published

2012-09-21 Thread vinay kumar
Hi, I will take max of 2 hours to update on Google play. On Fri, Sep 21, 2012 at 7:16 PM, RichardC wrote: > >1. Check for email from Google. >2. Tell us the app name (and package name) so we can look >3. Or we can guess :) > > > On Friday, September 21, 2012 12:21:49 PM UTC+1, Nikhil

Re: [android-developers] What candy is the latest version of Android named after?

2012-09-21 Thread vinay kumar
Answer : jellybean Platform version : Android 4.1, 4.1.1 API level : 16 Meaning of jellybean = A small ovoid candy with a hardened sugar coating over a chewy center. On Sat, Sep 22, 2012 at 11:00 AM, Meena Rengarajan wrote: > Can anyone tell me this , Sorry it might be a simple Question but i wa

Re: [android-developers] Re: Android LVL

2012-09-16 Thread vinay kumar
Yes. On Mon, Sep 17, 2012 at 9:08 AM, janvi wrote: > Ok thank you for this > > Is this licensing option which I have to enable is provided as a field in > the uploading form? > > Thanks in advance > > > > > On Sunday, September 16, 2012 10:42:17 PM UTC+5:

Re: [android-developers] Re: Android LVL

2012-09-16 Thread vinay kumar
actually testing credentials? > Is it enough to add a test account(gmail account of tester) in the option > provided in the edit profile page of google publisher account? > > Still iam i missing any thing ?or this is the only step needed for this? > > > > > On Sunday, September

Re: [android-developers] Re: Android LVL

2012-09-16 Thread vinay kumar
yes, we need to upload the app without publishing it. For testing it we need tester credentials too. On Sat, Sep 15, 2012 at 10:06 PM, Ichsan wrote: > If you read the documentation, it is clear that you need to upload the app > without publishing it. > > -- > You received this message because yo

Re: [android-developers] Re: Android LVL

2012-09-15 Thread vinay kumar
Have you tried Library which was provided with Android sdk? On Sat, Sep 15, 2012 at 2:57 PM, vinay kumar wrote: > Have you tried which was provided with Android sdk? > > > On Sat, Sep 15, 2012 at 2:50 PM, janvi wrote: > >> Any body who has already tried this help me out p

Re: [android-developers] Re: Android LVL

2012-09-15 Thread vinay kumar
Have you tried which was provided with Android sdk? On Sat, Sep 15, 2012 at 2:50 PM, janvi wrote: > Any body who has already tried this help me out plz > Its very urgent > > > > On Friday, September 14, 2012 5:32:02 PM UTC+5:30, janvi wrote: >> >> Dear All >> >> I need a favour,though it is old

Re: [android-developers] Re: Updating progress bar in Application while downloading file using DownloadManager

2012-09-14 Thread vinay kumar
But AsyncTask doesn't had an option to resume the download from where it previously stopped (in case of device restart or network failure) On Sat, Sep 15, 2012 at 2:58 AM, bob wrote: > Sounds like a job for an AsyncTask. > > On Friday, September 14, 2012 4:56:15 AM UTC-5, Vin

[android-developers] Updating progress bar in Application while downloading file using DownloadManager

2012-09-14 Thread vinay kumar
Hi All, I was wondering if anybody knew how to update progress Bar in the application while attempting to download file using download manager for android? Please share your ideas. Thank you in advance. -- You received this message because you are subscribed to the Google Groups "Android Devel

Re: [android-developers] need help

2012-09-04 Thread vinay kumar
can you be more specific, what you really want to implement. On Tue, Sep 4, 2012 at 11:08 PM, Madhuri Cherukuri wrote: > Hi > > Can any one help me how to replace a two xml's by using include and merg > tag or is there any other way to replace. > Thanking you.. > > -- > You received th

[android-developers] Issue while adding event on inbuit Calender application on Motorola droid razr

2012-08-31 Thread Vinay Kumar
Hi, I'm trying to use Gallery and Calender (Inbuilt applications) in my android application. It seems to be working fine on all android devices except Motorola droidRazr 4.0.4 and Nexus. Could anybody help me what is an issue with above devices 4.0.4 Thank you in advance. -- You received

Re: [android-developers] how to apply validation in android

2012-08-29 Thread vinay kumar
#addTextChangedListener%28android.text.TextWatcher%29 http://stackoverflow.com/questions/4283062/textwatcher-for-more-than-one-edittext http://stackoverflow.com/questions/6119722/how-to-check-edittexts-text-is-email-address-or-not Regards Vinay Kumar On Thu, Aug 30, 2012 at 10:21 AM, Sadhna

Re: [android-developers] Re: how to set two spinners with different strings and icons?

2012-08-29 Thread vinay kumar
What is the Issue? On Tue, Aug 28, 2012 at 10:15 PM, Sobia Awan wrote: > actually i got solution of "intent in spinner" not this so if it will b > possible for u then please reply me...Thanks > > > On Tue, Aug 28, 2012 at 9:26 PM, Sobia Awan wrote: > >> shall i send u my coding again? >> >> >> >>

Re: [android-developers] Re: Use of shapes for background

2012-08-28 Thread vinay kumar
I mean to ask is there any problem with .png file. On Tue, Aug 28, 2012 at 5:08 PM, vinay kumar wrote: > May I know what is the issue you are facing with? > > > On Tue, Aug 28, 2012 at 12:26 PM, Pau Rodríguez Coloma > wrote: > >> Please, help... >> >> El vi

Re: [android-developers] Re: Use of shapes for background

2012-08-28 Thread vinay kumar
May I know what is the issue you are facing with? On Tue, Aug 28, 2012 at 12:26 PM, Pau Rodríguez Coloma wrote: > Please, help... > > El viernes, 24 de agosto de 2012 12:08:54 UTC+2, Pau Rodríguez Coloma > escribió: > >> Hi, >> >> I'm want to set the background of a RelativeLayout like the attac

Re: [android-developers] Re: get the text in edit text on button click

2012-08-26 Thread vinay kumar
Hi vikas, I don't see any issue in your code, may I know what problem you are facing with? On Mon, Aug 27, 2012 at 11:55 AM, karuna vikas wrote: > activity implements OnClickListener > EditText text; > String editText; > public void OnCreate() > { >text = (EditText) findViewById(R.id.E

Re: [android-developers]

2012-08-26 Thread vinay kumar
Yes please if you can. On Sun, Aug 26, 2012 at 4:24 PM, Sobia Awan wrote: > i have done this @viney kumar...shall i snd u code? > > > > On Sun, Aug 26, 2012 at 3:51 PM, vinay kumar wrote: > >> Hi sobia, >> >> Assuming you that your currently able to g

Re: [android-developers]

2012-08-26 Thread vinay kumar
Hi sobia, Assuming you that your currently able to get the selected item from of your spinner. Under the same function call startActivity(new Intent(current_class.this,calling_class.class)) instead of current_class.this you try calling the following methods. getApplicationContext(); All the

Re: [android-developers] How can I add description with respect to each image in image switcher..

2012-08-26 Thread vinay kumar
Hi Sobia, You can implement the same with baseAdapter. Regards Vinay Kumar On Sun, Aug 26, 2012 at 2:28 AM, Sobia Awan wrote: > Hi, > > I have a Image Switcher with some pictures , and I would like to have a Text > View that > changes with the pictures. Can anyone tell how to

Re: [android-developers] Posting large video file to Facebook from android device.

2012-08-24 Thread vinay kumar
No, I haven't tried yet. On Fri, Aug 24, 2012 at 4:37 PM, Asheesh Arya wrote: > have you tried to integrate the facebook chat functionality feature in > your apps!! > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this

[android-developers] Posting large video file to Facebook from android device.

2012-08-24 Thread Vinay Kumar
file .mp4) with out any issues, but unable to post videos which are about 51MB (1min 10 sec). while trying so my application crashes with out of memory exception. Is there any other method to do the same? Thank You. Regards Vinay Kumar -- You received this message because you are subscribed to

Re: [android-developers] Unique ID for Event In android Calender

2012-08-24 Thread vinay kumar
can update them. Please put our question forward if any. Regards Vinay kumar On Fri, Aug 24, 2012 at 3:30 PM, Rahul Kaushik wrote: > > unique id through which we can update the particular(on the basis of > unique id) event in Android Calendar > > Thanks > RK > > > O

Re: [android-developers] Unique ID for Event In android Calender

2012-08-24 Thread vinay kumar
On Fri, Aug 24, 2012 at 2:51 PM, vinay kumar wrote: > >> Hi, >> >> You can use content resolver to get the event_ID and event_Details as >> well please check the following code. >> >> >> public class MyCalendar { >> >> static Curso

Re: [android-developers] Re: Location Object Null?

2012-08-24 Thread vinay kumar
You can even use Emulator controller in DDMS perspective. On Fri, Aug 24, 2012 at 2:14 PM, Asheesh Arya wrote: > send gps command using adb shell > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email t

Re: [android-developers] Export Project with Signed Key (Release Mode)

2012-08-24 Thread vinay kumar
Hi Arun Are you trying to extract the apk file or any other? If you are trying to extract the signed apk file, then you need to use AndroidTools > Export Signed application Package... Regards Vinay Kumar On Fri, Aug 24, 2012 at 2:22 PM, B.Arunkumar wrote: > Hi, > >I am tryi

Re: [android-developers] Unique ID for Event In android Calender

2012-08-24 Thread vinay kumar
Hi, You can use content resolver to get the event_ID and event_Details as well please check the following code. public class MyCalendar { static Cursor cursor; public static ArrayList eventID = new ArrayList(); public static ArrayList nameOfEvent = new ArrayList(); public static

Re: [android-developers] how to open android project from existing code? pls.help =/

2012-08-24 Thread vinay kumar
Try to use "Import" option, event then you are facing the problem please do the following ( alternate method may be not correct). > Create the new project in your workspace. > Copy the file form the main directory of your project which your are trying to import to the new project which you have cr

Re: [android-developers] new membe

2012-08-24 Thread vinay kumar
Hi, it may take 24 to 36 hours, I am not sure about this, I face the same with my first post it nearly took 36 hours. On Fri, Aug 24, 2012 at 1:26 PM, Fabien R wrote: > On 22/08/2012 07:27, Mehdi Mustafayev wrote: > > Hi ! > > > > Could you tell me, how long new members topic verified by moderat

[android-developers] PDF Viewer on Android device without thrid part Application.

2012-08-22 Thread Vinay Kumar
Hello, I'm developing an application (Magazine Application only with PDF file) in which PDF viewer functionality need to be integrate. PDF file has the following data. - Text (Description). - Images (high resolution) - Internal links (to navigate from one page to other) - External l

Re: [android-developers] Re: Showing notification dialog over a incoming call

2011-11-02 Thread vinay kumar mj
Hi Sunil, I think you should use BroadcastReceiver API for this.Below link may helpfull. http://thinkandroid.wordpress.com/2010/02/02/custom-intents-and-broadcasting-with-receivers/ Hi Sunil, > > I think you should use BroadcastReceiver API for this. > > > 2011/11/2 Sunil Mishra > >> Thanks Fr

Re: [android-developers] Re: Showing notification dialog over a incoming call

2011-11-02 Thread vinay kumar mj
Hi Sunil, I think you should use BroadcastReceiver API for this. 2011/11/2 Sunil Mishra > Thanks Francisco for the explanation. Is there any possibility of > doing so? any work around? > > On Nov 2, 11:18 am, Francisco Dalla Rosa soares > wrote: > > when a call comes, your activity goes to bac

[android-developers] Grouping same call logs just like google nexus

2011-10-17 Thread vinay kumar mj
Hi, I'm working on dialer app, and i'm struck with the grouping of call logs which is from same number (just like in google nexus). How to do that, can any one help me Regards. Vinay kumar MJ -- You received this message because you are subscribed to the Google Groups "And

[android-developers] android.database.sqlite.SQLiteException: near "*": syntax error: , while compiling: SELECT calls._id as _id, number, name, date, duration, new, type FROM calls LEFT OUTER JOIN blu

2011-10-15 Thread vinay kumar mj
Hi I want to query the call log details from phone, my query is like below Cursor groupCur = mcontext.getContentResolver().query(Calls.CONTENT_URI, CallLogAdapter.PROJECTION, Calls.NUMBER + " = " + number, null, Calls.DEFAULT_SORT_O