[android-developers] How to get Listview row contents?

2010-08-12 Thread veradis
NullPointerException. Please give suggestions. Regards Veradis -- 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: Charts in Android

2010-07-23 Thread veradis
native libraries and is 100% safe forAndroidOS users, as it runs in completely safe managed environment of Dalvik Java VM. On Jul 21, 4:40 pm, veradis veradism...@gmail.com wrote: Hi,  I want display pie chart inandroid. Is there is any chart API or JARs available. Regards

[android-developers] Re: Android Force close dialog

2010-07-21 Thread veradis
Thnaks Kotsya. It works On Jul 17, 11:10 pm, Kostya Vasilyev kmans...@gmail.com wrote: Veradis, You can't prevent the ANR/FC dialog from appearing, since it's there for a reason. But you can eliminate its cause - your application taking up time in the UI thread, making it unresponsive

[android-developers] Charts in Android

2010-07-21 Thread veradis
Hi, I want display pie chart in android. Is there is any chart API or JARs available. Regards Veradis -- 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] Android Force close dialog

2010-07-17 Thread veradis
is there is any execution time in Android? Thanks Veradis -- 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] Android fbconnect wall post

2010-05-12 Thread veradis
to make a post on Facebook wall. This must be done completely in background. How can this be done.? Also the session key that i get using this API and by using PHP client library(in web application) is different for the same login. why is it so? Thanks Veradis -- You received this message

[android-developers] Android ANT build

2010-04-30 Thread veradis
Hi all, Is there any tool in eclipse to generate build.xml for my android project. I couldn't get solution to write build.xml. Is it possible to generate APK file and install it on emulator using ANT. Please help. Thanks Veradis -- You received this message because you are subscribed

Re: [android-developers] Re: Android ANT compilation

2010-04-25 Thread veradis tech
Thanks Bob Kerns. My aim is to make the code available for all. I will move the source to SVN, and anyone can download/update it and compile it using ANT. I don't want to use eclipse for this. Thanks Veradis On Sat, Apr 24, 2010 at 9:12 PM, Bob Kerns r...@acm.org wrote: Your build.xml

[android-developers] Android ANT compilation

2010-04-24 Thread veradis
Veradis -- 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] Flash support on android

2010-04-22 Thread veradis
Hi, Can SWF files be played on android 1.5 emulator/phone. My req. is to load an SWF in app. can this be done. Also how will the SWF be played on webview. I am not able to install flashlite on the emulator. SWF is created with Flex SDK version 3.0. Please help me on this. Thanks Veradis

Re: [android-developers] Flash support on android

2010-04-22 Thread veradis tech
Thanks Mark. On Thu, Apr 22, 2010 at 4:22 PM, Mark Murphy mmur...@commonsware.comwrote: veradis wrote: Can SWF files be played on android 1.5 emulator/phone. Definitely not on the emulator, and not on most phones. Only a couple of phones have Flash. In a year's time, it may be that most

[android-developers] Re: Map view drag event

2010-03-23 Thread veradis
. Thanks Veradis -- 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] Map view drag event

2010-03-22 Thread veradis
help me on this. My req is, when user drags map, i will display markers for the displayed portion of map. For this i want the onTouch/ drag event to fire. Thanks Veradis -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group

[android-developers] Android mapview getbounds

2010-03-18 Thread veradis
Hi, How can we get latitude and longitude values of northwest and southeast coordinates points of the mapview. Please help!. In GMap JS/AS API, ders getbounds() property. i want the same in android mapview. Thanks Veradis -- You received this message because you are subscribed

[android-developers] KSOAP web service complex type response exception

2010-02-23 Thread veradis
){ Toast.makeText(getBaseContext(),+e,Toast.LENGTH_SHORT).show(); } -- am getting exception while using complex type. please help me on this. Thanks Veradis -- You received this message because you are subscribed to the Google

[android-developers] File browser

2010-02-10 Thread veradis
? Thanks Veradis -- 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] android service instance problem

2009-12-17 Thread veradis
. So, please help me on how to call a function of service from an activity. Thanks Veradis -- 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: Invoking apps in background when phone starts

2009-12-16 Thread veradis
)How can i display toast in service class? My code looks like this: Toast.makeText(getApplicationContext(), hello, Toast.LENGTH_LONG).show(); --(NOT WORKING inside service) Thanks Veradis On Dec 14, 2:17 pm, Mark Murphy mmur...@commonsware.com wrote: veradis wrote: The app SERVICE should

[android-developers] Re: Invoking apps in background when phone starts

2009-12-14 Thread veradis
Veradis -- 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

[android-developers] Invoking apps in background when phone starts

2009-12-13 Thread veradis
the connection is established, i want to display data from server as popup notifications similar to GTalk email notification. (again app will not come to view) Please help me on this! Thanks in advance Veradis -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Push technique in android

2009-12-02 Thread veradis
Hi, I want to implement push technology from my tomcat server to my android app. Can this be implemented. I can contact server by using web service from app and retrieve data, but can data be send from server to all installed running apps without apps requesting it. Thanks in advance Veradis

[android-developers] Re: Push technique in android

2009-12-02 Thread veradis
Thanks Marc Reichelt, can u provide me some examples for HTTP connection. On Dec 2, 4:07 pm, Marc Reichelt mcreich...@googlemail.com wrote: Hi Veradis, you may open a HTTP connection from your client. The server itself should not close the connection, but send data over it if available