Re: [android-beginners] Re: ATTENTION: Android-Beginners will be permanently disabled on August 9 2010

2010-08-03 Thread Nick Richardson
in taking over such tasks in order to keep this group up and running. Thanks, //Nick On Tue, Aug 3, 2010 at 8:17 AM, cellurl gpscru...@gmail.com wrote: I will probably move to the android-developers group and take the wrath of the experts like a man... -- You received this message because

Re: [android-beginners] Re: How can my app let people pick a picture that I use as background in my app?

2010-07-29 Thread Nick Richardson
...@googlegroups.comandroid-beginners%2bunsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en -- //Nick Richardson //richardson.n...@gmail.com -- You received this message because you are subscribed to the Google Groups Android Beginners

Re: [android-beginners] Trying to delete google account programmatically from my app.

2010-07-29 Thread Nick Richardson
email to android-beginners+unsubscr...@googlegroups.comandroid-beginners%2bunsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en -- //Nick Richardson //richardson.n...@gmail.com -- You received this message because you

Re: [android-beginners] Re: Bluetooth Debugging on phones

2010-07-29 Thread Nick Richardson
the emulator, don't work when the phone is plugged in and the app is running on it. I'm wondering if this is true, or it's just me missing something. Also, does anyone have any other recommendations for using debugging statements? On Jul 23, 7:07 pm, Nick Richardson richardson.n

Re: [android-beginners] Big Issue with running and testing app on phone while still being connected to PC

2010-07-29 Thread Nick Richardson
email to android-beginners+unsubscr...@googlegroups.comandroid-beginners%2bunsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en -- //Nick Richardson //richardson.n...@gmail.com -- You received this message because you

Re: [android-beginners] Big Gmail client Archive/Delete/Older buttons

2010-07-29 Thread Nick Richardson
, send email to android-beginners+unsubscr...@googlegroups.comandroid-beginners%2bunsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en -- //Nick Richardson //richardson.n...@gmail.com -- You received this message because you

Re: [android-beginners] Re: How can my app let people pick a picture that I use as background in my app?

2010-07-29 Thread Nick Richardson
-- There are only 10 types of people in the world... Those who know binary and those who don't. -- On Thu, Jul 29, 2010 at 2:53 PM, Nick Richardson

Re: [android-beginners] Re: How can my app let people pick a picture that I use as background in my app?

2010-07-29 Thread Nick Richardson
of people in the world... Those who know binary and those who don't. -- On Thu, Jul 29, 2010 at 3:34 PM, Nick Richardson richardson.n...@gmail.com wrote: Indeed it would - I was hoping celluri would pick that part up on his own

Re: [android-beginners] read flat file from resources

2010-07-29 Thread Nick Richardson
%2bunsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en -- //Nick Richardson //richardson.n...@gmail.com -- You received this message because you are subscribed to the Google Groups Android Beginners group. NEW! Try asking

Re: [android-beginners] custom listview add button above listeview

2010-07-29 Thread Nick Richardson
-beginners?hl=en -- //Nick Richardson //richardson.n...@gmail.com -- You received this message because you are subscribed to the Google Groups Android Beginners group. NEW! Try asking and tagging your question on Stack Overflow at http://stackoverflow.com/questions/tagged/android To unsubscribe

Re: [android-beginners] Unable to release partial wake lock in service

2010-07-25 Thread Nick Richardson
, visit this group at http://groups.google.com/group/android-beginners?hl=en -- //Nick Richardson //richardson.n...@gmail.com -- You received this message because you are subscribed to the Google Groups Android Beginners group. NEW! Try asking and tagging your question on Stack Overflow

Re: [android-beginners] TextView @id/android:empty - What am i doing wrong?

2010-07-24 Thread Nick Richardson
: Maybe it's stupid to askbut just to make sure, does your activity extend ListActivity? (maybe it has nothing to do with your problemdunno hehe) On Sat, Jul 24, 2010 at 7:50 AM, Nick Richardson richardson.n...@gmail.com wrote: Thanks for the reply Tre. I made the changes

[android-beginners] TextView @id/android:empty - What am i doing wrong?

2010-07-23 Thread Nick Richardson
Is there something i have to call in code to make this work? What am i doing wrong? Also, does my ListView have to have the id @id/android:list in order for this to work, or can i give it a different id? -- //Nick Richardson //richardson.n...@gmail.com -- You received this message because you

Re: [android-beginners] Bluetooth Debugging on phones

2010-07-23 Thread Nick Richardson
://groups.google.com/group/android-beginners?hl=en -- //Nick Richardson //richardson.n...@gmail.com -- You received this message because you are subscribed to the Google Groups Android Beginners group. NEW! Try asking and tagging your question on Stack Overflow at http://stackoverflow.com

Re: [android-beginners] TextView @id/android:empty - What am i doing wrong?

2010-07-23 Thread Nick Richardson
(scheduleId, scheduleList_ar.get(position)); parent.startActivity(scheduleOptionsActivity); } }); Thanks again for any help! //Nick On Fri, Jul 23, 2010 at 9:20 PM, TreKing treking...@gmail.com wrote: On Fri, Jul 23, 2010 at 5:59 PM, Nick Richardson richardson.n...@gmail.com wrote

Re: [android-beginners] Checking for App before Launching

2010-07-22 Thread Nick Richardson
= detect.isAppInstalledFromService(this, com.your.package.name); //Nick On Thu, Jul 22, 2010 at 8:39 AM, Justin Anderson janderson@gmail.comwrote: Use the PackageManager class: http://developer.android.com/reference/android/content/pm/PackageManager.html

Re: [android-beginners] Eclipse: Easy way to refactor/rename package?

2010-07-19 Thread Nick Richardson
the ADT plugin, or if i was going to have to do this manually every time i have an update to my app. //Nick On Sun, Jul 18, 2010 at 10:47 AM, Mark H. Nichols code.pr...@gmail.comwrote: On Jul 18, 2010, at 3:41 AM, Nick Richardson wrote: Hopefully simple question: I would like to create

Re: [android-beginners] Eclipse: Easy way to refactor/rename package?

2010-07-19 Thread Nick Richardson
/developing/eclipse-adt.html#libraryProject On Mon, Jul 19, 2010 at 10:55 AM, Nick Richardson richardson.n...@gmail.com wrote: Thanks for the replies, I did use the refactor option to rename the package and the project, but then there were a few updates that were needed in the manifest, and one

[android-beginners] Eclipse: Easy way to refactor/rename package?

2010-07-18 Thread Nick Richardson
? Thanks, -- //Nick Richardson //richardson.n...@gmail.com -- You received this message because you are subscribed to the Google Groups Android Beginners group. NEW! Try asking and tagging your question on Stack Overflow at http://stackoverflow.com/questions/tagged/android To unsubscribe from

[android-beginners] Intercept notification from other apps?

2010-07-15 Thread Nick Richardson
point me in the right direction for where i might look to find out what kind of listener is needed, or where to start. Thanks! -- //Nick Richardson //richardson.n...@gmail.com -- You received this message because you are subscribed to the Google Groups Android Beginners group. NEW! Try asking

[android-beginners] Flash LED with screen on?

2010-07-14 Thread Nick Richardson
I have an app that displays an LED notification on certain events. Currently, the notification only plays when the screen is sleeping/off which i know is expected behavior. My question is: Is there any way to force the LED to flash even if the screen is lit at the time? -- //Nick Richardson

[android-beginners] Can i remove my status bar notification without opening my app?

2010-07-13 Thread Nick Richardson
() in the onStart and onCreate methods. It clears the notification, but my app is still opened as a result of the click on the notification. Any help would be appreciated. Thanks! -- //Nick Richardson //richardson.n...@gmail.com -- You received this message because you are subscribed to the Google Groups

Re: [android-beginners] Can i remove my status bar notification without opening my app?

2010-07-13 Thread Nick Richardson
Thanks for pointing out that flag... i don't know how i could have missed it, as i had read over that document several times trying to figure this one out. On Tue, Jul 13, 2010 at 8:36 AM, TreKing treking...@gmail.com wrote: On Tue, Jul 13, 2010 at 2:12 AM, Nick Richardson richardson.n

[android-beginners] Style in design-time

2010-05-19 Thread Nick
Hi, guys! I create a simple style: style name=YMTitleText item name=android:textStylebold/item item name=android:textColor@color/yooMeeWhite/item item name=android:shadowColor#FF00/item item name=android:shadowDx-1/item item name=android:shadowDy-1/item item

[android-beginners] Clear application data?

2010-02-22 Thread Nick Clucas
Is there any way I can get my application to clear user data for contacts upon clicking? I have been searching for days for a solution, and I feel like it is extremely simple, but I just cant get it to go! Thanks! -- You received this message because you are subscribed to the Google Groups

[android-beginners] Passing object references

2010-01-13 Thread Nick Burton
); context.startService(i); -- Or am I starting the service incorrectly? Cheers, Nick -- You received this message because you are subscribed to the Google Groups Android Beginners group. NEW! Try asking and tagging your question on Stack Overflow at http://stackoverflow.com/questions/tagged/android

[android-beginners] 2.0.1 Update

2009-12-10 Thread Nick Hird
Is there a way to center the clock on the new home screen? The 2.0 home screen had the clock and date in the center, now its off to the left a little. -- You received this message because you are subscribed to the Google Groups Android Beginners group. To post to this group, send email to

Re: [android-beginners] window27

2009-12-06 Thread Nick Hird
-- --Nick -- You received this message because you are subscribed to the Google Groups Android Beginners group. To post to this group, send email to android-beginners@googlegroups.com To unsubscribe from this group, send email to android-beginners+unsubscr...@googlegroups.com For more options

[android-beginners] Problem with service

2009-10-29 Thread Nick D.
Hi everybody. I'm new to android programming and I'm currently trying to build a basic app that will take some user input and at the press of a button parse the input using a service and then send it back to the activity to be printed onto the screen. My problem is that it seems like the screen

[android-beginners] Mediaplay Problem

2009-08-29 Thread Nick Burton
Howdy all, this is a problem faced by an Android Australia group member. Since we're just starting out I've reposted here to get him a solution. Any help would be appreciated. Kind regards, Nick. -- Forwarded message -- hey guys, i got a bit a code in a resource utility class

[android-beginners] Re: How do I implement onClick for a DialogPreference?

2009-08-26 Thread Nick
I have already done this. I do find that a lot of my answers get solved by searching through API Demos. However in the API Demos, they just show how to show the Dialog and that is it. They never show how to return which button was pressed. Nick On Aug 21, 3:33 pm, Donn Felker donnfel

[android-beginners] Re: Publishing Updates for my application

2009-08-26 Thread Nick
this to 1. I would set the Version Code to 2. You can then set the Version Name to 1.1 like you mentioned above. Read the link above it clearly explains this in greater detail. Nick On Aug 26, 3:10 pm, Georgy georgearna...@gmail.com wrote: this might sound as a really silly question but I

[android-beginners] Re: Publishing Updates for my application

2009-08-26 Thread Nick
this to 1. I would set the Version Code to 2. You can then set the Version Name to 1.1 like you mentioned above. Read the link above it clearly explains this in greater detail. Nick On Aug 26, 3:10 pm, Georgy georgearna...@gmail.com wrote: this might sound as a really silly question but I

[android-beginners] How do I implement the onClick method for a DialogPreference?

2009-08-21 Thread Nick
I have implemented onSharedPreferenceChanged in my Preference Activity, which works for other preference settings but it won't get triggered when I click on the DialogPreference. I have also tried to add set the OnPreferenceClickListener to the DialogPreference, which also works, but this gets

[android-beginners] How do I implement onClick for a DialogPreference?

2009-08-21 Thread Nick
I have a DialogPreference in my Preference Activity and would like to know which button was pressed. I have implemented the OnSharedPreferenceChangeListener which does not seem to get triggered when the DialogPreference is selected. I have also tried OnPreferenceClickListener but this gets

[android-beginners] Re: How do I implement onClick for a DialogPreference?

2009-08-21 Thread Nick
:55 pm, Nick nick.vers...@gmail.com wrote: I have a DialogPreference in my Preference Activity and would like to know which button was pressed. I have implemented the OnSharedPreferenceChangeListener which does not seem to get triggered when the DialogPreference is selected.   I have also tried

[android-beginners] Google Maps missing from 1.5r3

2009-07-29 Thread Nick Burton
Hi there, Is it just me or did Maps going missing from the release 3? What's the best way to install this? Haven't actually done it before but am guessing I should grab the Maps APK from somewhere? Cheers, Nick --~--~-~--~~~---~--~~ You received this message

[android-beginners] how2 notify a icon loaded from other apk

2009-07-29 Thread Nick Hsiao
my AP A loads resources using getResourcesForApplication from AP B,Im able2 load id number of icon from AP B,and use getDrawable to get the object drawable of icon of AP B,but how to let AP A launch notification with icon loaded from AP B. as I know ,I can only construct notification using id

[android-beginners] Grid of clickable views

2009-07-10 Thread Nick Badal
Hi, I'm trying to create a grid of clickable views from an array, and the following code places all of the view on top of eachother. What am I doing wrong? for(int ct = 0; ctmax; ct++) { final int pos = ct; LayoutParams layout =

[android-beginners] TextView (with ClickableSpans) in a ListView

2009-07-01 Thread Nick
I have a text view with Clickable Spans inside a text view. To actually make the Spans click able I have to use - class myView extends LinearLayout ... MovementMethod mm = mText.getMovementMethod(); if (!(mm instanceof LinkMovementMethod)) {

[android-beginners] Using setActualDefaultRingtoneUri

2009-06-22 Thread Nick J.
Problem: I'm trying to change the default ringtone for the phone using the internal ringtones(the ones that come with the phone) using the method setActualDefaultRIngtoneUri(). Result: I always get the warning window “Sorry! The application MyApp ( ….MyApp) has stopped unexpectedly. Please try

[android-beginners] Problem Setting Default Ringtone

2009-06-22 Thread Nick J.
Problem: trying to change the default ringtone for the phone using the internal ringtones(the ones that come with the phone) using the method setActualDefaultRIngtoneUri(). Result: I always get the warning window “Sorry! The application MyApp ( ….MyApp) has stopped unexpectedly. Please try

[android-beginners] Re: import android.graphics.OpenGLContext;

2008-11-13 Thread Nick
The packages one needs for OpenGL are javax.microedition.khronos.egl and javax.microedition.khronos.opengles.GL - Original Message - From: Sean Stringer To: android-beginners@googlegroups.com Sent: Thursday, November 13, 2008 10:16 AM Subject: [android-beginners] import

[android-beginners] Re: what Eclipse do i need ?

2008-11-13 Thread Nick
Eclipse 3.4.1 from http://www.eclipse.org/downloads/ will be fine As they say on http://code.google.com/android/intro/installing.html : Supported Development Environments: a.. Eclipse IDE a.. Eclipse 3.3 (Europa), 3.4 (Ganymede) - Original Message - From: Rajesh Pandian M

[android-beginners] Re: how to run multiple instances of the emulator concurrently?

2008-11-13 Thread Nick
It is possible to run 2 emulators by running c:\your Android SDK\tools\emulator.exe two times. I guess, one can run the first one from there for sending something to the 2nd and the 2nd one from Eclipse for debugging. Yet, maybe DDMS perspective in Eclipse will be fine because can send SMS,

[android-beginners] Re: Does the native assert work at all with android emulator?

2008-11-13 Thread Nick
I've just tried the same and assert doesn't work for me, too. Not that I need it much but since you were asking about others. - Original Message - From: Dave Kong To: android-beginners@googlegroups.com Sent: Thursday, November 13, 2008 10:12 PM Subject: [android-beginners]

[android-beginners] Re: Android 1.0 SDK Released

2008-11-11 Thread Nick
Android applications, those one creates using the SDK, are in Java, not in C++. STL is for C++, no? However, Android supports templates same as Java 5.0 it supports VectorT ArrayListT etc... - Original Message - From: [EMAIL PROTECTED] To: Android Beginners

[android-beginners] Re: how to implement the single choice list?

2008-11-10 Thread Nick
API demos come with source code it's in 'samples' subdir of the emulator - Original Message - From: 黄轩宇 To: android-beginners@googlegroups.com Sent: Monday, November 10, 2008 5:26 AM Subject: [android-beginners] how to implement the single choice list? Can anyone help? how

[android-beginners] Re: android canvas

2008-11-10 Thread Nick
Lunar Lander example in the SDK shows basic graphics operations. I've more or less figured out from that example. Not sure if there're any good tutorials on graphics for android. I think the example (and other examples such as API Demos) was just fine. - Original Message - From: Rajib