[android-developers] Re: integrating pro-guard (obfuscation).

2009-12-15 Thread CyberQat
rgument about the benefits of it > or whether or not it's needed, I was simply hoping someone else has > already done this and could help me along. > > tia. > > On Dec 15, 1:56 pm, CyberQat wrote: > > > > > What problem are you trying to solve?? > > > Ob

[android-developers] Re: integrating pro-guard (obfuscation).

2009-12-15 Thread CyberQat
What problem are you trying to solve?? Obfuscation wont keep someone from downloading your app and uploading it somewhere else. Its also a pretty weak defense against hacking. Any decent hacker is going to be able to read bytecode and attack it at that level. And finally the size of an Android

[android-developers] Re: Sub Acivity fly-in direction?

2009-11-18 Thread CyberQat
Thanks much guys... its ALMOST working perfectly. One minor visual glitch, when I fly in the second view, the first view disappears behind it before the start of the animation resulting in a "black flash". Interestingly enough when I fly the second view out, I don't get this effect. How do I pre

[android-developers] Re: Sub Acivity fly-in direction?

2009-11-18 Thread CyberQat
On Nov 18, 10:42 am, Mark Murphy wrote: > CyberQat wrote: > > So, how do apps fly in a new panel when you flick up?  Im sure I have > > apps on my phone that do this... > > They presumably are not using multiple activities. For example, you can > use a ViewFlipper and an

[android-developers] Re: Sub Acivity fly-in direction?

2009-11-18 Thread CyberQat
To be clear... this question is "How do apps fly in a new panel *from the bottom* when a user flicks up?" > > So, how do apps fly in a new panel when you flick up?  Im sure I have > apps on my phone that do this... > > -- You received this message because you are subscribed to the Google Group

[android-developers] Re: Sub Acivity fly-in direction?

2009-11-18 Thread CyberQat
On Nov 18, 10:01 am, Mark Murphy wrote: > CyberQat wrote: > > Little question Ive been having difficulty finding an answer to. > > > My current app flies ina  sub activity when you flick-up.  problem is, > > it flies in horizontally from the right.  I want it to fly in

[android-developers] Sub Acivity fly-in direction?

2009-11-18 Thread CyberQat
Hi Guys, Little question Ive been having difficulty finding an answer to. My current app flies ina sub activity when you flick-up. problem is, it flies in horizontally from the right. I want it to fly in vertically from the bottom to match the flick direction. I'm sure this must be an xml pro

[android-developers] Re: Centering text in a button?

2009-11-11 Thread CyberQat
, CyberQat wrote: > Hi Guys, > > Ive just started fooling around with programming my Motorola Droid. > I'm programmatic ally laying out an interface such that the text > contained in my Button is sized at layout time to fit the button.  My > questions are: > > (1) I know the p

[android-developers] Re: Android Market: Convert an app from Free to PAID

2009-11-10 Thread CyberQat
Do a new version and release it as a new product? On Nov 10, 4:54 pm, Kumaravel Kandasami wrote: > Hi, > > Looks like the Android Market currently does not allow apps that have been > created as FREE to be changed to PAID app. > > Is there any way around ? Is there any future plan to enhance this

[android-developers] Re: Please help me to choose Android Phones (For Android development)

2009-11-10 Thread CyberQat
If you are a university I would contact Motorola and HTC directly. In general these sorts of large corporations have University liaison programs in place. In fact you might get it cheaper "for academic purposes" then you could on the street or through normal channels. On Nov 10, 4:32 pm, Ash wr

[android-developers] Re: Using the Eclipse debugger?

2009-11-10 Thread CyberQat
? On Nov 10, 3:00 pm, "Fred Grott(Android Expert, http://mobilebytes.wordpress.com)" wrote: > Okay we need more information > > What is your OS environment? > > What is your eclipse set up? > > Fred Grott > Android Developerhttp://mobilebytes.wordpress.com &

[android-developers] Using the Eclipse debugger?

2009-11-10 Thread CyberQat
Hi Guys, Im programmign on Windows with Elcipse and a Motorola Droid. ADB will successfully download the code to the Droid and run it, but ive been unable to get debugging to work either remotely or with the emulator. (To be honest Im having multiple problems with the emulator and id rather just

[android-developers] Centering text in a button?

2009-11-10 Thread CyberQat
Hi Guys, Ive just started fooling around with programming my Motorola Droid. I'm programmatic ally laying out an interface such that the text contained in my Button is sized at layout time to fit the button. My questions are: (1) I know the pixel size of the button, what is the best way to set t