Re: [android-developers] Re: ADC 2 and Android Market Place Application Error

2009-12-02 Thread James Yum
Hi Alex, The package names won't ever get released. I assure you there are valid reasons for this. Cheers, James On Wed, Dec 2, 2009 at 5:24 AM, alex gsm...@gmail.com wrote: Still, the question remains. Will the package names ever get released? Does anyone from google care to answer? --

Re: [android-developers] Re: ADC 2 and Android Market Place Application Error

2009-12-01 Thread James Yum
Hi, You don't have to refactor your Java code to a new namespace. Instead, you can try changing the package attribute within the manifest and make sure the classnames are fully qualified. Cheers, James On Thu, Nov 26, 2009 at 8:36 AM, croco zeug...@gmail.com wrote: I will wait the winners

Re: [android-developers] Re: ADC2 - Market Conflicting Names. GOOGLE, READ IT

2009-11-12 Thread James Yum
Hi, You should now be able to reuse the same name. As far as package name, that must be different as we've mentioned since the beginning. Thanks, James On Wed, Nov 11, 2009 at 10:56 AM, James Yum j...@google.com wrote: Hi, We are working on a fix for this, so stay tuned. I'll try to update

Re: [android-developers] Re: Moving ADC non-winner to regular Market

2009-11-12 Thread James Yum
Hi Teo ;) You should now be able to reuse the same name. As far as package name, that must be different as we've mentioned since the beginning. Thanks, James On Thu, Nov 12, 2009 at 2:05 AM, Teo [GD API Guru] teomina...@gmail.comwrote: Yep, that's what i did too, the package name is reserved.

Re: [android-developers] Re: How can i update ADC2 Round2 Application

2009-11-11 Thread James Yum
That's correct Cheers, James On Wed, Nov 11, 2009 at 8:31 AM, cpick cp...@vmenu.com wrote: I was under the impression that after initial submission, ADC2 would not allow any updates to the apps. On Nov 11, 12:55 am, victor lind...@gmail.com wrote: i find my application is in ADC2 Round2

Re: [android-developers] Re: ADC2 - Market Conflicting Names. GOOGLE, READ IT

2009-11-11 Thread James Yum
Hi, We are working on a fix for this, so stay tuned. I'll try to update this thread when it's done. In the meantime, you can choose a slightly different name and plan on renaming it later. Cheers, James On Wed, Nov 11, 2009 at 3:01 AM, Piotr piotr.zag...@gmail.com wrote: I already done that,

Re: [android-developers] Clear Activity stack?

2009-11-03 Thread James Yum
Hi Mark, http://developer.android.com/reference/android/content/Intent.html#FLAG_ACTIVITY_CLEAR_TOP http://developer.android.com/reference/android/content/Intent.html#FLAG_ACTIVITY_CLEAR_TOP Cheers, James On Tue, Nov 3, 2009 at 9:00 AM, Mark Wyszomierski mar...@gmail.com wrote: Hi, Is there

[android-developers] Re: Should I Be Using AsyncTask?

2009-10-22 Thread James Yum
Hi, Please read this post for an alternative: http://android-developers.blogspot.com/2007/11/stitch-in-time.html It's a bit old, but the technique should work. Please consider if it makes more sense for your app. Cheers, James On Thu, Oct 22, 2009 at 8:19 AM, Ken H hunt1...@gmail.com wrote:

[android-developers] Re: Managing background uploads

2009-10-21 Thread James Yum
Hi Matthias, Thank you for the good question (shows you're thinking). Check the Application Fundamentals dev guide http://developer.android.com/guide/topics/fundamentals.html Near the bottom: Because a process running a service is ranked higher than one with background activities, an activity

[android-developers] Re: onTrackballEvent hogging CPU time.

2009-10-18 Thread James Yum
Hi, This may be related to your problem: http://groups.google.com/group/android-developers/browse_thread/thread/39eea4d7f6e6dfca/00371f9810204221 http://groups.google.com/group/android-developers/browse_thread/thread/39eea4d7f6e6dfca/00371f9810204221 Cheers, James On Sat, Oct 17, 2009 at 12:35

[android-developers] Re: Duplicated permissions in Developer Console

2009-10-12 Thread James Yum
Hi Jonas, It's a bug in the publisher site. The users won't see the duplication. Cheers, James On Sun, Oct 11, 2009 at 12:59 PM, Jonas Alves jona...@gmail.com wrote: In my app's page, it shows: - This apk requests 4 permissions that users will be warned about

[android-developers] Re: saveInstanceState problem

2009-10-08 Thread James Yum
Hi Stefan, You probably shouldn't handle the config changes, just for the purpose of keeping your activity alive. Just save the instance state like you were originally planning. Cheers, James On Wed, Oct 7, 2009 at 11:17 PM, Stefan ebay-dah...@web.de wrote: Hi Mike, thanks for your answer.

[android-developers] Re: package name vs. app_name

2009-10-05 Thread James Yum
Hi G., You need to change the package name. Cheers, James On Mon, Oct 5, 2009 at 5:44 AM, ber gabor.berenyi...@gmail.com wrote: Hello, I wanna install the same app twice, with different app_name and resources. Is it possible to do that with keeping the same package name? If not (as it

[android-developers] Re: how to set button's x y position in layout

2009-10-05 Thread James Yum
Hi, You could use an AbsoluteLayout and specify android:layout_x and android:layout_y in the children. However, AbsoluteLayouts aren't commonly used. Are the buttons really positioned in some arbitrary location? If they are just a few pixels away from a corner or edge or some sort of anchor,

[android-developers] Re: Switching Activity.

2009-10-05 Thread James Yum
Hi Chang, You can call finish() in the first activity after you've launched the second activity. Cheers, James On Mon, Oct 5, 2009 at 7:33 PM, Chang parkc...@gmail.com wrote: Hi group members. I have a question about activity switching. From menu, I launched a new application.(my test

[android-developers] Re: ADC 2 Submission Site -- Now live

2009-09-01 Thread James Yum
Hi, Unfortunately, you won't be able to recover that package name. That's the way it works on the regular Market as well. Cheers, James On Mon, Aug 31, 2009 at 9:45 PM, an0...@gmail.com wrote: But I want to use the package name that I've revoked from ADC before it is closed for submission

[android-developers] Re: Any email confirmation after submit the application for ADC 2?

2009-08-31 Thread James Yum
Hi Parchira, No email confirmation. Just make sure (everyone) that it appears in the application listing at http://market.android.com/adc as Submitted. Cheers, James On Sun, Aug 30, 2009 at 10:46 PM, parchira tech pachira.t...@gmail.comwrote: I have submitted my application for ADC 2. But I

[android-developers] Re: Do you got any confirmation after ADC 2 submit?

2009-08-31 Thread James Yum
Hi Cindy, No email confirmation. Just make sure (everyone) that it appears in the application listing at http://market.android.com/adc as Submitted. Cheers, James On Sun, Aug 30, 2009 at 10:48 PM, cindy ypu01...@yahoo.com wrote: Have you got any confirmation for ADC 2 submission? How to check

[android-developers] Re: ADC 2 Submission Site -- Now live

2009-08-31 Thread James Yum
Hi Monmonja, If you already submitted the app to Market, you need to submit to the ADC site under a different package name. Were you able to do that successfully? Cheers, James On Sun, Aug 30, 2009 at 8:56 PM, monmonja almondmend...@gmail.com wrote: i had submitted an app on adc but it does

[android-developers] Re: Upload a valid APK ADC2

2009-08-31 Thread James Yum
Hi William, Try logging completely out of ADC site and/or Market site and try it again. Cheers, James On Sat, Aug 29, 2009 at 8:08 AM, William Frati william.fr...@gmail.comwrote: I'm keep getting upload a valid APK when i'm uploading my app in ADC2 site submission. I followed all

[android-developers] ADC deadline drawing near

2009-08-31 Thread James Yum
Hello, There's about 24 hours left before the deadline. Please, please don't wait until the last second to submit your entries. Your APK may not validate on the submission site, so leave some time to correct any issues. You can always update your entry later, and it's better to have something to

[android-developers] Re: ADC 2 Submission Site -- Now live

2009-08-31 Thread James Yum
There are still three more hours left. Cheers, James On Mon, Aug 31, 2009 at 8:39 PM, Chi Kit Leung michaelchi...@gmail.comwrote: anyway, I think ADC2 is closed. On Tue, Sep 1, 2009 at 1:04 PM, an0 an0...@gmail.com wrote: But I find it is unreasonable that I can not reuse the package

[android-developers] Re: ADC 2 Package Name (After)

2009-08-27 Thread James Yum
Hi Che, Yes, you will be required to use a different package name when you eventually publish to the market. Your plan sounds good. Cheers, James On Wed, Aug 26, 2009 at 9:45 PM, Che che.andr...@googlemail.com wrote: Hi, Just wanted to know, if we participate in ADC2 will we be required

[android-developers] Re: How to submit to ADC 2

2009-08-27 Thread James Yum
Hi Cindy, Yes, you will need to sign your apk, and the Market's APK requirements apply to ADC too: http://developer.android.com/guide/publishing/app-signing.html http://developer.android.com/guide/publishing/app-signing.htmlPlease try to test on an actual device (running a user build) with your

[android-developers] Re: ImageButton resizes within TableLayout -- How do i fix?

2009-02-05 Thread James Yum
You could try wrapping the button with another layout. Cheers, James On Thu, Feb 5, 2009 at 2:48 AM, Chander Pechetty cspeche...@gmail.comwrote: yeah, its a hack, the other options don't seem to work. its really the job of the parent layout to take care of laying the children, so there must

[android-developers] Re: (simple?) problem with table layout

2009-01-30 Thread James Yum
Hi, Unfortunately, row spanning is not supported. You may be able to come up with a workaround, such as using vertical linear layouts for the first three columns in the first row (the last column would be the tall button). Cheers, James On Fri, Jan 30, 2009 at 6:31 AM, madcoder

[android-developers] Re: ListView with the CheckBoxPreference look

2009-01-30 Thread James Yum
, I am not sure how to make all the 3 things displaying. Thanks, Dan On Jan 29, 8:17 pm, James Yum j...@google.com wrote: Hi Dan, Can you post some code? Cheers, James On Thu, Jan 29, 2009 at 6:31 AM, Dan Dromereschi dandromeres...@gmail.comwrote: Hello, I am trying to build

[android-developers] Re: ListView with the CheckBoxPreference look

2009-01-29 Thread James Yum
Hi Dan, Can you post some code? Cheers, James On Thu, Jan 29, 2009 at 6:31 AM, Dan Dromereschi dandromeres...@gmail.comwrote: Hello, I am trying to build a ListView that contains items that look exactly like the CheckBoxPreference, an android.R.id.text1, an android.R.id.text2 and a

[android-developers] Re: how to add scroll bar to linearlayout

2009-01-29 Thread James Yum
Hi Cindy, You can try wrapping it in a ScrollView, Cheers, James On Thu, Jan 29, 2009 at 10:15 AM, cindy ypu01...@yahoo.com wrote: I have build a UI using linearlayout. It displays fine if phone is in vertical position. But when I switch my phone to horizontal position. Some content is not

[android-developers] Re: For launching a camera from appl which action requires?

2009-01-29 Thread James Yum
Hi, The bitmap is returned in the extras bundle, e.g.: Bundle extras = intent.getExtras(); Bitmap bitmap = (Bitmap) extras.get(data) ; However, be aware that the quality of the image cannot be specified at this time, but should be fixed in the future:

[android-developers] Re: How to change the ListView black top/bottom fade effect color.

2009-01-27 Thread James Yum
Hi, Please read this blog post: http://android-developers.blogspot.com/2009/01/why-is-my-list-black-android.html android:cacheColorHint might work for you. Cheers, James On Tue, Jan 27, 2009 at 9:56 AM, Moto medicalsou...@gmail.com wrote: Hello all! Well, I wanted to see if I could change

[android-developers] Re: ellipsize not working with TextView

2009-01-27 Thread James Yum
Hi Mark, Try android:singleLine=true instead of android:maxLines=1 Cheers, James On Mon, Jan 26, 2009 at 7:48 PM, Mark Nuetzmann mark.nuetzm...@gmail.com wrote: just tried that. no change. Still does not display the ..., just truncates the text. On Jan 26, 6:15 pm, Romain Guy

[android-developers] Re: Border around a LinearLayout / rounded edges

2009-01-27 Thread James Yum
Hi, You can set the background to a 9-patch image: http://code.google.com/android/reference/available-resources.html#ninepatch It's fairly easy to create one yourself. Just make sure the outside 1-pixel area is completely empty except for the black lines. Or ... Create a file

[android-developers] Re: How do I refer to a string ressource in the array.xml?

2009-01-22 Thread James Yum
Hi, That looks fine. The problem must be somewhere else. What is the error you're seeing? Cheers, James On Thu, Jan 22, 2009 at 4:18 AM, code_android_festival_way festival.s...@googlemail.com wrote: Is there a possibility to refer to a string ressource in the arrays.xml? I have tried:

[android-developers] Re: want urgent solution for this

2009-01-22 Thread James Yum
Hi, Android has good support for creating and manipulating bitmaps. Can't you create small bitmaps from the original source bitmap? Perhaps using something like this: http://code.google.com/android/reference/android/graphics/Bitmap.html#createBitmap(android.graphics.Bitmap, int, int, int, int,

[android-developers] Re: Regarding

2009-01-16 Thread James Yum
Hi Naina, The log would be more helpful to you. You can use either adb logcat: http://code.google.com/android/reference/adb.html#logcat or DDMS: within eclipse Window Open Perspective DDMS. Cheers, James On Fri, Jan 16, 2009 at 2:01 AM, Naina K kna...@gmail.com wrote: Hi, This is Naina.

[android-developers] Re: Please help: CreateBitmap() is null when full screen is enabled

2009-01-14 Thread James Yum
Just checking, have you thought about drawing the view into a Bitmap? Cheers, James On Wed, Jan 14, 2009 at 12:29 PM, srajpal sraj...@gmail.com wrote: but i get the same error if i just pick a potion of the screen screenshot = Bitmap.createBitmap(mView.getDrawingCache(), 100,100,100,100);

[android-developers] Re: Please help: CreateBitmap() is null when full screen is enabled

2009-01-14 Thread James Yum
(), mView.getMeasuredWidth(), mView.getMeasuredHeight()); Is there another, better way? On Jan 14, 3:33 pm, James Yum j...@google.com wrote: Just checking, have you thought about drawing the view into a Bitmap? Cheers, James On Wed, Jan 14, 2009 at 12:29 PM, srajpal sraj...@gmail.com wrote: but i get

[android-developers] Re: Can't seem to get something as simple as a ListView to work

2009-01-13 Thread James Yum
I believe it should be a string-array rather than an array. Cheers, James On Tue, Jan 13, 2009 at 3:15 PM, ecogeek ecog...@gmail.com wrote: I'm trying to make my first app and I'm designing the UI right now and I am extremely hung up. I have this in my arrays.xml file ?xml version=1.0