[android-developers] RotationAnimation creation in code with toDegrees as local variable? Is there a way?

2013-08-16 Thread Boyd Speer
I would like to get user input with EditText (type is signed number) and (onButtonClick) use that char sequence as the toDegrees attribute of a RotationAnimation to rotate a compass ring to the number of degrees that the user entered. I can create the animation with a number and the rotation

[android-developers] RotationAnimation

2013-08-16 Thread Boyd Speer
Should have added in previous post of same topic: float rot = Float.parseFloat(degrees.getText().toString()); RotateAnimation myanim = new RotateAnimation (0,rot,Animation.RELATIVE_TO_SELF,0.5f,Animation.RELATIVE_TO_SELF,0.5f,); (This also does not work) -- You received this message because

[android-developers] Dragging a randomly moving animation

2013-05-04 Thread Boyd Speer
I need to drag an animation that is moving randomly within a small rectangle around the drag point. (If the image - a small cross - hits the side of the rectangle it will change direction and if not it will change direction after a countdown timer finishes.) When the cross is dropped the

[android-developers] Mirroring animation?

2013-04-17 Thread Boyd Speer
Using Touch class that implements onTouchListener (and matrix) to drag a crosshairs on an image aiming pad, how can I have the movements control another dot (imageview) in a another part of the screen within a rectangle proportioned the same (but a different size) as the aiming pad? The dot

Re: [android-developers] Re: Mirroring animation?

2013-04-17 Thread Boyd Speer
My apologies, won't happen again...did not mean to intrude. On 2013-04-17, at 4:25 PM, Lew lewbl...@gmail.com wrote: b1 wrote: Using Touch class that implements onTouchListener (and matrix) to drag a crosshairs on an image aiming pad, how can I have the movements control another dot

[android-developers] Average time to start to see some movement or awareness of an app on Google Play ?

2013-03-30 Thread Boyd Speer
What would be a reasonable time from publishing date until an app is available in all countries where GooglePlay is available? If there is any hitch in the publishing process does Google let the developer know? (Of course some apps are likely to have a narrower market and may take more time

[android-developers] Transfer of entire database directly from one phone to another via Bluetooth - possible?

2013-03-23 Thread Boyd Speer
Is it possible to transfer an entire database directly from one phone to another via Bluetooth? (no phone-to-computer-to-phone) If it is do-able would anyone have any suggestions as to where to find the procedure of sample code for doing so? Thanks! -- -- You received this message because

[android-developers] How to schedule a daily popup dialog box even when the app may not be running...?

2013-02-27 Thread Boyd Speer
How can I schedule a daily popup dialog box (that appears to remind the user to do something) that remains visible until it is manually closed by the user? Would a service be utilized? If so how? Or would an alarm be the best solution. If the app is killed or restarted can the popup still be

[android-developers] View SQLite database files possible with external DB. Software?

2013-01-23 Thread Boyd Speer
I would like to be able to see and manipulate the database files externally as I develop the app and I need to root the phone to do so. I have the Galaxy Ace GT-S5830D (Android 2.3.4 Gingerbread DTLK14. I followed the rooting instructions but do not see any option to update from sd card - just

Re: [android-developers] listview layout shows huge gap in space between each items

2013-01-23 Thread Boyd Speer
Try removing the paddingTop=10 lines On 2013-01-23, at 7:03 PM, John Merlino stoici...@aol.com wrote: I have an xml layout with a listview item in it that looks like this: LinearLayout xmlns:android=http://schemas.android.com/apk/res/ android android:layout_width=fill_parent

[android-developers] Using Dreamweaver Android SDK extension to develop?

2011-10-13 Thread Boyd Speer
Is anyone using Adobe Dreamweaver Android SDK extension to develop? Is it any better than Eclipse? How about developing in Adobe Flash CS5 to compile the .apk thanks for sharing any experiences... -Boyd -- You received this message because you are subscribed to the Google Groups Android

Re: [android-developers] Re: Application suspended. Why?

2011-05-30 Thread BOYD SPEER
Is there no contact at Google where one may appeal such a ban? or is there any other way to be heard if such a disaster befalls a developer? It would seem there would be a world-wide outcry for a more fair marketing board if no one can be contacted. Why would not the robot (or human) be

[android-developers] installing Adobe AIR Runtime on SDK emulator virtual device?

2011-04-17 Thread BOYD SPEER
Could anyone suggest how to install Adobe AIR Runtime on SDK emulator virtual device (Nexus One) Thanks for any suggestions. -Boyd -- 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] Install Adobe AIR Runtime on emulator?

2011-03-18 Thread Boyd Speer
I have the Runtime.apk for Adobe AirĀ  but how do I install it on the emulator (android 2.2 ) using the command line or with some utility software? I am using Windows Vista, Eclipse, Flash CS5 Professional. All examples on Adobe forums etc do not seem to work. Thanks for any insights as to what

[android-developers] Anyone seen or used cheap Android phones from shenit.com or chinavision.com

2011-03-18 Thread Boyd Speer
http://www.shenit.com/cell-phone/smartphones-pda-phones/china-android-phones.html?gclid=CIatuZDA0acCFUa8KgodC3Z_lg or http://www.chinavasion.com/smartphones/m1713genb/ seem to have very cheap unlocked dual sim phones I am wondering how good they would be to develop on... Anyone with

[android-developers] path problems?

2011-01-14 Thread Boyd Speer
I am just trying to get started in Android development. I have installed eclipse, sdk manager, and several platforms, etc, created a virtual device for API level 8, etc. but I cannot get the helloworld tutorial to work. - neither the programmatic or the xml approach seems to work. the virtual