[android-developers] Re: Android Physics Engine

2009-03-31 Thread Avraham Serour
seems that gc is a problem, just one of them at least, so can we please have a c++ sdk? On Tue, Mar 31, 2009 at 9:26 PM, shaun wrote: > > I started going down the path of Object pooling. It seemed the only > solution when taking an existing engine and making work on a resource > constrained sys

[android-developers] Re: Android Physics Engine

2009-03-31 Thread Avraham Serour
where's the demo? I tried the see it in action link ( http://simpull2core.sourceforge.net/) and it shows some code On Tue, Mar 31, 2009 at 2:19 AM, Anton wrote: > >That's what I did. :) Firefox 3.0.8. I just tried it again and > had the same thing happen. I'll give it another go when I ge

[android-developers] Re: Load an external library in monkey

2009-03-30 Thread Avraham Serour
monkey On Mon, Mar 30, 2009 at 9:04 AM, Phinex wrote: > > HI > I want to load an external library in monkey.For example,i write a > series method in a new class with java,and i want to pack it to be a > library like .so/.dll/.JAR or something else.Then the monkey is to > load the library ,to

[android-developers] Re: Paid upgrades discussion

2009-03-30 Thread Avraham Serour
the best option would be that google change the market options, they lack a lot of things, this is just one of them, it's a shame that we don't even have a channel to talk to market developers as opposed the channel we have here to talk to the platform devs if you plan to use what is available at t

[android-developers] Re: Questions related to android, please answer

2009-03-25 Thread Avraham Serour
name to name forum topics properly On Wed, Mar 25, 2009 at 8:06 PM, Howie wrote: > > Learn to Google. > > http://developer.android.com > > On Mar 24, 11:04 pm, "tharunandr...@gmail.com" > wrote: > > 1. What is the name of the alliance that supports Android? > > 2. Which is the kernel that Andro

[android-developers] Re: All SYMBIAN based end devices accept Java language Applications :: Need Clarification

2009-03-25 Thread Avraham Serour
where did you find this declaration? On Wed, Mar 25, 2009 at 6:30 PM, Zhubham wrote: > > “All SYMBIAN based end devices accept Java language Applications” > > (i) Does this mean that the applications made for Android would run in > S60 , without any modifications?? > (ii)If not then what

[android-developers] Re: Could I release a new version of an app under a new name and port existing users for free?

2009-03-19 Thread Avraham Serour
couldn't you ask google the key under you dev account? it is a registered account which the app was released under On Wed, Mar 18, 2009 at 6:21 PM, Sena Gbeckor-Kove wrote: > > Dude, that sucks so hard! > > The same thing happend to me 4 weeks ago, luckily I had backups > though. Good luck. > >

[android-developers] Re: yet another proguard question

2009-03-08 Thread Avraham Serour
break? it should produce valid .class files, why would it break? what about shrinking? proguard has different steps for shrinking code, optimizing and obfuscating On Sun, Mar 8, 2009 at 10:57 PM, thesquib wrote: > > The optimisation part of proguard will likely break the conversion to > dalvik b

[android-developers] Re: Looking for a way to build resolution independent layout xml?

2009-03-05 Thread Avraham Serour
build the interface without the xml, coding it, so each time you are going to draw it check current resolution. I worked with brew a few years back and some things we did that way, others we just draw the button the same size in pixels, so the owner of the bigger screen would see things smaller or

[android-developers] Re: Intercepting outgoing sms

2009-03-05 Thread Avraham Serour
not sure if you can do that, if not you could do the opposite, make the user send sms using you app, so if the number match your criteria you use your gateway, if not send it using the phone regular sms service On Thu, Mar 5, 2009 at 5:04 AM, Seer wrote: > > Hi, > What i want to do is intercept

[android-developers] Re: Converting FREE app to PAID app

2009-03-04 Thread Avraham Serour
ss FREE app's app data hence no import / export. > > On Mar 4, 1:41 pm, Raymond Rodgers wrote: > > Avraham Serour wrote: > > > have the free app to export the settigns to your server or to user > > > file or somewhere > > > > > have the paid one

[android-developers] Re: Launch activity from Web Browser

2009-03-04 Thread Avraham Serour
x27;t this work in the simulator? On Wed, Mar 4, 2009 at 10:59 PM, Mattaku Betsujin < mattaku.betsu...@gmail.com> wrote: > Is there a spec for how this should be done inside HTML? Is there any > security/permission mechanism? > > Thanks > > On Wed, Mar 4, 2009 at 12:15 PM,

[android-developers] Re: Converting FREE app to PAID app

2009-03-04 Thread Avraham Serour
have the free app to export the settigns to your server or to user file or somewhere have the paid one import it ... profit On Wed, Mar 4, 2009 at 11:26 PM, t.ar...@gmail.com wrote: > > Hi, > > From what I learn, a developer cannot convert his FREE app to a PAID > app. > I was looking out for s

[android-developers] Re: Dev Phones still sold out

2009-03-04 Thread Avraham Serour
can you elaborate? I'm also planning on buying a dev phone On Wed, Mar 4, 2009 at 10:26 PM, Java Developer wrote: > > I understand... as long as Steve knows what he is getting into... > > > > On Mar 4, 3:13 pm, Avraham Serour wrote: > > well, that's not

[android-developers] Re: Launch activity from Web Browser

2009-03-04 Thread Avraham Serour
well, AFAIK the browser already do things like that On Wed, Mar 4, 2009 at 10:08 PM, Mattaku Betsujin < mattaku.betsu...@gmail.com> wrote: > Hello, > > > Is there a way to launch an activity from the web page? Like href="dialer:123456">Call me ? > > Thanks > > --~--~-~--~~--

[android-developers] Re: Dev Phones still sold out

2009-03-04 Thread Avraham Serour
well, that's not really an option for anyone living outside us and/or gb On Wed, Mar 4, 2009 at 10:07 PM, Java Developer wrote: > > Steve, > > Trust me, you don't want one. Give your money to charity, it will be > more fulfilling. See the hundreds of posts on how Google is not > supporting the De

[android-developers] Re: Where can I find a app for my gps test?

2009-03-04 Thread Avraham Serour
isn't the google maps enough for what you want? On Wed, Mar 4, 2009 at 3:50 AM, www_...@yahoo.com.cn wrote: > > Hi all, > > I need a GPS application on android so I can test my gps function. > Can any one who knows and being so kind to tell me about? Thanks. > > --~--~-~--~~

[android-developers] Re: Text writing pad

2009-03-04 Thread Avraham Serour
you mean virtual keyboard? AFAIK they did code that for the new version of the htc, which comes without a keyboard On Wed, Mar 4, 2009 at 12:51 PM, Muthu Kumar K. wrote: > > Hi All, > Do we have text writing pad in android like iPhone? If any possible > idea please give me your thoughts. > > Tha