[android-developers] Re: SingleTask...

2009-08-24 Thread sdphil
You can use the state passed in to onCreate() to determine whether you are starting for the first time or not. How do I do that? I'm looking at onCreate -- public void onCreate(Bundle savedInstanceState) { and I look at savedInstanceState, nothing jumps out at me... On Aug 24, 10:39 pm,

[android-developers] Launch native app by mentioning URL with a scheme in browser

2009-08-24 Thread Venkatesh D
Hi, I am an Android app developer since a year. I am looking for a way to launch a native app through a URL with a scheme for an activity as the intent filter with in my app. However I don't want to launch through startActivity() with an intent feed programmatically. It should be a plain URL put

[android-developers] Re: Simple Java Question

2009-08-24 Thread Rud
I changed the code to use the StringBuilder and then made the StringBuilder and Formatter static final private fields, instead of local variables. My garbage collection went from once every 6 seconds to once every 27 seconds. That is what I thought might happen and why I considered the code I

<    1   2   3