[android-developers] OnTabChangeListener is not working on Android N devices.

2016-09-09 Thread Sreehari Kolathayar
Today I got Android N OS update on my Nexus 5 X device and I was testing OnTabChangeListener for one of the android application. Seems OnTabChangeListener not working in Android N devices. I would like to know this is kind of OS issue or I will have to do some fix in my code? Thanks -- You

[android-developers] Service Discovery is not happening when screen is off

2011-08-12 Thread SREEHARI
?? Please help me on this. Thanks in advance, Sreehari -- 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] How to make A2DP connection automatically

2011-06-16 Thread SREEHARI
is not getting established. I dont know the method I tried is correct or not. Thanks in advance, Sreehari -- 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] Re: How to access files in sdcard from the server running in android

2011-03-27 Thread SREEHARI
Hi, Please help me on this. I am not getting any idea to resolve this. Regards, Sreehari. -- 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] How to access files in sdcard from the server running in android

2011-03-22 Thread SREEHARI
audio tag by giving the filename as src. But I want to access the music files stored in sdcard from i-jetty. When i gave / sdcard/song.mp3 as src path the song is not getting accessed. Please help me on this. Thanks in advance. Regards, Sreehari. -- You received this message because you

[android-developers] Re: Fetch data from android service to HTML

2011-02-09 Thread SREEHARI
Hi Kevin, What I need is to fetch data from a service running in the phone/ emulator (android device) to a browser running in some other device. Let the second device be a PC. That s what I asked how to get data in a normal browser from an android application. Regards, Sreehari. -- You

[android-developers] Fetch data from android service to HTML

2011-02-08 Thread SREEHARI
Hi, I have developed one UPNP server application which is running perfectly in android emulator. I am able to fetch the data from the server to client in android. But how can I get the same data in a normal HTML page. Means I want to develop an HTML with javascript that fetch the content from

[android-developers] Re: Fetch data from android service to HTML

2011-02-08 Thread SREEHARI
Hi Kevin, Thanks for the reply. What I am trying is to contact the android server application from an html(jscript) page running in normal windows browser. I want to fetch the data and want to display it in the web page. I think ur 3rd suggession will help me. But my doubt is how can I make the

[android-developers] Re: hai.......

2010-12-07 Thread SREEHARI
Hi John, What do you mean by display message??? U mean toast or somrthing else?? Regards, Sreehari -- 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: map

2010-12-06 Thread SREEHARI
Abhishek, Check this link... http://mobiforge.com/developing/story/using-google-maps-android Regards, Sreehari -- 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

[android-developers] Re: .gpx file

2010-12-06 Thread SREEHARI
Hi Abhishek, GPX access is available through OGR. Check the link below. http://mapserver.org/input/vector/gpx.html Regards, Sreehari On Dec 2, 12:05 pm, abhishek abhishek.patil.1...@gmail.com wrote: can we give multiple latitude longitude positions using ddms if we can can any body tell me

[android-developers] Re: how to set the SeekBar more narrow?

2010-12-06 Thread SREEHARI
()); Log.d(progress_postsetprogress + System.nanoTime(), new Integer(oProgress).toString()); this.setProgress((int)(100*event.getY()/ this.getBottom())); return true; } } Regards, Sreehari -- You received this message because you are subscribed

[android-developers] Re: Application is shutdown unexpectedly

2010-12-03 Thread SREEHARI
Hi Peter, can u post the log message?? Sreehari. -- 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: Am getting unexpected Error on execution

2010-09-17 Thread SREEHARI
Hi, Can u pls share the log details, where we can see the exceptions. REgards, SREEHARI. -- 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] Re: maps app returning a null pointer exception

2010-09-09 Thread SREEHARI
Hi Anu, Pls share the log details, where u get the exception. Regards, SREEHARI -- 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

[android-developers] Re: Using eclipse

2010-09-03 Thread SREEHARI
Do bulid project... It will be fine. Regards, SREEHARI -- 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

[android-developers] Re: How to printf in android development

2010-09-03 Thread SREEHARI
You can use System.out.println(); OR log.d( tag , jhgjhhgk); Regards, SREEHARI -- 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

[android-developers] Re: Need Help

2010-09-03 Thread SREEHARI
Hi DHRUMIL, Wat exception u r getting Can u post the log details??? Regards, SREEHARI -- 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] Re: Tower Location Information

2010-09-03 Thread SREEHARI
Pls help on this. -- 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] Re: how to create login screen

2010-09-03 Thread SREEHARI
, TEXT FOR DISPLAY, true); Regards, SREEHARI -- 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] Re: How to start application when bootup complete of emulator

2010-09-03 Thread SREEHARI
/ /intent-filter /receiver /application /manifest Regards, SREEHARI -- 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] Home button in Beagle board

2010-08-27 Thread SREEHARI
Hi All, I am testing some android apps in a beagle board with Android 2.1. But I came to know that there is no home button in the board. I have to test some home apps also. How will I get the Home Button press?? Is there any way to do this? Thanks, SREEHARI -- You received this message because

[android-developers] Home button in Beagle board

2010-08-27 Thread SREEHARI
Hi All, I am testing some android apps in a beagle board with Android 2.1. But I came to know that there is no home button in the board. I have to test some home apps also. How will I get the Home Button pressed?? Is there any way to do this? Thanks, SREEHARI -- You received this message

[android-developers] Re: back_key implementation

2010-08-27 Thread SREEHARI
. So that A will be there on the top of C in the stack. So A will get called when u click back from C. Regards, SREEHARI -- 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

[android-developers] Re: how to upgrade android emulator to Android2.2 froyo.

2010-08-27 Thread SREEHARI
You need to get new ADT version also ( ADT-0.9.7 will do) REgards, SREEHARI -- 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] Tower Location Information

2010-08-18 Thread SREEHARI
help. Thanks in advance, SREEHARI. -- 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] Re: How to invoke another application on a Button Click?

2010-08-18 Thread SREEHARI
can use in the above code. Hope this will help u. Cheers, SREEHARI. -- 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] Re: Water ripple effect

2010-07-12 Thread SREEHARI
Hi Mansoor, I am happy to hear that U have done it. Great...This is the best reply to someone who replied to this post. Regards, SREEHARI On Jul 9, 3:45 pm, Mansoor mansoor@wipro.com wrote: Thanks robert green . and all who replied to the post. I acheived the ripple effect

[android-developers] Re: Map API KEY

2010-06-24 Thread SREEHARI
-signup.html , you will get the Map Key. Regards, SREEHARI On Jun 22, 8:16 pm, ENSI nouha.khy...@gmail.com wrote: hi, i can't read the content of the debug.keystore while opening it with bloc note,it's written with unreadable symbols,can anyone help me please? -- You received this message

[android-developers] Re: How to Draw route on Google map? not to use DrawPath

2010-06-24 Thread SREEHARI
Hi, Do u want to draw route connecting geo cordinates?? If so you can store the geo coordinates and draw. If you want to draw shortest path you can use some algorithm like Djikstras. Regards, SREEHARI -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: Extract text from image

2010-06-21 Thread SREEHARI
Pls helpIts urgent SREEHARI. -- 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] Re: Area map / Area plan

2010-06-21 Thread SREEHARI
Try the below codeStore ur image in drawable and give that name for R.drawable._ import android.app.Activity; import android.content.Context; import android.content.res.Resources; import android.graphics.Bitmap; import android.graphics.BitmapFactory; import

[android-developers] Re: java.lang.NoClassDefFoundError: com.google.android.maps.MapView

2010-06-21 Thread SREEHARI
Hi Anup, Check this link. It will help u http://mobiforge.com/developing/story/using-google-maps-android Regards, SREEHARI -- 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

[android-developers] Re: Finish an activity not started from the service

2010-06-21 Thread SREEHARI
Hi Manju, Do you want to stop the activity after going to another activity?? If so give finish() inside onStop() of the activity to be finished. I dont know this is ur requirement. Regards, SREEHARI -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: Extract text from image

2010-06-21 Thread SREEHARI
Hi Toni, Thanks for the information. Can you provide any sample code for this. Regards, SREEHARI -- 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] Extract text from image

2010-06-15 Thread SREEHARI
Hi, I need to extract text from the image captured in camera. How to do this? Pls help. Thanks in advance... SREEHARI. -- 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

[android-developers] Re: Installation error: INSTALL_FAILED_MISSING_SHARED_LIBRARY

2010-06-14 Thread SREEHARI
Hi Rahul, If u added uses-library android:name=com.google.android.maps / already, the problem will be due to map key. Try creating map key in he right way. Regards, SREEHARI. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] Re: Augmented Reality framework to display geoloc point

2010-06-07 Thread SREEHARI
Try using MIXARE or LAYAR application. Regards, SREEHARI -- 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

[android-developers] Re: How to get the point from click the google map

2010-06-07 Thread SREEHARI
Hi, Pls check this link http://mobiforge.com/developing/story/using-google-maps-android Regards, SREEHARI -- 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

[android-developers] How to add shadow for text drawn on google map

2010-06-07 Thread SREEHARI
Hi all, In my map application I am using overlay items and texts. I need shadows for both. For overlayitems I am able to display shadows. How to show shadow for the text drawn? Thanks in advance. Regards, SREEHARI. -- You received this message because you are subscribed to the Google Groups

[android-developers] Re: How to add shadow for text drawn on google map

2010-06-07 Thread SREEHARI
Hi Nithin Mark, Thank you very much.I used paint.setShadowLayer() and it works fine. Regards, SREEHARI -- 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

[android-developers] Re: How to detect orientation change in home screen widget?

2010-05-17 Thread SREEHARI
--- port = false; } else if (ds.getWidth() ds.getHeight()) { // ---portrait mode--- port = true; } } Hope this will help u. Regards, SREEHARI. -- You received this message because

[android-developers] Re: Retrieving GRP Coordinates, getting errors with getLastKnownLocation and requestLocationUpdates

2010-05-05 Thread SREEHARI
this.. REGARDS, SREEHARI -- 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] Re: MapView does not work in HTC Hero

2010-05-05 Thread SREEHARI
Hi I also tried the same google map application with overlays. For me it s working fine in emulator and in nexus one with the same KEY. Regards, SREEHARI -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Re: How to close all activities in a app

2010-05-05 Thread SREEHARI
Hi, U can solve that problem by giving finish() inside onStop() of Activity A. I tried this and it works. Regards, SREEHARI -- 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

[android-developers] Image comparison in android

2010-05-04 Thread SREEHARI
Hi, Is there any way to do Image comparison in Android?? I am doing an Augmented reality application in which I need to do implement Image Comparison. Thanks in advance SREEHARI. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] Re: Display routes dynamically on Map Application

2010-04-23 Thread SREEHARI
Thanks for ur reply. I want to display my own routes in my application. I have stored all the geo coordinates I need to draw the roues. But I need to draw the routes dynamically from the current location to a destination. Regards, SREEHARI -- You received this message because you

[android-developers] Display routes dynamically on Map Application

2010-04-22 Thread SREEHARI
using some algorithms? Thanks in advance SREEHARI -- 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] Re: Map app with GPS is not working in Nexus One

2010-04-18 Thread SREEHARI
Hi All, Thanks for ur replyBut my doubt is why I am getting exception in nexus one onlyI tried the same code with G1.It is working fine in that.Ok...anyway I will try with requestLocationUpdates Regards, SREEHARI. -- You received this message because you are subscribed

[android-developers] Map app with GPS is not working in Nexus One

2010-04-15 Thread SREEHARI
= locationMgr.getLastKnownLocation(LocationManager.GPS_PROVIDER); GPS is enabled in the phone. The built in google maps is also working fine. Can anyone suggest a solution. Thanks in advance SREEHARI. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] Re: Map app with GPS is not working in Nexus One

2010-04-15 Thread SREEHARI
, SREEHARI. -- 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] Re: how to read database of one application in another application using contentproviders

2010-04-13 Thread SREEHARI
the complete uri in ur application which u r accessing the content provider. Dont use the static variable CONTENT_URI even if u assign the complete value to that. Regards, SREEHARI -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group

[android-developers] Re: how to read database of one application in another application using contentproviders

2010-04-11 Thread SREEHARI
Regards, SREEHARI. -- 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

[android-developers] Re: How to come back main activity from child activity

2010-04-05 Thread SREEHARI
I tried without using startActivitiForResult.but I tried to go back from C to A on back button click. I used startActivity only..If u want to come back to A from C on clicking back button, give finish() inside onStop() of Activity B. Regards, SREEHARI -- You received this message

[android-developers] Re: Stop an Activity (Urgent)

2010-03-24 Thread SREEHARI
Use finish() inside onStop() of the activities u want to hide. A starts B. B starts C.. If u give finish() inside onStop() of B. Then u can directly go to A from C by clicking the back button.. Regards, SREEHARI On Mar 19, 8:02 pm, Chirayu Dalwadi chirayu.dalw...@gmail.com wrote

[android-developers] Re: Adding new XML file under layout

2010-03-10 Thread SREEHARI
U save the xml file first. Then try refreshing the whole project. It will get added in the R.java file. Regards, Sreehari. -- 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

[android-developers] Re: How to display all contacts?

2010-03-10 Thread SREEHARI
Use the below code to display all contacts with their number package com.wipro.address; import android.app.ListActivity; import android.database.Cursor; import android.os.Bundle; import android.provider.Contacts.Phones; import android.provider.Contacts.People; import

[android-developers] Re: INTERNET Permission

2010-03-08 Thread SREEHARI
java.net.SocketException Solution : try refreshing ur ip value and rebinding the socket to the new ip. Hope it will work... REgards, SREEHARI -- 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] Re: really easy question... but not for me =P

2010-03-03 Thread SREEHARI
U can use bundle also in passing that variable values. In 1st activity Bundle bundle = new Bundle(); bundle.putString(”param1″, “test”); Intent newIntent = new Intent(this.getApplicationContext(), ActivityClass2.class); newIntent.putExtras(bundle);

[android-developers] Re: How to upload photo in Twitter using Android phone?

2010-03-03 Thread SREEHARI
Hi Dileep, I think U need to understand something about Twitter apis before doing the application. Try to read about REST protocol also. On Mar 3, 2:30 pm, Mike Mackintosh reistl...@gmail.com wrote: Read up on HTTP POSTing On Mar 3, 2010 2:18 AM, dilu discover.dile...@gmail.com wrote: Hi,

[android-developers] Re: Problem in nesting LinearLayout?

2010-03-03 Thread SREEHARI
android:layout_height=50dip android:layout_weight=1 / /LinearLayout /LinearLayout Regards, SREEHARI On Mar 3, 1:53 pm, javame_android su...@softwebsolutions.com wrote: Hi, I am facing a problem in designing LinearLayout. What I want is the Textbox at the top

[android-developers] Re: My Widget is Locking up Android OS

2010-03-03 Thread SREEHARI
Try adb logcat in the command prompt while running the applicationThere u can see which all exceptions are coming and where it is crashing Regards, SREEHARI On Mar 3, 9:34 am, themindiswasted abarban...@gmail.com wrote: Can someone look at this code and see why it is locking up

[android-developers] Re: problem with OnclickListener in Gridview

2010-03-03 Thread SREEHARI
Did u try setOnItemClickListener?? GridView gridView; gridView.setOnItemClickListener(new OnItemClickListener() { public void onItemClick(AdapterView? parent, View v, int position, long id) { //What all things to do on clicking the item; }

[android-developers] Re: getNetworkOperator() in airplane mode always crashes

2010-03-03 Thread SREEHARI
Check TelephonyManager.listen() method. Syntax : void android.telephony.TelephonyManager.listen(PhoneStateListener listener, int events) You have to include a class extending PhoneStateListener and try networkOperator = tel.getNetworkOperator(); inside that. Regards, SREEHARI On Mar 1, 10

[android-developers] Re: help me

2010-02-19 Thread SREEHARI
As Darshana said u dint say what is the exact problem. Is this code getting failed for authentication?? Use .equals instead of == *if (username.equals(kami) password.equals(kami)) Hope this will work -- You received this message because you are subscribed to the Google Groups Android

[android-developers] MARQUEE speed control

2010-01-12 Thread SREEHARI
Hi, I did an application with MARQUEE. It is working fine. But the scrolling speed is constant.Can anybody tell how to adjust the speed of MARQUEE text. Thanks, SREEHARI -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group