[android-developers] Todays Requirements

2019-11-15 Thread Thomas Mathew
ine, AWE, integration broker, component interface, fluid user interface, workcenters, activity guides, test framework, change Assistant, update manager event mapping, forms builder. -- *Thanks & Regards,* Thomas Mathew Technical Recruiter Direct: +1 (909) 757-1598 -- You received this message bec

[android-developers] Looking for SAP PM Consultant at Atlanta, GA

2019-10-31 Thread Thomas Mathew
P PM consultant builds professional relationships with clients, management, colleagues for ensuring delivery of proposed solutions.-- *Thanks & Regards,* Thomas Mathew Technical Recruiter Direct: +1 (909) 757-1598 -- You received this message because you are subscribed to the Google Groups

[android-developers] Looking for React JS Developer at Philadelphia PA

2019-10-31 Thread Thomas Mathew
(1-2 years) · GITHUB (1 year) · Source Tree or any other GIT Client (1 year) · Jest/any other unit test automation framework (1-2 years) -- *Thanks & Regards,* Thomas Mathew Technical Recruiter Direct: +1 (909) 757-1598 -- You received this message because you

[android-developers] Re: Direct Client Needs : C2C Requirements

2018-05-18 Thread mathew
Hi, Please share direct Client requirement @ mat...@ipolarityllc.com On Friday, October 28, 2016 at 12:12:56 PM UTC-4, Balu Nela9 wrote: > > *Please share me suitable profiles with all the required Documents for > Submission Process..* > > *Need Photo ID+ Work Authorization+ Degree Copy* > > *Pl

[android-developers] Re: Devops Engineer @ San Francisco, CA

2017-02-02 Thread George Mathew
Hi, Hope you are doing great today, Please find the attached resume and details for “System Admin/Devops engineer”, kindly let me know if it works. Name: Praveen

[android-developers] Android playing sound from sdcard. error

2012-08-07 Thread Blesson Mathew Sam
Error (-38,0) E/PlayerDriver(95): Creating Non-Tunnel mode playback - uncompressed MIO ^This error comes up when trying to play a sound file from sdcard. A strange error occurs which I've never seen and I couldn't find a solution for it till now. Here is my code. MediaPlayer mp=new MediaPlaye

[android-developers] Android playing sound from sdcard. error

2012-08-07 Thread Blesson Mathew Sam
Error (-38,0) E/PlayerDriver(95): Creating Non-Tunnel mode playback - \uncompressed MIO ^This error comes up when trying to play a sound file from sdcard. A strange error occurs which I've never seen and I couldn't find a solution for it till now. Here is my code. MediaPla

[android-developers] Where did toast come from?

2011-12-20 Thread Mathew Goldsborough
Is it possible to programmatically determine where a Toast notification came from? I'm thinking maybe register a BroadcastReceiver or some kind? Or are toast notitifications so generic that it is impossible to determine? Thanks. -- You received this message because you are subscribed to the Go

[android-developers] Re: Client/Server SSL Authentication

2011-11-22 Thread Mathew Goldsborough
On Nov 22, 10:36 am, Nikolay Elenkov wrote: > On Tue, Nov 22, 2011 at 11:39 PM, mgolds02 wrote: > > I need a few clients to connect to a few PHP web services via HTTPS. > > I'd like for them to NOT have to enter any authentication details but > > rather use certificate authentication.  I alread

Re: [android-developers] Client/Server SSL Authentication

2011-11-22 Thread Mathew Goldsborough
I think I replied with the wrong username previously.. sorry. But in sort whatever class has an easier API works for me. All i need to do is issue a GET request, have the client authenticated, and the server respond with XML. Thanks. -- You received this message because you are subscribed to

[android-developers] entry

2011-10-15 Thread Mathew Firewall
hy i;m new. -- 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 opti

[android-developers] Google browser certificate issue

2010-08-12 Thread Mathew
Hi When I open the browser on my n1 the default page is Google.com. I get an certificate error saying the one I am having is not dated correctly. What to do? Mathew -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to

[android-developers] Re: Layout - Weight not working

2009-10-04 Thread Siju Mathew
combination of wrap_content, but I am not able to achieve what I want. Regards Siju Mathew 2009/10/4 Mark Murphy : > >> Layout is not dependant on the weight, it is a weird combination of >> the text size and the weight. > > You are telling Android that you want to have eac

[android-developers] Re: Layout - Weight not working

2009-10-04 Thread Siju Mathew
d:layout_weight="1" android:text=" Veeery Lng Text that fills up alll space" /> Regarsd Siju Mathew 2009/10/4 Mark Murphy : > >> LinearLayout obeys weight and as per documentation weight gives >> priority to an object. H

[android-developers] Alarm Manager - Cancelling all alarms created by application

2009-10-03 Thread Siju Mathew
n, or atleast filter the intent. For example if I can create an Intent with only the Receiver class, it should cancel all alarms that match the receiver. Is there any way to cancel all alarms or retrieve all alarms created by my application? Regards, Siju M