[android-developers] Land Navigation Application development

2008-11-09 Thread Sam M
I'm a US Army Officer Cadet, not a developer. However, I've seen things like the Radar application and know that you can do amazing things with GPS functionality. Part of our training in the Army requires us to do land navigation, where we use 8 digit grid coordinates (e.g. EG12345678) to

[android-developers] Re: Land Navigation Application development

2008-11-09 Thread Sam M
to do it. -- Eric On Nov 8, 1:15 pm, Sam M [EMAIL PROTECTED] wrote: I'm a US Army Officer Cadet, not a developer.  However, I've seen things like the Radar application and know that you can do amazing things with GPS functionality. Part of our training in the Army requires us to do land

[android-developers] Re: Land Navigation Application development

2008-11-10 Thread Sam M
Grazi. On Nov 10, 10:45 am, Jerry Elizondo [EMAIL PROTECTED] wrote: Hello Sam: Post your request in the beginners' forum. A couple of weeks ago someone at that forum was asking for ideas for a project. Cheers, Jerry On Mon, Nov 10, 2008 at 9:36 AM, Sam M [EMAIL PROTECTED] wrote: I'm

[android-developers] Re: Land Navigation Application development

2008-11-10 Thread Sam M
, Christine [EMAIL PROTECTED] wrote: Your project competes with projects from paying customers. Guess which projects go first. On Nov 10, 4:53 am, Sam M [EMAIL PROTECTED] wrote: Sure they could.  In fact, the Army already uses such navigation systems in active duty.  I, however, am a mere

[android-developers] Invalid fingerprint

2009-10-27 Thread Sam B
Hi, I'm trying to get a fingerprint so i can get an API key , however when i paste the fingerprint into the field and press generate key im getting an error saying that the fingerprint is not valid. Can anyone help? --~--~-~--~~~---~--~~ You received this message

[android-developers] Re: How to navigate from one page to another?

2010-01-17 Thread Sam Dutton
Do you happen to know if there is a way to utilize a single activity and.. sort of like ajax web apps, hide one view and show another without starting another activity? ViewFlipper does this. There's an example here: http://www.codeshogun.com/blog/tag/view-flipper/ Sam Dutton On Jan 17

[android-developers] Re: How to navigate from one page to another?

2010-01-18 Thread Sam Dutton
initially thought! Sam On Jan 18, 6:35 am, TreKing treking...@gmail.com wrote: I'm not a fan of handling the various life cycle events for different activities. You better get used to this. It's a key aspect of Android. I've not figured out yet if you absolutely must use different activities

[android-developers] Re: DOM, SAX or XMLPullParser ? Any suggestions ?

2010-02-06 Thread Sam Dutton
, e.g. 'get me value of the attribute foo on first child blah element'. Sam It's more the memory taken by DOM documents. On Feb 5, 1:45 pm, Emre A. Yavuz eayl...@hotmail.com wrote: Hi, We need to convert XML messages to a stream or string which can then be sent via sockets. However, Android

[android-developers] Re: Http proxy settings not working in Android Emulator 2.1

2010-02-19 Thread Sam Dutton
) // !!!hack: this means that a proxy has been set { HttpHost proxy = new HttpHost(proxyHost, proxyPort); client.getParams().setParameter(ConnRoutePNames.DEFAULT_PROXY, proxy); } else { Log.d(Proxy could not be set for port: , Integer.toString(proxyPort)); } Sam Dutton

[android-developers] Re: What does the prefix 'm' stand for ?

2010-02-21 Thread Sam Dutton
The Android Code Style Guide explains the conventions used for field names: http://source.android.com/submit-patches/code-style-guide#field_names. Sam Dutton On Feb 22, 5:52 am, Christ wutie...@gmail.com wrote: Hi guys, I saw many sample codes that each variable contains the 'm' prefix. I

[android-developers] Re: Fixed Top and Bottom

2010-02-22 Thread Sam Dutton
these could be ImageViews, LinearLayouts, or whatever. Likewise, the content layout could contain anything -- it's the layout_weight that matters. Sam Dutton On Feb 22, 5:24 am, Beena swdeveloper2...@gmail.com wrote: Hi, I have a large view. I have to show constant top and bottom in the screen. Which

[android-developers] HTC Hero Keyboard

2009-08-05 Thread Sam Taylor
? Thanks, Sam --~--~-~--~~~---~--~~ 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

[android-developers] Re: -http-proxy for emulator on Android 1.6?

2009-12-24 Thread Sam Dutton
Troubleshooting section, related to the tutorials. Sam Dutton On Nov 13, 8:10 am, Piwai py.ri...@gmail.com wrote: By the way, don't you guys think this should be written somewhere in the Android docs ? I think that currently, no app developer is aware of that problem. Which means

[android-developers] Feature support in WebKit on Android?

2010-01-12 Thread Sam Dutton
What HTML, CSS and JavaScript features are currently supported by WebKit Android? In particular, I'm interested in the HTML 5 and CSS 3 features such as those listed here: http://bit.ly/whereCanI. I know I could build/use test pages, but I'm wondering if there's already something like a feature

[android-developers] Re: How to set http proxy on Android Emulator

2010-01-12 Thread Sam Dutton
, Integer.toString(proxyPort)); } I'm fairly new to Android, so not sure if this the right or best way to do it. getDefaultPort() returns -1 if no proxy port has been set. Sam Dutton .. On Jan 12, 3:59 pm, Milky bboymi...@gmail.com wrote: Dear

[android-developers] Re: Lazy Loading Images in a ListView

2010-01-14 Thread Sam Dutton
I haven't read through the whole thread, but FWIW there's a very good introduction to list view 'lazy loading' techniques in Beginning Android: http://www.apress.com/book/view/1430224193. Look in the sample code under fancylists -- well documented in the book. Sam Dutton On Dec 8 2009, 2:34 pm

[android-developers] Re: UI Design Book

2010-01-15 Thread Sam Dutton
/Introduction/Introduction.html ...and this seems to be coming along nicely: Android Human Interface Guidelines www.binarysheep.com/AndroidCode/AndroidHIG.pdf and Jakob Nielsen has his detractors, but this is sensible: http://www.useit.com/alertbox/mobile-usability.html Sam Dutton On Jan

[android-developers] Client Certificates?

2010-08-19 Thread Sam Walker
Does Android support client certificates? What I think I have to do, but not sure if its supported: 1. Install custom certificate authority (CA) 2. Install my client certificate 3. Use the client certificate for all communication with restricted websites. -- You received this message because

[android-developers] Re: .aidl and R.java STILL not being generated.

2010-09-01 Thread Sam G
This might not be exactly the same problem, but for me, the compiler didn't seem to be able to resolve references to R.java fields, so it looked like R.java wasn't being generated. I found out that pushing ctrl+shift+o to autoimport classes was the problem. If you make references to R.java

[android-developers] Emulator SD card question.

2010-04-23 Thread Sam Lowry
Hi All Is it possible to get the emulator to use a real SD card (via a reader attached to the computer) rather than an image? It's probably something blindingly stupid I missed, I know, but any help would be great. ~S -- You received this message because you are subscribed to the Google

[android-developers] Re: TCP connections from android device as client

2010-07-19 Thread Sam Miller
I am having the same issue. This is the line it gets stuck at: Socket socket = new Socket (SERVERIP, SERVERPORT); On Jun 20, 2:11 pm, Sanju mailsanjayya...@gmail.com wrote: Hello, I am trying to do a simple program where in I need to communicate between a TCP Server and a client (android

[android-developers] Barcode Reader and Soft Input

2010-12-28 Thread Kai Sam
Hello together, I use an Opticon OPN-2002 which I have configured as an HID device (keyboard). The SPP application crashes with a NullPointerException, hence it's useless and I do not want to wait for an update. Long story, short meaning: The problem is, that I still need the soft keyboard for

[android-developers] Re: Barcode Reader and Soft Input

2011-01-05 Thread Kai Sam
Update: 2.3 does not work as well. -- 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

Re: [android-developers] Re: java.net.HttpURLConnection throws Received authentication challenge is null

2010-10-21 Thread Sam Chiu
Hi matthias I'm using an token string as Authorization header to make a HTTP GET request. It works fine, but recently it meets the same problem (sometimes). Could you share us when the OAuth verifier code would be required? And How do you prepare this verifier code? Thanks a lot Sam 2009/8/31

[android-developers] Widget - NO API to find out Widget is in Foreground or Background. Any other Alternative API's to achieve this Functionality

2011-01-14 Thread Sam CR
How to find out Widget is in Foreground or Background. Anybody help me how to find out when Widget is in Foreground or Background. As per my knowledge there is NO API. Please give some alternative approach to achieve this functionality. Thanks in advance. Sam CR -- You received this message

[android-developers] NO API to find out Widget is in Foreground or Background. Any other Alternative API's to achieve this Functionality

2011-01-14 Thread Sam CR
NO API to find out Widget is Foreground or Background. Any other Alternative API's to achieve this Functionality. Can Anybody Help how to find out Widget is in Foreground or Background. I am trying so hard to find out Widget is visible or Hide in Home screen. I am not using Android Default Home

[android-developers] First app

2011-01-14 Thread SAM L
Hi everyone Am new to this and can`t get this bit of code to work on my virtual device. I get the following error message. Any input would be really useful. Errors: [2011-01-09 21:03:33 - Cat.Talker] Failed to install Cat.Talker.apk on device 'emulator-5554! [2011-01-09 21:03:33 - Cat.Talker]

[android-developers] Need PHP Magento version 1.9 Enterprise Developers -- Remote

2011-03-07 Thread SAM RILEY
(drupal, joomla, wordpress) • Experience with payment gateways (Google Checkout, Paypal, Authorize.net, et al) Like to Have: • Experience writing unit tests • Experience with load testing • Other open source technologies -- Thanks and Best Regards, Sam Riley

[android-developers] StackOverflow in Main/UI Thread

2011-05-11 Thread Sam D
or something to some other, new thread. Thanks in advance, Sam -- 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

[android-developers] StackOverflowError within performTraversals

2011-05-11 Thread Sam D
. 2.2 vs. 2.3)? Thanks for your help, Sam -- 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

[android-developers] ArrayList for Views/Layouts problem.

2011-04-06 Thread Sam Sullivan
for clarification! Thanks, Sam -- 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

[android-developers] Why did you chose this OS platform over other ones?

2011-04-28 Thread Theo Sam
Hey guys, I am considering developing for a mobile OS and I am not sure which one to choose out of BlackBerry Windows phone 7 or Android. ( I know there are other ones including IOS but I don't want develop for them.) I was wondering if you could tell me why you guys have chosen Android over the

Re: [android-developers] Re: Why did you chose this OS platform over other ones?

2011-05-02 Thread Theo Sam
Thanks for your advice is there anyone else that can give me their opinion?? On Fri, Apr 29, 2011 at 5:08 AM, Pent supp...@apps.dinglisch.net wrote: Google had a developer competition and I didn't have an Apple computer :-) If I was picking these days, I'd also pick Android because I believe

[android-developers] Re: Scaling ImageView rightCrop

2012-07-20 Thread Sam Duke
+1 for this On Monday, 31 January 2011 17:04:33 UTC, lou wrote: Hi ! I'm trying to insert an image in my application. This image don't cover all the screen, so I have to scale it. My problem : I want the picture to cover the all screen, stay scaled and be cropped at the right of the

Re: [android-developers] Re: Install % statistic removed, replaced with users and devices

2011-09-27 Thread Sam McGrath
Heard from a contact at Google that the team responsible for reporting the total installs stat dropped support for it. Now they are working on re-enabling support, but no ETA. Take that for what it's worth. Sam McGrath On Mon, Sep 26, 2011 at 12:50 PM, Adam Ratana adam.rat...@gmail.com wrote

[android-developers] styling tabs

2011-09-30 Thread Sam Rose
I have a row of 5 tabs at the bottom of my app. The problem is the text is cut off on some of them. I want to be able to have the text in each tab stack on top of each other instead of following along horizontally aswell as move the text into the center of the tab instead of sitting at the bottom.

[android-developers] performance issue in scrolling when data is huge.

2011-09-30 Thread Sam Neel
Hi In my application am storing message data along with its details into db and while displaying am fetching data from the db and storing using array list then by using ArrayAdapter am getting view to display into fragment. Now the problem is when the number of messages are more ( more than

[android-developers] Direction help?

2011-09-30 Thread Sam Deleon
I’m new to android development, I have been reading tutorials online and also started reading a beginners book. I already have a app idea but I have a question that I searched for but can’t find. I’m wanting to build a app that when first launched will come to a login screen, once logged in, the

[android-developers]Application complatiblity with all android devices

2011-09-30 Thread Sam Neel
Hi, I would like to know. Is it possible to make our application to run on all android devices, it may be tablet or mobile or some thing else. can v make our app independent of the android platform? Thanks in Advance -- You received this message because you are subscribed to the Google

Re: [android-developers]Application complatiblity with all android devices

2011-10-01 Thread Sam Neel
Thanks On Sat, Oct 1, 2011 at 5:52 AM, TreKing treking...@gmail.com wrote: On Thu, Sep 29, 2011 at 11:22 PM, Sam Neel neel.sa...@gmail.com wrote: I would like to know. Is it possible to make our application to run on all android devices, it may be tablet or mobile or some thing else. Yes

[android-developers] Thanks, Android Developers are the BEST! Another question about databases?

2011-10-01 Thread Sam Deleon
Before my questionOnce again thanks for the help, I'm finding everyone around Android so helpful and kind :) I found a lot of info with the answers to my last question and have been reading even more :) I'm learning lots and I'm so happy that is it so far clicking with me, although its not

Re: [android-developers] Re: Why did you chose this OS platform over other ones?

2011-10-04 Thread Theo Sam
Thanks for your help Stephen and thank you to everyone else for your thoughts and opinions. Theo -- 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

[android-developers] remote database

2011-10-04 Thread Sam Deleon
Can any basic web hosting service be used to create a remote database for a android app to use? -- 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

[android-developers] Re: aapt crashes with -v

2011-10-12 Thread Sam Blomberg
I recently encountered the problem as well. Verbose logging pauses in the Eclipse Console every 7 seconds on my Windows 7 machine, so I wasn't able to get any error information other than 'aapt' error. Pre Compiler Build aborted. After manually executing the aapt command from cmd prompt, I got

[android-developers] Re: Android 3.2 - Webview and Password Fields

2011-10-27 Thread Sam Hassan
Hi Michael, I've been having the same issue, found this bug report: http://code.google.com/p/android/issues/detail?id=20446 Sam. On Oct 12, 11:00 pm, Michael michaeldh...@gmail.com wrote: Hi, I currently have a Xoom, Galaxy Tab 10.1 and Sony S tablet. In my app, I have a fullscreen

[android-developers] samsung galaxy tab 7 arabic support

2011-10-27 Thread Sam Hanna
??? regards sam -- 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 more options

[android-developers] integrate a third party application in my application

2011-10-29 Thread sam jeck
can we integrate a third party application in our android application? if possible how to use it? for example: text to speech.(using any application )? -- 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] Re: Facebook integration

2012-03-16 Thread Sam Coe
and wave it into your app very cleanly. Look for full doc on the API on the Viximo mobile developer site: http://mobile.viximo.com or http://doc.mobile.viximo.com. -Sam On Mar 12, 5:55 am, Live Happy livehap...@gmail.com wrote: i have integrate face book in my android  application but it there a way

Re: [android-developers] How to connect to Facebook and publish in the wall

2011-11-28 Thread sam bang
i am facing same problem... but i am building twitter app using jtwitter library if u got any tutorail for* OAUTH *plz,. share with me Regards, sam On Wed, Nov 23, 2011 at 5:36 PM, saex elpablos...@gmail.com wrote: I need a little help with this issue. I just need to add two things to my

[android-developers] App 2 SD on Xperia X8

2011-07-04 Thread Sam DSouza
HI Please tell me how can I configure App 2 SD for Sony Xperia X8. I am using Android 2.1 update 1. (2.1.1) -- 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] Why is the SMS content provider still no included in the SDK?

2012-01-16 Thread Sam Duke
This has been an undocumented/unsupported feature for many years now. With popular applications such as Handcent presumably making use of it, when are Google going to officially support it!? -- You received this message because you are subscribed to the Google Groups Android Developers group.

[android-developers] Bluetooth bluetooth permission request dialog - recreated on screen rotation

2012-01-30 Thread Sam Sama
I have following permissions set in AndroidManifest.xml uses-permission android:name=android.permission.BLUETOOTH / uses-permission android:name=android.permission.BLUETOOTH_ADMIN / And there is android:configChanges=orientation value set for the activity. I am using following code in my

[android-developers] plzzz help me out in the timetable app in android...

2012-02-13 Thread S Sam
. *Display Activity:* There shud be a spinner according to the professor name we created, and after selecting or clicking on that particular professor item of the spinner, it shud show the timetable of that particular professor. So please help me out... Thanks in advance Sam -- You received

Re: [android-developers] plzzz help me out in the timetable app in android...

2012-02-14 Thread S Sam
my dear friends, thanks for your advice, I too felt the same, and started learning myself with out depending on others who are still the beginners like me, Thank you for telling me franckly(but in the rude way), Today onwards I will follow typing it in full. I am uable to find which method is

[android-developers] INSTALL_REFERRER

2012-05-15 Thread Sam Blyuez
I want to use the following code to track referrer to my application. Is it possible to track app referrer without using Google Analytics SDK in my app? Also if i use the below code what would referrerString return? Will it show me search query via which user came to my app's link or would show

[android-developers] Install Referer

2012-05-15 Thread Sam Blyuez
I have one application uploaded to market (Google Play). Now what i want to do is whenever a user downloads my application from google play, i want the the key words or tags or referrals through which the user visited my application and downloaded it. Is it possible to track such 'Install

[android-developers] Re: Unpublished App receiving comments and ratings

2012-06-30 Thread Sam Joly
I don't understand why. The same way I don't understand why there is no ability to removed Uninstalled app from the developer console. I feel that it's just messy. On Thursday, December 24, 2009 8:42:18 AM UTC-8, John Coryat wrote: Anyone who downloaded your app can still give it ratings and

[android-developers] Re: How can I call WCF webservices with WS-security using client x509 certificate

2012-10-12 Thread sam dev
Hi Sumit , I am doing the same thing .Can you update me on this issue? Thanks in Advance SAM On Wednesday, October 3, 2012 7:47:51 PM UTC+5:30, sumit gulati wrote: How can I consume the WCF webservices(hosted on http protocol) having ws- message security from the android application using

[android-developers] mapping of strings

2013-01-22 Thread sam jeck
I am dealing with a mobile application where a certain auto generated characters need to match with the most appropriate word in a separate file(a word list file-which contains words) . how do i map for the most possible word from the auto generated characters and the word list file. -- You

[android-developers] Translation using dictionary offline

2013-01-24 Thread sam jeck
i am dealing with a mobile application where it should perform a translation of words which works offline-(not online using any api -bing/google). how can we perform any translation of words (like german---english). just like WORDLENS/any offline translator works. thanks in advance sam jeck

[android-developers] mapping of words in searchable dictionary sample

2013-01-27 Thread sam jeck
hello everyone, i am new to android and learning it with sample code and recently found a searchable dictionry sample in sdk samples. How is the mapping of words done in this example? With Regards, samjeck -- -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Camera preview center crop without SurfaceTexture

2014-04-25 Thread Sam Duke
Im trying to show a camera preview to the user of arbitrary size. What I'd like to do is pick an appropriate camera size based on the size of the preview, then effectively do a center-crop of the camera output into this (ie maintain aspect-ratio of the camera preview). As far as i can tell, the

[android-developers] Re: Camera preview center crop without SurfaceTexture

2014-06-04 Thread Sam Duke
Note to others: the solution was to use a textureview (android 14+) On Friday, 25 April 2014 17:57:11 UTC+1, Sam Duke wrote: Im trying to show a camera preview to the user of arbitrary size. What I'd like to do is pick an appropriate camera size based on the size of the preview

[android-developers] Android studio Gitignore clarification

2014-08-12 Thread Sam Duke
There are multiple conflicting opinions about what the gitignore for an Android Studio based project should be (including what to do for modules). We have quite a lot of issues with .iml files containing a minor changes and having to be committed regularly. Example: orderEntry type=jdk

[android-developers] Clarification: Is the DATA column of the mediastore for file paths?

2014-11-13 Thread Sam Duke
in the database. (or more specifically, how do I get a thumbnail for that image of the MINI kind). The API seems lacking in this area. Cheers, Sam -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android

[android-developers] How can I change the colour of a button in material design?

2015-01-09 Thread Sam Duke
everything I can think of, but this seemingly simple task is proving tricky. There seems to be no way to override colorButtonNormal in either a style or on a particular button Best, Sam -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] Is runOnUiThread() ever 'safe' to call? If not why is it not deprecated?

2015-06-09 Thread Sam Duke
Due to the nature of config changes, the runnable submitted to runOnUiThread may be executed after an activity has been destroyed (i.e. on a stale activity). Therefore this API can cause all sorts of subtle bugs with config changes and events never reaching the UI. I can't think of a single

[android-developers] Re: Is runOnUiThread() ever 'safe' to call? If not why is it not deprecated?

2015-06-10 Thread Sam Duke
on Activity because that could be misleading to the caller. Doug On Tuesday, June 9, 2015 at 11:39:13 AM UTC-7, Sam Duke wrote: Due to the nature of config changes, the runnable submitted to runOnUiThread may be executed after an activity has been destroyed (i.e. on a stale activity

[android-developers] How to prevent app restart when using launcher after store?

2015-07-16 Thread Sam Duke
My Android application is being restarted when using the launcher to launch it after I have used the app store to launch it (and visa versa). Is there any way to prevent this? By restarted I mean that the activity stack is lost. This is important as our users are setting up and returning to

[android-developers] Re: Is runOnUiThread() ever 'safe' to call? If not why is it not deprecated?

2015-07-16 Thread Sam Duke
(device); mLeDeviceListAdapter.notifyDataSetChanged(); } }); } }; -Robert Scott Hopkins, MN On Tuesday, June 9, 2015 at 12:39:13 PM UTC-6, Sam Duke wrote: Due to the nature of config changes, the runnable submitted to runOnUiThread may be executed

Re: [android-developers] Android 5.1.1 on Samsung J500H and Viber

2015-12-16 Thread Sam 4
Я могу ошибаться, я увидел и понял, что все ограничения проверены, но его элементарно могут убивать какие нибудь отпимизаторы, к примеру такое было с скроблерами ласт.фм, и тут уже искали ответы на этот вопрос. 2015-12-16 11:25 GMT+02:00 Влад Назаренко : > Здравствуйте

[android-developers] Placing files and folders inside Assets or resolving the path from within the code?

2016-01-07 Thread Sam Jesse
I created Assets folder by right click App > New > Folder > Assets Folder. I also created a working webpage in another editor which created index.html along with css folder with index.css and js folder with index.js and subfolders for both for some css and js libraries. I wish to bring those

[android-developers] Need Immediate Oracle R12 CRM Functional Consultant Role at Northbrook IL

2016-06-10 Thread Sam Richards
Hi, Hope you are doing well, We have an urgent requirement below, please let me know if you are comfortable and available for the below position. Job Title: Oracle CRM Functional Location: Austin TX Duration: 6 Months + Job Description Oracle R12 CRM Functional Consultant

[android-developers] Updated Hot-List of Available consultants

2016-02-29 Thread sam isolvers
Amulya OBIEE 8+ CA Bay Area 12 Brahmi Pega 6 MD Open 13 Veera Pega 8 TX Open 14 Nishita Pega 6+ CT Open 15 Sridhar Pega 14+ NE Open 16 Prathyusha .Net 7 WA Open 17 Lakshmi .Net 7+ PA Open 18 Swathi Java 6 IL Open 19 Aditya Java 7+ FL Open Sam Isolvers

[android-developers] List of Available Consultants for Corp-Corp positions

2016-03-18 Thread sam isolvers
Sam Isolvers Inc 727-565-1237 s...@isolvers.com -- 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+unsubscr...@googlegroups.co

[android-developers] List of Available consultants for new projects..

2016-03-19 Thread sam isolvers
(Around OH) 19 Naveen CQ5 7+ NY Open Sam Isolvers Inc 727-565-1237 s...@isolvers.com -- 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-

[android-developers] list of available consultants for new projects....

2016-03-19 Thread sam isolvers
(Around OH) 19 Naveen CQ5 7+ NY Open Sam Isolvers Inc 727-565-1237 s...@isolvers.com -- 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-

[android-developers] List of Available Consultants for new projects on C2C

2016-03-28 Thread sam isolvers
Java 7+ NJ Open 7 Siva Hadoop 15 TX Open 8 Syam C++ 19 FL Around FL 9 Deepthi Informatica 7 IL Open 10 Naveen CQ5 7+ NY Open Sam Isolvers Inc 727-565-1237 s...@isolvers.com -- You received this message because you are subscribed to the Google Groups "Android Develo

[android-developers] List of Available Consultants for new projects on C2C

2016-03-28 Thread sam isolvers
Java 7+ NJ Open 7 Siva Hadoop 15 TX Open 8 Syam C++ 19 FL Around FL 9 Deepthi Informatica 7 IL Open 10 Naveen CQ5 7+ NY Open Sam Isolvers Inc 727-565-1237 s...@isolvers.com -- You received this message because you are subscribed to the Google Groups "Android Develo

[android-developers] List of Available Consultants for new projects on C2C

2016-03-28 Thread sam isolvers
Java 7+ NJ Open 7 Siva Hadoop 15 TX Open 8 Syam C++ 19 FL Around FL 9 Deepthi Informatica 7 IL Open 10 Naveen CQ5 7+ NY Open Sam Isolvers Inc 727-565-1237 s...@isolvers.com -- You received this message because you are subscribed to the Google Groups "Android

[android-developers] List of Available Consultants for new projects on C2C

2016-03-28 Thread sam isolvers
7+ NJ Open 7 Siva Hadoop 15 TX Open 8 Syam C++ 19 FL Around FL 9 Deepthi Informatica 7 IL Open 10 Naveen CQ5 7+ NY Open Sam Isolvers Inc 727-565-1237 s...@isolvers.com -- You received this message because you are subscribed to the Google Groups "Android Develo

[android-developers] List of Available Consultants for new projects on C2C

2016-03-28 Thread sam isolvers
7+ NJ Open 7 Siva Hadoop 15 TX Open 8 Syam C++ 19 FL Around FL 9 Deepthi Informatica 7 IL Open 10 Naveen CQ5 7+ NY Open Sam Isolvers Inc 727-565-1237 s...@isolvers.com -- You received this message because you are subscribed to the Google Groups "Android Develo

[android-developers] Re: Android ExoPlayer youtube live streaming support?

2016-06-30 Thread Sam Kazmi
Hi Rashid, Did you find any solution to your problem? I'm having the same issue. On Wednesday, November 25, 2015 at 3:16:27 PM UTC+5, Muhammad Rashid wrote: > > Hi everybody, > > I am currently using Android ExoPlayer to support youtube live streaming. > However player not works well > > i.e

[android-developers] SAS Programmer Available from VALSOFT

2016-09-01 Thread sam@valsoft
distribution list. *Name* *SKILL SET* *Exp* *Location* *Relocation* *Venkat* *SAS Programmer* *7+ Years* *IL* *OPEN* *Thanks & Regards!* *Sam* *916-226-4334* *s...@valsoftservices.com* <s...@valsoftservices.com> *www.valsoftservices.com* <http://www.valsoftservices.com/> *

[android-developers] List of Available Consultants from VALSOFT

2016-08-30 Thread sam@valsoft
distribution list. *NAME* *SKILL SET* *EXP* *LOCATION* *RELOCATION* DINESH MICROSOFT DYNAMIC CRM 7+YEARS CA OPEN VENKAT SAS PROGRAMMER 7+YEARS IL OPEN MOHAN SELENIUM ENGINEER 9+YEARS MA OPEN *Thanks & Regards!* Sam *916-226-4334* s...@valsoftservices

[android-developers] SAS Programmer Available from VALSOFT

2016-09-08 Thread sam@valsoft
: Yes* *Visa Status: H1b* *Availability: Immediate* *Total Experience : 7.3 years* Keep me posted the updates, Don't disclose the rate with consultant, I always prefer a quick mail conversation, *Thanks & Regards!* *Sam* 916-226-433

[android-developers] SAS programmer available

2016-09-12 Thread sam@valsoft
: Yes* *Visa Status: H1b* *Availability: Immediate* *Total Experience : 7.3 years* Keep me posted the updates, Don't disclose the rate with consultant, I always prefer a quick mail conversation, *Thanks & Regards!* *Sam* 916-226-433

[android-developers] Re: Phone/Skype Interview: Devops Engineer with Zos and PL1 in Franklin, Wi|$40/hr on c2c|NO H1B

2016-10-25 Thread Sam Jacob
Hi, Greetings..!! Please find the attached resume, kindly go through it, Hope my consultant will suite for your requirement, kindly check it and do let me know your interest...!!! Regards, Bhoomesh Sr. Bench Sales Recruiter Email : bhoom...@pg-inc.net Ph Office :(+1) 520-282-5080 Fax :

[android-developers] We are looking for a .Net developer at Alpharetta, GA

2016-11-23 Thread Sandeep Sam
added advantage. JD: · Strong .NET + SharePoint resource with 7-10 years of experience. Location Alpharetta, GA. ​ Thanks and Regards Sam InsaSys LLC|103 Carnegie Center |Suite 300 |Princeton, NJ 08540 s...@insasys.com| Fax: 848-260-3669|www.insasys.com <http://www.google.com/url?

[android-developers] We are looking for a .Net developer at Norcross, GA

2016-11-22 Thread Sandeep Sam
Articulation/Analytical Skills - IT Experience of 3 Years Min. 2 Years of Must Hand On in .Net - Must Have Contribute to All Phases of Development Lifecycle. - Must have knowledge of AGILE -- Thanks and Regards Sam InsaSys LLC|103 Carnegie Center |Suite 300 |Princeton, NJ 08540 s...@insa

[android-developers] Re: Python Developer :: Vienna, VA

2016-11-03 Thread Sam Jacob
Hi, Greetings..!! Please find the attached resume, kindly go through it, Hope my consultant will suite for your requirement, kindly check it and do let me know your interest...!!! On Wednesday, November 2, 2016 at 11:12:53 AM UTC-4, ranjeet majumdar wrote: > > > > > > > > *Role:

[android-developers] We are looking for a .NET backbone.js/Marionette.js Developer at Cleveland, OH

2016-12-01 Thread Sandeep Sam
tte.js.( Mandatory) · Good Knowledge of Single Page Application · Knowledge of Bootstrap will be an added advantage Thanks and Regards Sam InsaSys LLC|103 Carnegie Center |Suite 300 |Princeton, NJ 08540 s...@insasys.com| Fax: 848-260-3669|www.insasys.com <http://www.google.com/u

[android-developers] We are looing for a Oracle Apps Testing at Alpharetta, GA

2016-12-01 Thread Sandeep Sam
iorities for the team to ensure task completion; coordinates work activities with other supervisors - Thanks and Regards, Sam InsaSys LLC|103 Carnegie Center |Suite 300 |Princeton, NJ 08540 s...@insasys.com | Fax: 848-260-3669|www.insasys.com -- You received this message because you are su

[android-developers] We are looing for a Manual Testing at Alpharetta, GA

2016-12-01 Thread Sandeep Sam
• Track record successfully managing automation testing process Thanks and Regards, Sam InsaSys LLC|103 Carnegie Center |Suite 300 |Princeton, NJ 08540 s...@insasys.com | Fax: 848-260-3669|www.insasys.com -- You received this message because you are subscribed to the Google

[android-developers] We are looking for a .Net developer at Norcross, GA

2016-11-29 Thread Sandeep Sam
Articulation/Analytical Skills - IT Experience of 3 Years Min. 2 Years of Must Hand On in .Net - Must Have Contribute to All Phases of Development Lifecycle. - Must have knowledge of AGILE -- Thanks and Regards Sam InsaSys LLC|103 Carnegie Center |Suite 300 |Princeton, NJ 08540 s.

[android-developers] We are looking for a .Net developer at NYC, NY

2016-11-29 Thread Sandeep Sam
lent communication skills, ability to work in team, Proactive. · Ability to work independently without much assistance. · Excellent analytical and problem solving skills. -- Thanks and Regards Sam InsaSys LLC|103 Carnegie Center |Suite 300 |Princeton, NJ 08540 s...@insasys.com|

[android-developers] Sr. .Net Developer Location : Alpharetta, GA

2016-11-29 Thread Sandeep Sam
g .NET + SharePoint resource with 7-10 years of experience. Location Alpharetta, GA. ​ Thanks and Regards Sam InsaSys LLC|103 Carnegie Center |Suite 300 |Princeton, NJ 08540 s...@insasys.com| Fax: 848-260-3669|www.insasys.com <http://www.google.com/url?q=http%3A%2F%2Fwww.insasy

[android-developers] voip phone system info

2017-09-13 Thread sam smith
Dear sir/madam, We are delighted to let you know that VOIP OFFICE is “A” class category DOT LICENSED ISP PROVIDER. We are permitted to provide Voice Over IP (VOIP) in India, Therefore you can avoid all the legality risks by using VOIP services. We are also providing brand new Yealink HD

[android-developers] Marrcazz Updated Hotlist

2018-02-02 Thread Sam Marrcazz
Dear Professional, Hope the day is treating you well, This is Sam with Marrcazz. I'm writing this email to check with you, if you can support me with your open positions for my top best candidates, I'd really like to place them in right client. For more details please shoot me an email at s

[android-developers] Staffing Support!! Marrcazz Updated Hotlist

2018-01-31 Thread Sam Marrcazz
Dear Professional, Hope the day is treating you well, This is Sam with Marrcazz. I'm writing this email to check with you, if you can support me with your open positions for my top best candidates, I'd really like to place them in right client. For more details please shoot me an email at s

<    1   2   3   4   5   6   7   >