[android-developers] Youtube API for subscribed channels list

2016-05-14 Thread shiva pendem
Hello, I am working on YouTube videos API, I am unable to get the channels user subscribed, can any one share me the link where the google api can provide me the list of channels subscribed for the user account, in the latest version of google api, Thanks, Pendem Shiva Shankar, -- You

[android-developers] WhatsApp Messenger: Android + iPhone + Nokia + BlackBerry + Windows Phone

2016-03-12 Thread shiva pendem
Hey, I just downloaded WhatsApp Messenger on my Android. It is a smartphone messenger which replaces SMS. This app even lets me send pictures, video and other multimedia! WhatsApp Messenger is available for Android, iPhone, Nokia, Windows Phone and BlackBerry and there is no PIN or username to

[android-developers] Call Forwarding for current call which is ringing

2015-11-25 Thread shiva pendem
Hello Team, I am trying to implement call diverting application for selected numbers, Can i do that. Coming with a clear description i need to implement call forwarding on call receiving, i get a call from a number lets say 9876543210, this user is a special person so for this i would like to

[android-developers] Android Application example

2015-07-30 Thread shiva pendem
Hello, I need a android application where it will show two routes in first screen let say the route is from A to B and the second one is from C to D. and below that i need a button to which asks for show on map, on clicking the button it should show the two route maps in the new screen, here i

[android-developers] Message Destination

2015-02-06 Thread shiva pendem
Hello Team, I have a dual sim android phone. I want to read detect to which sim, the SMS has arrived, sms.getOriginatingAddress() using this i can get the number from which message has arrived, But i need to even know to which sim it has received, Please to suggest me how can i find out the

[android-developers] Fingerprint Scanner

2014-04-01 Thread shiva pendem
Hello all, i am planing to make a application with finger print as a securit to that application, but i am unable to find the correct data or reference to my plan of making the application, i have seen the application

Re: [android-developers] parsing responce of a web url

2013-11-07 Thread shiva pendem
Hello all I have searches internet. I have got the solution. Thanks for your support. Thanks, pendem shiva shankar msn:shivapen...@live.com gtalk:pendem.shiva89 On Nov 7, 2013 5:00 PM, TreKing treking...@gmail.com wrote: On Thu, Nov 7, 2013 at 1:28 AM, shiva pendem pendem.shiv

[android-developers] parsing responce of a web url

2013-11-06 Thread shiva pendem
Hi, i am new using web serviced in the application, i have a problem while using the web services in the application i have a URL let us say www.abc.com/2013/11/06 and if i run this URL i get only string as response as *you have done a special work,[50%],[80%] * in the browser. so i want to

Re: [android-developers] parsing responce of a web url

2013-11-06 Thread shiva pendem
at 8:43 PM, shiva pendem pendem.shiv...@gmail.comwrote: Hi, i am new using web serviced in the application, i have a problem while using the web services in the application i have a URL let us say www.abc.com/2013/11/06 and if i run this URL i get only string as response as *you have done

Re: [android-developers] parsing responce of a web url

2013-11-06 Thread shiva pendem
gtalk:pendem.shiva89 On Nov 7, 2013 8:24 AM, Krishna Prasad krishnaprasadrs.1...@gmail.com wrote: did u encode ur url while sending request? On Thu, Nov 7, 2013 at 7:57 AM, shiva pendem pendem.shiv...@gmail.comwrote: Hi mukesh. My applicatoin is parsing the string but i am unable to get

[android-developers] Admob in a View

2013-08-12 Thread shiva pendem
Hi, I am working on a game with a view, i would like to display ads after completion of each level, but i don't know how to display ads in view, Can any one please send me the sample source to display ads in view to pendem.shiv...@gmail.com, Thanks Shiva Shankar -- You received this

[android-developers] Text to speech

2013-08-10 Thread shiva pendem
HI every one, i would like to start a text to speech on a incoming call and i have tried the following method, private class CallStateListener extends PhoneStateListener implements TextToSpeech.OnInitListener{ public TextToSpeech tts; @Override public void onCallStateChanged(int state, String

[android-developers] Re: Text to speech

2013-08-10 Thread shiva pendem
and and no exception is also thrown for not getting the voice, Thanks Shiva Shankar On Sunday, August 11, 2013 1:58:36 AM UTC+5:30, shiva pendem wrote: HI every one, i would like to start a text to speech on a incoming call and i have tried the following method, private class CallStateListener extends

[android-developers] Re: Get the incoming caller name before phone starts to ring

2013-08-02 Thread shiva pendem
Hello Every one, Thanks for your reply, i thank all for helping me, Thanks. Shiva On Tuesday, July 30, 2013 11:57:49 PM UTC+5:30, shiva pendem wrote: HI everyone, i am making an application to get the name of the contact no saved on the mobile. i am using the following code private

[android-developers] text to speech in broadcast receiver

2013-08-02 Thread shiva pendem
Hi, i have written code to start services on receiving calls, here is my code, */ public class CallHelper { /** * Listener to detect incoming calls. */ private class CallStateListener extends PhoneStateListener implements OnInitListener{ @Override public void onCallStateChanged(int state,

[android-developers] Get the incoming caller name before phone starts to ring

2013-07-30 Thread shiva pendem
HI everyone, i am making an application to get the name of the contact no saved on the mobile. i am using the following code private class *CallStateListener *extends *PhoneStateListener *{ private String *displayContacts*(String incomingNumber) { ContentResolver cr =

Re: [android-developers] Get the incoming caller name before phone starts to ring

2013-07-30 Thread shiva pendem
. On Wed, Jul 31, 2013 at 12:23 AM, Kristopher Micinski krismicin...@gmail.com wrote: Why don't you read them into memory when the app starts and cache them somewhere? Kris On Tue, Jul 30, 2013 at 2:27 PM, shiva pendem pendem.shiv...@gmail.com wrote: HI everyone, i am making

[android-developers] open the file with third party app

2013-06-12 Thread shiva pendem
Hi, i am developing a application where i need to integrate the file explorer, in the file explorer, if the user selects a file it should be opened, for example if user selects a audio file it should open in a music player, similarlly same for all the file types, how to implement this

[android-developers] setRate method and seekto methods for audio player

2013-04-10 Thread shiva pendem
Hi, i am working on a music player, i would like to implement seek bar functionality and setrate method for music player , can any one suggest me how can i implement both of these functionalists or a class which has these both methods, Thanks, shiva shankar -- -- You received this message

[android-developers] Base and features to audio player

2013-01-21 Thread shiva pendem
Hi, I am working on a audio player and i am trying to add base settings and treble adjustments to the audio player, please suggest me how to implement the audio player with base and treble Thanks shiva shankar -- You received this message because you are subscribed to the Google Groups

[android-developers] Re: How do you show 'Are you sure you want to quit' dialog?

2012-11-27 Thread shiva pendem
Hi, here is the code to get the confirmation screen, public void onBackPressed() { Builder builder = new AlertDialog.Builder(context); builder.setTitle(application); builder.setIcon(R.drawable.icon1);

[android-developers] Re: Error in saving Ringtone...

2012-11-19 Thread shiva pendem
Hi, that's due to a simple reason which i expect that is due to the absence of the directory save the file to /mnt/sdcard/navkarringtone.mp3 by removing /Ringtones or make a directory /mnt/sdcard/Ringtones/ using this before you create a file out stream File mp3Directory = new

[android-developers] Re: Transparent image with shadow on android screen

2012-11-19 Thread shiva pendem
Hi here is the sample image that i am sending check this image by keeping this image your application icon you can't see the shade on the icon, if that is the issue then the problem is in the image file that you are using the solution to this is the icon should be of png format and the

[android-developers] Re: jpg to video

2012-11-09 Thread shiva pendem
Hi, i have tried the same source but this is not combining, can any one send me the FFMPEG single file just like this FFMPEG Present in the link https://github.com/guardianproject/SSCVideoProto/tree/master/res/raw which can alter the np3 file bit rate Thanks Shiva On Monday, February 27,

[android-developers] Re: jpg to video

2012-11-08 Thread shiva pendem
Hi, If you are able to use ffmpeg, can any one please send me the sample code to use the FFMPEG in android, I am unable to find the exact solution or the code to execute FFMPEG, If any one find the sample code which is working please send it to pendem.shiv...@gmail.com Thanks in advance

Re: [android-developers] Re: Bitmap issue and Webview rendering issue in ICS

2012-11-07 Thread shiva pendem
Hi, i have used this even but this doesnt make any difference on low end devices we can see the difference on high end devices like S3 but we wont get the issue of heap on those devices, using this will make lots of drawbacks for the device environment, please refer to

[android-developers] Re: Bitmap issue and Webview rendering issue in ICS

2012-11-06 Thread shiva pendem
Hi I had worked with the same issue for longer period but i haven't find the solution to work on images of longer width and height(BITMAP), finally i have used it by resizing the image, if we see the size required to create the image it need width*height*4 bytes which is not supported for all

[android-developers] Re: jpeg library crashing

2012-11-06 Thread shiva pendem
Hi The instance where your application is crashing is definitely due to heap, I had worked with the same issue for longer period but i haven't find the solution to work on images of longer width and height(BITMAP/jpeg or any image), finally i have used it by resizing the image, if we see

[android-developers] Re: How to rotate a layout with api level 9 with buttons

2012-11-06 Thread shiva pendem
Hi i think that this solution may help you make the applicaton to rotate that intent by adding the following content in the manifest file activity android:name=.editer android:label=@string/app_name android:screenOrientation=portrait

[android-developers] Update Gallery to load all images

2012-11-01 Thread shiva pendem
Hi i am opening Gallery as intent in my application after saving a image in the application here is the code to open the Gallery to intent Intent intent = new Intent(); intent.setType(image/*); intent.setAction(Intent.ACTION_GET_CONTENT);

[android-developers] Re: Audio Play

2012-11-01 Thread shiva pendem
Hi, Even i have faced the issue, The mail problem is that the instance which you press will compulsorily create two instances, They are MotionEvent.ACTION_DOWN and MotionEvent.ACTION_MOVE, So to over come this you add a condition as follows public boolean onTouch(View v, MotionEvent

Re: [android-developers] how to implement ffmpeg video codec for video player +android

2012-10-04 Thread shiva pendem
Hi, i am trying to change the bit-rate of a audio file(mp3 format) but i am unable to do it as i don't know native android so, can any one tell me the solution to change the bit-rate of a audio file(mp3 format) , i will be more help full if you send me an example which can change the bitrate

[android-developers] Google play

2012-10-04 Thread shiva pendem
Hi i would like to use google play app in android application to show all the applictions, i am using intent.setComponent(new ComponentName(com.android.browser, com.android.browser.BrowserActivity)); to open it in browser and i need the setcomponent to open in the google play app Thanks

Re: [android-developers] Using NFC on Android

2012-10-04 Thread shiva pendem
Hi Min sdk version should be of *9* to use nfc Thanks shiva shankar On Thu, Oct 4, 2012 at 12:29 PM, TreKing treking...@gmail.com wrote: On Mon, Oct 1, 2012 at 7:57 AM, William Chan kao...@gmail.com wrote: I'm working on a project for Uni and I was wondering which is the lowest level of