[android-developers] Query regarding unbounded service

2012-06-02 Thread Bhavin
Dear Sir, in my application,i have 24 Buttons [12 group of Two [12 * 2], 1 for SET Other for Reset]. - [Group 1] I am having

Re: [android-developers] Adding markers with different drawables on google map in android

2012-06-02 Thread mehedi hasan khan
Here are some of the points I am plotting: latitude:30.2782345,longitude:-82.1603470 latitude:30.2768497,longitude:-82.1673126 latitude:30.2713966,longitude:-82.1601944 latitude:30.2767563,longitude:-82.1324768 latitude:30.2897949,longitude:-82.1278839 latitude:30.2755909,longitude:-82.1269608

Re: [android-developers] Query regarding unbounded service

2012-06-02 Thread David Olsson
http://www.catb.org/~esr/faqs/smart-questions.html Send different intents to the service? That adds which groups and which button? But I have no idea of what you are after. On Sat, Jun 2, 2012 at 8:32 AM, Bhavin alertsavemyl...@gmail.com wrote: Dear Sir, in my application,i have 24 Buttons

Re: [android-developers] Adding markers with different drawables on google map in android

2012-06-02 Thread Fred Niggle
Why are you multiplying by 100.0? Also have you ensured that latitude and longitude are not transposed? (I had an issue when creating a KML output file: I thought that because my label said latitude it was correct, and the bug only threw itself into light when the point appeared over the sea!)

Re: [android-developers] Query regarding unbounded service

2012-06-02 Thread Uberall, Android
Hi, This is P B Lal from Pune, I would like to suggest you that create a class by extending Thread in which you should create two button , one for start and other for stop. Always create object of that class and put it in the Linear Layout , in this manner you will not get any issue flag

Re: [android-developers] Svg to hdpi, mdpi, ldpi

2012-06-02 Thread Ralph Bergmann | the4thFloor.eu
Am 02.06.12 00:31, schrieb Jeremy Villalobos: On build, the plugin creates the png's from the svg's, but the svgs are not added to the release package. Is there such a tool ? http://digitalsquid.co.uk/patchworker/ http://code.google.com/p/svg-android/ -- You received this message because

Re: [android-developers] Adding markers with different drawables on google map in android

2012-06-02 Thread mehedi hasan khan
I am multiplying by 1E6 because GeoPoint needs latitude/longitude in micro degrees. How to check if latitude/longitude are transposed? On Sat, Jun 2, 2012 at 2:40 PM, Fred Niggle fred.nig...@googlemail.comwrote: Why are you multiplying by 100.0? Also have you ensured that latitude and

[android-developers] VBO problem using OpenGL ES 2.0 on android 2.2

2012-06-02 Thread usual
Hello, I'm trying to display a simple triangle on my Samsung Spica. I'm using the following data: float triangle_vertices[] = { 0.0f, 0.8f, -0.8f, -0.8f, 0.8f, -0.8f }; vertex shader: attribute vec2 vPosition;

[android-developers] problem in service creation

2012-06-02 Thread Bhavin
Dear sir, I am having following scenario: Service class . . . .(Extends) Class1 . . . . (Extends) Class2 Now i wanted to start class2 as a service. what to do? Thanks in advance :) -- You received this message because you are subscribed to the Google Groups Android Developers group. To

[android-developers] clystone launcher in android

2012-06-02 Thread phanisurya
Hai, I have a doubt about clystone launcher in android. i want to create an android app look like a clystone launcher . Please tell me how to design that view like sliding from front to back and top to bottom screens. I didn't catch the actual development process. please suggest me how to

[android-developers] Multiple sqlite db upgrade

2012-06-02 Thread Plabon Modak
Hi guys, I am working on an android application where i have to use multiple databases. I have used previously created db file. Actually i am copying the db file from asset folder. Now there is option to add data for the user(add favorites). The user data will be added in all three db. Now the

[android-developers] Solving Missing R

2012-06-02 Thread dev0708
I have gotten various kinds of advice for solving Missing R. I'm trying to organize that into a checklist to work through the problem efficiently. - Any comments on the efficacy of these steps? - Any additional techniques? - Any change in order? Thanks. Solving Missing R error 1. Find and

Re: [android-developers] Solving Missing R

2012-06-02 Thread Mark Murphy
On Sat, Jun 2, 2012 at 10:12 AM, dev0708 webdev0...@gmail.com wrote: I have gotten various kinds of advice for solving Missing R. Personally, I just try stirring my alphabet soup a bit more to see if an R got stuck on the bottom of the bowl. :-) - Any comments on the efficacy of these steps?

[android-developers] Re: Issuing refund to users after 15-minute window

2012-06-02 Thread fiber
Yes, it does know. If you have LVL implemented in your app it will receive a Not Licensed response from Google. My experience has been that Google will try to automatically uninstall the application from their device as well. I do not know if that part is documented anywhere. On Jun 1, 12:40 

[android-developers] Re: Turn off screen but not hardware keys, catch input with screen off

2012-06-02 Thread Mathias Lin
I 've seen apps locking the hard keys and not the touchscreen but Do you mean the apps turn off the screen but still enable it to listen to touch events? Can you point me to the apps that you have seen? Because I am actually looking for a way to implement such. Thanks. On Friday, 1 July

Re: [android-developers] Setting screen on/off

2012-06-02 Thread Mathias Lin
Why does the SDK not allow that for third party apps? Also, why does turning the brightness to 0 entirely turns the screen off and lock it? Why is there no way to just turn the screen off (entirely dim) without locking it, and also keep it listening to touch events? (So many limitations in the

[android-developers] Re: Multiple sqlite db upgrade

2012-06-02 Thread lbendlin
what exactly do you need to upgrade? Can't you just run a few scripts in onUpgrade ? On Saturday, June 2, 2012 8:02:22 AM UTC-4, RawCoder wrote: Hi guys, I am working on an android application where i have to use multiple databases. I have used previously created db file. Actually i am

[android-developers] get the text in edit text on button click

2012-06-02 Thread Raghavendra Rao
hi, how can i get the text entered by the user in the Edit Text on button click, kindly do help me 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

Re: [android-developers] Svg to hdpi, mdpi, ldpi

2012-06-02 Thread Tony Houghton
On Sat, 02 Jun 2012 02:37:00 +0400 Kostya Vasilyev kmans...@gmail.com wrote: On 06/02/2012 02:31 AM, Jeremy Villalobos wrote: It would be nice to have a folder for svg's on the Android project (Eclipse), and have a tool that automatically creates the icons for each screen based on the

[android-developers] is there a way to explore directory structure in assets/?

2012-06-02 Thread Latimerius
There's AssetManager.list() but that doesn't seem to pick up subdirectories. Other than via AssetManager, how am I supposed to find out what's in assets/? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] get the text in edit text on button click

2012-06-02 Thread Fred Niggle
did you try the google search for this? On 2 Jun 2012 19:07, Raghavendra Rao raghu1...@gmail.com wrote: hi, how can i get the text entered by the user in the Edit Text on button click, kindly do help me on this -- You received this message because you are subscribed to the Google Groups

Re: [android-developers] problem in service creation

2012-06-02 Thread Fred Niggle
what to do indeed have you worked through a few service tutorials? On 2 Jun 2012 11:54, Bhavin alertsavemyl...@gmail.com wrote: Dear sir, I am having following scenario: Service class . . . .(Extends) Class1 . . . . (Extends) Class2 Now i wanted to start class2 as a service.

[android-developers] Widget Product Updates

2012-06-02 Thread Doug Gordon
I'll shortly be releasing my first widget product and am wondering if there are any restrictions as to how the user updates a widget when a new version is posted. I've noticed that if you use the App Manager to delete a widget that's in use without removing it from the home screens, an error

Re: [android-developers] Re: Invoking a web service created in java

2012-06-02 Thread James Black
If you look at this link: http://stackoverflow.com/questions/5321906/how-to-find-the-jar-of-java-rmi-package you will see that this problem is difficult to resolve, but there are some suggestions that may help you. The problem is that there is a missing class that java on the desktop has, which

[android-developers] Re: get the text in edit text on button click

2012-06-02 Thread Raghavendra Rao
Yes i tried, but am not able to get the logic behind tht, am new to this kindly help me On 2 June 2012 23:36, Raghavendra Rao raghu1...@gmail.com wrote: hi, how can i get the text entered by the user in the Edit Text on button click, kindly do help me on this -- You received this message