Re: [android-developers] LOOKING FOR LOCALS || Hadoop Developer at Chicago, IL

2016-08-26 Thread Aashish kumar
Dear ray,

I am intrested for this job but i will work from home , i am experence
developer in   j2ee , back end and hadoop.
Please consider me for this job.
On 27 Aug 2016 03:38, "Habeeb"  wrote:

>
> please reply to ray_br...@visionisys.com
>
> *ONLY LOCALS*
>
>
> *Position: Sr. BIG DATA DEVELOPER *
>
> *Location:: Chicago, IL*
>
> *Duration: 6+ months-contract.*
>
> *Interview: Face to Face*
>
>
>
> *Minimum 9+ years experience*
>
>
>
> *Full Job description will send you soon.*
>
>
>
>
> Regards,
> Ray
> *901-203-2881*
>
> --
> 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.com.
> To post to this group, send email to android-developers@googlegroups.com.
> Visit this group at https://groups.google.com/group/android-developers.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/android-developers/CAEmeXVb5L-JNA%2BFzyLyYXJxSbijSXpxMVg0ji%2Bx%
> 2BSEVH3vm6-g%40mail.gmail.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAATfedNT3A7eZ84E7gtDxLNSoYRWXy9XXNDJjsRUTa5eEDSKTw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [android-developers] OpenGL giving error java.lang.IllegalArgumentException: No configs match configSpec

2013-08-06 Thread Aashish kumar
Please check spec on your graphics card which is conpatable on openGL
version...
On Aug 6, 2013 4:35 PM, surabhi jain surabhi17.j...@gmail.com wrote:

 Hi All,

 I am creating a simple app using OpenGL.

 On loading app, it is throwing exception as follows:

 08-06 12:51:00.694: E/AndroidRuntime(280): FATAL EXCEPTION: GLThread 8
 08-06 12:51:00.694: E/AndroidRuntime(280):
 java.lang.IllegalArgumentException: No configs match configSpec
 08-06 12:51:00.694: E/AndroidRuntime(280): at
 android.opengl.GLSurfaceView$BaseConfigChooser.chooseConfig(GLSurfaceView.java:760)
 08-06 12:51:00.694: E/AndroidRuntime(280): at
 android.opengl.GLSurfaceView$EglHelper.start(GLSurfaceView.java:916)
 08-06 12:51:00.694: E/AndroidRuntime(280): at
 android.opengl.GLSurfaceView$GLThread.guardedRun(GLSurfaceView.java:1246)
 08-06 12:51:00.694: E/AndroidRuntime(280): at
 android.opengl.GLSurfaceView$GLThread.run(GLSurfaceView.java:1116)

 What is going wrong? In which case, that exception occur?


 --
 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, visit this group at
 http://groups.google.com/group/android-developers?hl=en
 ---
 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.com.
 For more options, visit https://groups.google.com/groups/opt_out.




-- 
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, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
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.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [android-developers] OpenGL giving error java.lang.IllegalArgumentException: No configs match configSpec

2013-08-06 Thread Aashish kumar
After Gpu emulation hardware propety set it's value to yes ..

Also seteglchooser true before set renderer function after that it will
work..

Thanks  Regards,

Aashish
On Aug 6, 2013 5:38 PM, surabhi jain surabhi17.j...@gmail.com wrote:

 Thanks Aashish for your reply.

 I am new for OPENGL.

 I am running my app on emulator.

 In emulator settings, I have also add 'GPU Emulation' but it is showing
 same error.

 What is spec on graphics card ?

 Thanks  Regards
 Surabhi Jain


 On Tue, Aug 6, 2013 at 1:10 PM, Aashish kumar testchetu...@gmail.comwrote:

 Please check spec on your graphics card which is conpatable on openGL
 version...
 On Aug 6, 2013 4:35 PM, surabhi jain surabhi17.j...@gmail.com wrote:

 Hi All,

 I am creating a simple app using OpenGL.

 On loading app, it is throwing exception as follows:

 08-06 12:51:00.694: E/AndroidRuntime(280): FATAL EXCEPTION: GLThread 8
 08-06 12:51:00.694: E/AndroidRuntime(280):
 java.lang.IllegalArgumentException: No configs match configSpec
 08-06 12:51:00.694: E/AndroidRuntime(280): at
 android.opengl.GLSurfaceView$BaseConfigChooser.chooseConfig(GLSurfaceView.java:760)
 08-06 12:51:00.694: E/AndroidRuntime(280): at
 android.opengl.GLSurfaceView$EglHelper.start(GLSurfaceView.java:916)
 08-06 12:51:00.694: E/AndroidRuntime(280): at
 android.opengl.GLSurfaceView$GLThread.guardedRun(GLSurfaceView.java:1246)
 08-06 12:51:00.694: E/AndroidRuntime(280): at
 android.opengl.GLSurfaceView$GLThread.run(GLSurfaceView.java:1116)

 What is going wrong? In which case, that exception occur?


 --
 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, visit this group at
 http://groups.google.com/group/android-developers?hl=en
 ---
 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.com.
 For more options, visit https://groups.google.com/groups/opt_out.



  --
 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, visit this group at
 http://groups.google.com/group/android-developers?hl=en
 ---
 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.com.
 For more options, visit https://groups.google.com/groups/opt_out.






 --
 Thanks  Regards
 Surabhi Jain

 --
 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, visit this group at
 http://groups.google.com/group/android-developers?hl=en
 ---
 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.com.
 For more options, visit https://groups.google.com/groups/opt_out.




-- 
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, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
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.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [android-developers] Sliding Drawer

2013-02-05 Thread Aashish kumar
You have to make custom adaptor to display multiple view.
On Feb 5, 2013 6:34 PM, arunkuma...@npcompete.net wrote:

 Hi friends,

 I have a some problem with sliding drawer.i want a list-view inside
 the sliding drawer.And the list-view contain images and text.
 But i want it with in the single layout .how can i do that one

 --
 --
 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, visit this group at
 http://groups.google.com/group/android-developers?hl=en
 ---
 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.com.
 For more options, visit https://groups.google.com/groups/opt_out.




-- 
-- 
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, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
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.com.
For more options, visit https://groups.google.com/groups/opt_out.




[android-developers] detect weather incoming call fron landline number or mobile number

2012-08-28 Thread Aashish kumar
Hi,

Anyone help me ,how to detect wether the incoming call from landline number
or moblie number, is there any API for it.

-- 
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, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] track notification of facebook and twitter

2012-07-13 Thread Aashish kumar
hi,
how to track the notification of the facebook and twitter in android?

-- 
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, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] voice mail

2012-07-13 Thread Aashish kumar
Hi,
i have implemented a application activate the voice mail functionalilty but
after install it  a message play voice mail is not configure but voice mail
still active in to device.

-- 
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, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] get dailed number by the caller during the active call

2012-07-13 Thread Aashish kumar
Hi,

During a call between two persons, if one of the callers dials a number (3
for example), can the other guy receive this number? In other words, can
we, as developers, read the dialed numbers from one person to another
during a conversation call. If so, would someone provide a small piece of
code,please?

-- 
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, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] how to replace with in android or java ?

2012-07-10 Thread Aashish kumar
hi,

dear use the String class method replace to replace  with the .
thanks

On Wed, Jul 4, 2012 at 3:02 PM, hari2012 h...@euthika.com wrote:

 hi
 I am working on a project.I have stuck in a problem so please help me asap.
 how to replace  with  in android or java ?
 how to replace two double quotes with single double quotes  in android or
 java ?

 Thanks in advance,
 regards,
 hari

 --
 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, visit this group at
 http://groups.google.com/group/android-developers?hl=en

-- 
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, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] write sms by voice

2012-07-10 Thread Aashish kumar
hi, dear use sppech to text converter to write voice SMS in the form of
text.
thanks

On Mon, Jul 9, 2012 at 7:48 PM, HARISH KUMAR hk3h...@gmail.com wrote:

 hi,

 i want to develop a app like  write sms by voice  but id on't know
 how to write a app plz help me any one.

 its urgent for me..

sorry for my poor english

 thanks  regards
 harish

 --
 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, visit this group at
 http://groups.google.com/group/android-developers?hl=en

-- 
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, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Forward the incoming call into the other number

2012-07-10 Thread Aashish kumar
Hi,
any one can tell me that for android is it possible to handle the Call
Forwarding and call Conferencing by coding at application level ? can we
able to forward the incoming call to any other phone number by
pragmatically in android?

-- 
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, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] transfer the incoming call to the voice mail programatically

2012-07-09 Thread Aashish kumar
hi,

please anyone can told me how to transfer incoming call directly into the
voice mail.

-- 
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, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] call a service run into background many time having starting times are different

2012-07-06 Thread Aashish kumar
hi,
can any one told me that  run service  having different 2 starting time???

-- 
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, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] help me plz.

2012-07-06 Thread Aashish kumar
I am making a app similar to a Alarm Clock as the first exercise.
I would like to let my app start up itself in the specified time,even
it has not been actived in the background.
Just like a Alarm Clock.
how should I do?

-- 
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, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] what needs to be change to enable call recording on android platform?

2012-07-02 Thread Aashish kumar
it can be possible with the help of Media Recorder API in android, i have
done it.

On Mon, Jul 2, 2012 at 2:23 PM, asheesh arya asheesharya...@gmail.comwrote:

 i am also looking for the same solution but didn't find any appropriate
 solution . i suggest you please dont waste your precious time on this
 problem.

  --
 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, visit this group at
 http://groups.google.com/group/android-developers?hl=en


-- 
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, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] Finding display width in dp

2012-06-29 Thread Aashish kumar
it will help u dear

Display display = getWindowManager().getDefaultDisplay();
  int screenWidth = display.getWidth();
  int screenHeight = display.getHeight();
  float dips_120 = 120.0f;
float scale = view.this.getResources().getDisplayMetrics().density;
int pixels_120 = Math.round(dips_120 * scale);
float dips_50 = 50.0f;
int pixels_50 = Math.round(dips_50 * scale);




On Fri, Jun 22, 2012 at 8:41 PM, Raghav Sood raghavs...@gmail.com wrote:

 Hi,

 Does android have any method that returns the display width in dp?
 DisplayMetrics only seems to return the scale factor and exact pixels as
 far as I could tell from the docs, or did I miss something?

 If not, is there an exact formula I could use to calculate the display
 width in dp?

 Thanks

 --
 Raghav Sood
 Please do not email private questions to me as I do not have time to
 answer them. Instead, post them to public forums where others and I can
 answer and benefit from them.
 http://www.appaholics.in/ - Founder
 http://www.apress.com/9781430239451 - Author
 +91 81 303 77248

 --
 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, visit this group at
 http://groups.google.com/group/android-developers?hl=en

-- 
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, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] play a pre recorded file into the incoming call in android

2012-06-29 Thread Aashish kumar
Hi everyone,

Is it possible to play audio over an active phone call, so the other
end can hear it?

For example:
A and B are talking on the phone.
A presses a button that pulls audio from a resource and plays it over
the phone call to B.

If so, what libraries should I look into?

-- 
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, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] play recorded audio

2012-06-29 Thread Aashish kumar
hi,
i m working on a app and i wanna help u guys..some one can told me how play
a recorded message in active call and only caller listen this message???
please help me?

-- 
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, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Re: Answer Call

2012-06-19 Thread Aashish Kumar
it is not possible to play audio in to the active call dear.

On Thursday, February 12, 2009 12:36:30 PM UTC+5:30, Bobbie wrote:

 I am using the following code to do an automatic answer of a call, but 
 it doesn't seem to be working... 

 Intent answercall = new Intent(Intent.ACTION_ANSWER); 
 startActivity(answercall); 

 I get the call state of ringing, but it never answers... Am I doing 
 this wrong?  If so, examles of how to do it right? 

 Can anyone help?  Thanks! 


-- 
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, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Re: Answer Call

2012-06-19 Thread Aashish Kumar
u will have give the required permision in to the mainfest file

On Thursday, February 12, 2009 12:36:30 PM UTC+5:30, Bobbie wrote:

 I am using the following code to do an automatic answer of a call, but 
 it doesn't seem to be working... 

 Intent answercall = new Intent(Intent.ACTION_ANSWER); 
 startActivity(answercall); 

 I get the call state of ringing, but it never answers... Am I doing 
 this wrong?  If so, examles of how to do it right? 

 Can anyone help?  Thanks! 


-- 
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, visit this group at
http://groups.google.com/group/android-developers?hl=en