[android-beginners] Can any Android Phones operate without a battery?

2010-06-01 Thread Richard
I need to do some tests to measure the power management of android phones under different loads as part of a summer project at my university. I know that laptops allow you to operate them without batteries, which makes inserting measuring equipment into the circuit easy because you just need to

[android-beginners] Reusing views/code-

2010-04-21 Thread Richard
I have an ImageButton in the layout of several of my Activities that launches an information dialog. At the moment I'm adding the (almost the) same the ImageButton XML and (almost the) same onClickListener java code to every Activity that needs it. In each activity I'm giving the ImageButton a

[android-beginners] disabling GMail access ... changing GMail password doesn't

2010-04-08 Thread Richard Schilling
to stop giving access to Android without changing settings on the Android phone? It would make sense to do so in case someone steals my Android phone . Thanks. Richard -- You received this message because you are subscribed to the Google Groups Android Beginners group. NEW! Try asking

[android-beginners] Re: Prevent uninstallation of app?

2010-03-19 Thread Richard Roe
of a different exmaple, please elaborate. Sincerely, -Kitzy On Mar 14, 11:51 am, Richard Roe codesqu...@gmail.com wrote: Hey,       I'm trying to make it so an app is uninstallable by anyone except for the user who installed it in the first place.  Is there any way to password protect

[android-beginners] Prevent uninstallation of app?

2010-03-16 Thread Richard Roe
Hey, I'm trying to make it so an app is uninstallable by anyone except for the user who installed it in the first place. Is there any way to password protect it, or give the app higher security settings in order to prevent unauthorized uninstallation? Thanks. -- You received this

Re: [android-beginners] Windows or Mac as an Android development platform?

2010-01-26 Thread Richard
://stackoverflow.com/questions/tagged/android To unsubscribe from this group, send email to android-beginners+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en -- Ngamita Richard Check out our Google Africa blog: http://google

[android-beginners] Re: Iphone development versus Android

2010-01-20 Thread Richard Schilling
native C modules for Android as well if that's your thing. 2. Publishing application on the iPhone store is really cumbersome. Google breaks all the barriers here. Hope that helps. Richard Schilling Mobile Operating Systems Engineer Root Wireless, Inc. On Jan 17, 7:31 pm, Michael boggess coda5

[android-beginners] Re: Creating a Webview progress bar

2009-12-10 Thread Richard
:20 pm, Richard ldonel...@gmail.com wrote: Hi All- Newbie here and I'm trying to create a webview with a progress bar that updates while the page is loading.  I started with the code in the webview javadoc which seems pretty straightforward but I don't actually see the progress bar as the page

[android-beginners] Re: webview load set progress bar

2009-12-06 Thread Richard
I'm having some trouble with this code too. I don't see the progress bar getting updated even though I confirmed that onProgressChanged is firing. Can someone point out the error in the documentation? -- public class WebViewTest extends Activity { /** Called when the activity is first

[android-beginners] Re: webview load set progress bar

2009-12-06 Thread Richard
I can't seem to get the progress bar example in the Android docs to work. Here's what I have, but I don't actually see the progress bar: public class WebViewTest extends Activity { /** Called when the activity is first created. */ @Override public void onCreate(Bundle

[android-beginners] Re: webview load set progress bar

2009-12-06 Thread Richard
I'm following the Android docs example for a webview progress too. My code compiles and runs, but I don't actually see the progress bar. I confirmed that the onProgress method was firing (via debug). Can someone point me down the right path? public class WebViewTest extends Activity { /**

[android-beginners] Creating a Webview progress bar

2009-12-06 Thread Richard
Hi All- Newbie here and I'm trying to create a webview with a progress bar that updates while the page is loading. I started with the code in the webview javadoc which seems pretty straightforward but I don't actually see the progress bar as the page loads. Can someone point me in the right

[android-beginners] Re: building GUIs (manually? or with some tool?)

2009-11-29 Thread Richard Leggett
Hi Esmail, Yeah once you have the latest ADT installed you should be able to right click any layout xml file and choose Open With Android Layout Editor. I'm on OS X here. Hi Richard, I installed at ADT (I think that's its name) plugin for Android and Eclipse. Is that the one you

[android-beginners] Re: building GUIs (manually? or with some tool?)

2009-11-24 Thread Richard Leggett
I noticed your post wasn't very old, but I've been using the interface builder which comes with the Android plugin for Eclipse, have you installed the plugin? Also as with any XML-based UI I think a mixture of using the GUI and handcoding works best. On Nov 23, 2:12 pm, tinyang

[android-beginners] headphone intent receiving

2009-10-14 Thread Richard Thompson
Hi there, I've been working on an application to detect when the headset is plugged in. My application can successfully receive broadcast intents such as airplane mode but when I plug my headphones in nothing happens with my app. If I triger the headset plugged intent in another app then my

[android-beginners] AnalogClock - how do i set it to show 18:50 in my app and never change?

2009-08-04 Thread Richard
it show a specific time of my choosing. Problem is I wouldnt know where to start. I feel like I have missed something stupidly obvious but I have been looking at it so long I cant see it :-) Any help would be appreciated Thanks Richard --~--~-~--~~~---~--~~ You

[android-beginners] where is http://code.google.com/android/reference/android/....

2009-05-06 Thread richard
When I google the android-related articles, I always found the links like http://code.google.com/android/reference/android/, however, when I clicked them and it always reported me that the page is gone. When I typed http://code.google.com/android; directly, it will be redirected into

[android-beginners] Re: how do you read stuff from sim card? like contact?

2008-10-24 Thread Richard Ordaz
No prob -riChArD On Oct 24, 2008 6:42 AM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: o lol. thanks. On Oct 24, 2:51 am, blacktortilla [EMAIL PROTECTED] wrote: hey :) isnt the g1 awesome! anyways... --~--~-~--~~~---~--~~ You received this message because

[android-beginners] Speeding up startup of Android Emulator

2008-10-06 Thread Richard
Hi, What options would I supply such that the Emulator takes less time to start up (normally takes 2-3 minutes). What is it doing in this 2-3 minutes ? Thanks, Richard --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[android-beginners] Re: Install Google Android SDK on Ubuntu

2008-10-01 Thread Richard Brunelle
You can use your favorite text editor to edit these text files. Personally, I use vi. In order to figure out how to use vi (if you would like to use this editor), from your command line you could enter: # man vi This command will give you the 'man' page for the vi application (manual page).