[android-developers] Full Stack Developer (.Net) Only Locals

2019-11-25 Thread sri m
*Title: Full stack Developer* *Location: Fremont, CA* *Duration: 6+ Months* -*Only Local candidates (inperson is must) -* *Please send resumes to s...@omegasolutioninc.com* *TASKS / JOB DESCRIPTION:* *Responsibilities:* Design, development and implementation of mission critic

[android-developers] Security Engineer

2019-11-21 Thread sri m
Need Security Engineer Bellevue, WA 6 months *Please send resumes to s...@omegasolutioninc.com* As a security engineer you will be working with a highly specialized team with the primary task of improving application security across the organization. Key Responsibilities Analyze, design, cod

[android-developers] Need SAS Clinical Programmer

2019-11-18 Thread sri m
Need SAS Clinical Programmer *Menlo Park, CA* *Long Term* *Please send your resumes to s...@omegasolutioninc.com* Client is committed to helping patients defeat their cancer. they are advancing immune-oncology through the engagement of new and complementary phagocytic pathways that enhance ant

[android-developers] Need Agile Coach Lead with Certified Scrum Master

2019-11-15 Thread sri m
*Need Agile Coach Lead with Certified Scrum Master* *Raliegh, NC* *1 year* *Work with ITD, business, budget and procurement teams to understand the current state organizational structure and delivery model and create Baseline* *• Develop overall Agile Transformation roadmap* *•

[android-developers] Sr Product Manager (Medicaid)

2019-11-07 Thread sri m
Looking for Sr. Product Manager Raliegh, NC 1 year contract *Leads and direct cross-functional activities that provide effective oversight of Medicaid Programs.* *• Manages direct and hybrid reporting relationships and staff, sets priorities, establishes accountabilities, and defines

Re: [android-developers] Critical Need for Android Lead with Direct Client @ Mountain View, CA

2019-07-17 Thread Sathya Sri
Hi Abdullah, I am Android developer of having 8.3years of experience with strong knowledge on Android framework and components. Please let me know more about this requirement. I am very much interested in this position. Thanks, Sathish Avunoori On Wed, Jul 17, 2019, 11:25 PM abdullah K wrote:

[android-developers] Taxithere | Financial Guidance in Vijayawada | Tax Filing

2017-09-09 Thread Sri Varma
Tax-It-Here measures in Tax Filing

[android-developers] Income Tax Rates | Financial Planning | Income Tax Return

2017-08-24 Thread Sri Varma
Your friendly neighborhood Tax expert Harnessing the talent of highly qualified team of startup enthusiasts, Chartered Accountants and Tax Experts

[android-developers] How to go back to previous page if back button is pressed in WebView?

2016-11-11 Thread sri sai kamal
I have created an webbiew android app. Im not expert on app development I have just followed procedure from internet. Here is my app link:- http://www24.zippyshare.com/v/crg4OaRc/file.html It works, clicking a link in the webpage goes to the next page in the website inside my app. But when I c

Re: [android-developers] Problem with Android 6.0 and Bluetooth

2016-09-26 Thread Sathya Sri
Hey, Did you added support for Android 6.0 . That means did you added permissions for bluetooth from manifest file as well as from code also? On Sep 26, 2016 3:32 PM, "Sébastien Schutz" wrote: > Hi, > > I'm currently developping an application which uses Bluetooth. > > I connect to two Bluetoot

[android-developers] Network Engineer

2016-07-13 Thread Sri Pal
*Hot list from **Nvesttech* Hi All, Greetings from *Nvesttech * This is *Shripal* Please find the below *HOT LIST* and send me your suitable requirements. Kindly mail your client requirements to *sripal@**nvesttech**.com* OR you can reach me at *(310)-929-4588* Name Skills Set Lo

[android-developers] Network Engineers Avilable

2016-06-28 Thread Sri Pal
Hi All, This is *Suresh from Nvesttech**,* Please find the below *HOT LIST* and send me your *suitable requirements.* You can reach me on *785-558-3061* Name Skills Set Location Experience Relocation Visa Status Barsha Shrestha Network Engineer Providence, RI 7 Years Yes GC Pallav

[android-developers] HOT LIST

2016-05-24 Thread Sri Rekha
YES Citizen Saritha Business Analyst NJ NJ, NY Citizen Shruthi BI SSIS SSRS SSAS TX YES H1B -- *Regards & Thanks* *Sri Rekha. P* *Talent Acquisition| LORAVA INC.* *300 East Royal Lane, Suite # 113 IRVING TX 75039* *Direct:- (469) 718-2869*102* *srirek...@lorava.com * *Han

Re: [android-developers] Re: Create multiple apps with same code base

2016-04-21 Thread Sathya Sri
Hi, If you upload new app with same old code base ,your old application is updated with new name. But it will not be uploaded as new app. To achieve this you should change the main package name in your new app. Then only play store will accept it as new application. On Apr 21, 2016 5:29 PM, "Om Pr

[android-developers] best laptop for android studio and android development

2015-12-07 Thread sri vignesh
hello there am confused on which laptop is the best for using android studio and git -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to android-developers+u

[android-developers] WIFI_P2P_PEERS_CHANGED_ACTION not broadcasting.

2015-11-30 Thread Venkatesh sri guru
I am trying to develop wifi application...I've been doing it according to the source given in developer.android.com...But the WifiDirectBroadcastReceiver is getting notified for all the intents except for WIFI_WIFP2P_PEERS_CHANGED_ACTION. It shows success for discoverPeers(). But the intent is n

[android-developers] If the application force closes, will the registered intent filters also removed or deregistered?

2013-11-16 Thread Sathya Sri
Hi All, I have created my own dial pad in my application. And i added intent filters to that dial pad in manifest file as like below. If the application force closed then for the first selected contact number my dial pad is not working for the second time. any other contact number it is

[android-developers] Re: Numeric Keypad on WebView

2012-08-29 Thread Sathya Sri
Hi Vishal, I am also facing the same issue. if you find any solution. Please let me know. On Monday, 19 July 2010 11:08:21 UTC+5:30, Vishal wrote: > > Hi, > > Android 2.1 > > I am having a textbox in the the webview where only numeric input is > require but when the soft keypad pops up, it show

Re: [android-developers] Re: Facebook application, with custom device.

2012-06-30 Thread sri kanth
Hi, It may be helpful to you https://github.com/facebook/facebook-android-sdk/ On Thu, Jun 28, 2012 at 2:07 PM, SIDHU wrote: > I dont know the source code of reallly fb app i think its hard to get > rather than that i can help u with the following links > > > http://blog.doityourselfandroid.

Re: [android-developers] Code to send mail not working

2012-06-29 Thread sri kanth
Button b1=(Button)findViewById(R.id.btnmail); b1.setOnClickListener(new View.OnClickListener() { public void onClick(View v) { // TODO Auto-generated method stub Intent intent = new Intent(Intent.ACTION_SENDTO); Uri uri = Uri.parse("mailto:priya.mehta...@gmail.com";); intent.setData(uri);

Re: [android-developers] Android Spinner not working

2012-06-29 Thread sri kanth
can u share ur code On Fri, Jun 29, 2012 at 10:34 AM, Parthi K wrote: > buddy sorry first u designed UI may be not correct because not using > spinner keyword > > > On Fri, Jun 29, 2012 at 10:27 AM, Narendra Singh Rathore < > nsr.curi...@gmail.com> wrote: > >> Let me have a look at your spin

Re: [android-developers] Edit application sync adapter contact

2012-06-29 Thread sri kanth
Try this code On Fri, Jun 29, 2012 at 1:29 PM, Live Happy wrote: > i used android:supportsUploading="true" in the sync contacts adapter to > can edit the of contact my application account type but it only sho

Re: [android-developers] Im getting this error - the application has stopped unexpectedly .. Please help me.

2012-06-29 Thread sri kanth
send me error message i will check. On Mon, Jun 25, 2012 at 9:25 PM, neil odiaz wrote: > Here is my code: > when i click the button it says the error message .. > > package test.TOE; > > import android.app.Activity; > import android.content.Intent; > import android.os.Bundle; > import android.vi

Re: [android-developers] Passing Object

2012-06-29 Thread sri kanth
thx for this post. On Fri, Jun 29, 2012 at 2:23 PM, dEEPESH PPM wrote: > Use this, > > Intent i = new Intent(CurrentActivity.this, NextActivity.class); > i.putExtra("key", object); > intent.startActivity(i); > > On Tue, Jun 26, 2012 at 12:54 PM, mohammed Nuhail wrote: > >> How to pass the object

Re: [android-developers] updating sdk tools

2012-06-29 Thread sri kanth
Hi, Sorry for my English. >go to eclipse and choose windows option >in windows option click Android SDK Manager >it will automatically update all versions if u check the checkboxs what do you exactly update the versions On Tue, Jun 26, 2012 at 11:59 PM, androdev wrote: > how to update sdk tools

Re: [android-developers] Get all the images from sd card

2012-06-29 Thread sri kanth
http://www.vogella.com/articles/AndroidWidgets/article.html On Tue, Jun 26, 2012 at 11:39 PM, Raveen Subasinghe wrote: > How to get all the images and paths to display in a grid view,[ like in > android default gallery application] > > -- > You received this message because you are subscribed to

Re: [android-developers] When can we get chrome4android and JellyBean Browser sourcecode?

2012-06-28 Thread sri kanth
tell me the correct date dude On Thu, Jun 28, 2012 at 4:23 PM, Mark Murphy wrote: > On Wed, Jun 27, 2012 at 10:56 PM, Yongchao Lao wrote: > > Can we get the sourcecode after Google I/O 2012 ? > > Source code for Jelly Bean will be released sometime after devices hit > the retail channel in July,

[android-developers] Database

2012-06-26 Thread sri kanth
Suggest me differences between remote and local data base -- 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-develop

[android-developers] spinner

2012-03-18 Thread sri kanth
Dear All, Let me know how to change the spinner list color when i click the spinner list. -- 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 gro

[android-developers] word suggestion for ~,#,- etc not done properly

2011-07-16 Thread Sri Kommareddi
re has qwerty keyboard, the input method is different from virtual keyboard. The characters '~','#','-' have special meaning for word suggestion in this qwerty input method. I think when enter "~", the word suggestion is not done properly. Any suggestions to

[android-developers] need to search photos contains in phone

2011-06-29 Thread sri ram
Hi Guys, This is my first post. is it possible to search all songs that we have in our phones and memory sticks. we are knew that it is simple to view contacts from our using the Intent of the activity. i have tried with some codings .. but i have no luck in that..can u give suggestions if you fe

[android-developers] Re: Android SDK installer can't find Java

2010-12-21 Thread Sri
try this suggestion: http://code.google.com/p/android/issues/detail?id=13003 -- 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

[android-developers] How to Build Modofied launcher source code

2010-12-21 Thread sri
Hi, As per my requirement i have to modify the Launcher source code. I have imported the launcher code in to Eclipse IDE and i could see many import errors and variable not found errors. Can any body tell me how to build the launcher source code as weel as how to build the modified launcher code

[android-developers] Re: Problem opening page with javascript pop ups in webview

2010-10-06 Thread sri
HI KK, Try the sample here: http://lexandera.com/2009/01/adding-alert-support-to-a-webview/ It worked for me. Regards, -Sri On Sep 27, 5:38 pm, KK wrote: > I went through the page source and it looks like the 2 links that are > not supported are opened as IFRAMEs. are IFRAMEs suppor

[android-developers] Re: media player source code

2010-04-02 Thread sri
but if audio player developed as service would be better. any code in this guide lines? On Mar 30, 10:12 am, grace wrote: > u can check out in the api demos for one.. > > http://developer.android.com/resources/samples/ApiDemos/src/com/examp... > > On Mar 28, 7:18 am, jana janarthanan wrote: > >

[android-developers] How to design xml file for my requirement?

2010-03-30 Thread sri
. Regards, Sri. -- 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+unsubscr...@googlegroups.com For mo

[android-developers] How Display list of all video files on android system?

2010-03-21 Thread sri
hi guys, i want to display all video files on system. how can i do it? any support will be appreciated? -- 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

[android-developers] Re: Multiple Icon on Android App

2010-02-27 Thread sri
nice thought!!! On Feb 26, 12:09 pm, Simone Francesca wrote: > I am trying to build an app that would have multiple icons with > multiple captions based on the area. HOw can i do that in Android > because right now there is no way to change the icon dynamically. It > is tied to teh AndroidManifes

[android-developers] Testing Tips

2009-06-09 Thread Sri
Hi All, am new to android platform, and would like to know how to test the android porting with the BSP. request your help in testing the android. Thanks in advance. -Sri --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[android-developers] Problem with HTTP connection

2009-04-06 Thread sri
Hi I am trying to establish the connection between mobile and PC.I am running server program on PC, when I run the below code server not displaying any response message.When I send the request from mobile browser server displaying response message. I am working on SDK_1.1.Please suggest me on prog

[android-developers] Re: INSTALL_FAILED_UPDATE_INCOMPATIBLE

2009-04-03 Thread sri
Hi , I was facing the same problem, there is a way to uninstall from "settings" in the application menu settings->applications->mange applications-> select the application->select "unistall". This seems to delete everything and allows to install release version Thanks Srilaxmi P.S. I will really

[android-developers] Re: INSTALL_FAILED_UPDATE_INCOMPATIBLE

2009-04-03 Thread sri
I found that the only thing that worked for me was to go on the device and select settings->applications->manage applications->your application name->uninstall ->adb uninstall failed for me :( On a side note please can someone out there test my application on a device. It (the signed apk) works

[android-developers] Build A Website For Free

2008-06-05 Thread sri
Build A Website For Free Build Your own website without knowing HTML.Web Desining Software For Free. http://webhostlink.blogspot.com/ Low Cost Web Hosting Services Cheapest Indian Domains .COM,.NET,.ORG and .INFO Are Avai