Re: [android-beginners] Language change to Hindi

2010-07-27 Thread michael furman
hi Shaista do you know that your name very close to Shiester? It's a German word... The answer lies therein. Hope this helps... Mike On Tue, Jul 27, 2010 at 2:01 AM, Shaista Naaz shaistanaa...@gmail.comwrote: Is there way of changing the phone language to Hindi. I am trying in eclipse.

Re: [android-beginners] Android based application for healthcare

2010-07-27 Thread michael furman
Anything is feasible for the willing. On Fri, Jul 23, 2010 at 10:34 PM, AAJ sethuraman.ak...@gmail.com wrote: hey all, We are graduate student, currently working on our masters project on an android platform for a healthcare domain. Since there are not many pacemaker reated applications on

[android-beginners] Eclipse and shell have separate avd dirs - how to fix?

2010-07-04 Thread Michael Portuesi
On Mac OS 10.6.4, I've installed Android SDK, plus Eclipse 3.5 and Android plugins. - My SDK is installed at ~/android-sdk-mac_86 - The tools folder of the SDK is added to my bash PATH env var. - I've set up the SDK/AVD manager within Eclipse, pointing it to my ~/ android-sdk-mac_86 folder.

[android-beginners] scrollView.scrollTo() speed control?

2010-06-08 Thread Michael Dorin
I would like to programmatically scroll to a specific point in a scrollView...which I can do just fine... Except I land there instantly. Is there a way to control the speed of the scroll so it looks smoother? Could somebody point me to an animation with a scrollview? Thank you! -Mike -- You

[android-beginners] How might I do this (HorizontalScrollView question)?

2010-06-01 Thread Michael Dorin
I have for screens/layouts I would like the user to be able to slide between using a horizontal scroll view. Each screen has different information and controls for the user. I want each of the layouts to occupy the whole screen and the user slides there finger left and right to get to each of

Re: [android-beginners] الأن حمل احدث ا لبرامج والألعاب والأفلام العربي ه والأجنبيه

2010-05-31 Thread michael furman
soso - You must be a doctor cause I can't make out your handwriting. Mike 2010/5/31 soso essa loveram2...@gmail.com الأن حمل احدث البرامج والألعاب والأفلام العربيه والأجنبيه الأن حمل احدث البرامج والألعاب والأفلام العربيه الأجنبيه ومتابعة اخبار الرياضه والحوادث والسيارات والمواضيع الأسلاميه

[android-beginners] XML imageBlob to drawable?

2010-05-27 Thread Michael Dorin
How do I convert an XML imageBlob to a drawable? Thanks, Mike -- 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] Calculating distance between GPS position and way_point

2010-05-22 Thread michael furman
Dear Copenhagen *It may be possible to import this from an external lib. (the power function x*^y) http://xahlee.org/java-a-day/power_operator.html best, Michael On Thu, May 20, 2010 at 7:21 AM, ckloch htc.kl...@hotmail.com wrote: Dear all, I am working on a small app that can calculate

[android-beginners] How might I do this? (Force a position in a scroll view)

2010-05-13 Thread Michael Dorin
I have a scroll view with a list of single line text items. If the screen is tapped/touched I would like the line items to expand into multi-line text items...that is easy to do.. But I would like the list to expand up and down from where the user touched on the screen... when the scrollview is

[android-beginners] what happens exactly when android goes to sleep?

2010-05-04 Thread Michael Dorin
Exactly what happens to your activity when android goes to sleep? Either via the power button or letting it sit idle? Sometimes my app does not wake up nicely...It even crashes giving a register dump...other times it seems to be 'half awake'. What methods are invoked? I don't seem to see

[android-beginners] ScrollView cycle?

2010-04-22 Thread Michael Dorin
Anyway to have a ScrollView cycle back to the beginning when the end is reachedor to the end when trying to scroll past the beginning? Thanks, -Mike -- You received this message because you are subscribed to the Google Groups Android Beginners group. NEW! Try asking and tagging your

Re: [android-beginners] Re: Android Emulator don't show up (Linux Fedora 12 x86_64)

2010-04-20 Thread Michael Cheselka
Hello Indicator, Of course this is true. I did this in anticipation of trouble and afterwards found none. I'd still twiddle the permissions just for safeties sake. Regards, Michael Cheselka 650-488-4820 On Tue, Apr 20, 2010 at 15:54, Indicator Veritatis mej1...@yahoo.com wrote: I didn't

[android-beginners] Really struggling to get Scala-Android toolchain set up.

2010-04-19 Thread Michael Kohout
Hi All; I'm a new Android developer somewhat new to Scala(my professional background is in OCaml, Java, Ruby, and Groovy). For the last 4 or 5 nights, I've plumbed the depths of the internet, fedora and bullwhip in hand, looking for a way to set up a decent build environment for Android 2.1 and

Re: [android-beginners] Re: Android Emulator don't show up (Linux Fedora 12 x86_64)

2010-04-16 Thread Michael Cheselka
Fedora 12 than under Vista 64 Ultimate or XP Pro. It is used now with Gnome, MS Windows, and the Palm Pre. Try to fix the problem rather than strip down the OS. Read about Pulse Audio here: http://en.wikipedia.org/wiki/PulseAudio Regards, Michael Cheselka 650-488-4820 On Fri, Apr 16, 2010

[android-beginners] PowerManager userActivity() ... how does this work?

2010-04-14 Thread Michael Dorin
I am trying to keep a device from sleeping if the user is actively moving it. I have a listener attached to the accelerometer sensorwhich I have working great. I thought I could just call power manager, user activity: pm.userActivity(SystemClock.currentThreadTimeMillis(), false); But the

[android-beginners] Midi Synthetizer

2010-03-26 Thread Michael Levy
Hi, I’m hoping for clarification on whether or not any current Android libraries support MIDI.The android.media package looks like it focus on interacting with a soundtrack, which is not really what I’m after… What I'm trying to do in my project is to create a MIDI file from a list of

[android-beginners] spinner question

2010-03-24 Thread Michael Dorin
If I make a spinner and display it, it shows up great. If i changed the adapter under it...The new values show up in the spinner...but the 'un-spun' displayed spinner is twice as tall and has one of those circle selection icons in it when displayed. If I select it, it seems to show up fine, but

[android-beginners] Motorola Droid, OpenGL,...crash on glBindTexture

2010-03-22 Thread Michael Dorin
Is anybody having any openGL issues with the Motorola Droid? I am seeing a crash at gl.glBindTexture(GL10.GL_TEXTURE_2D, getTextureID()); Seems to be related to multi-texturing. Any thoughts? -Mike -- You received this message because you are subscribed to the Google Groups Android Beginners

[android-beginners] mapview: what might cause the google logo to show up as a red box?

2010-03-17 Thread Michael Dorin
Seems this is a Cliq issue...but wondering if anybody has any idea how to get rid of it? Basically a red box shows up where the google logo should be on maps. Here is a link to t-mobiles forum for another description.

[android-beginners] alertdialog and flashing status bar

2010-03-12 Thread Michael Dorin
We have an application that uses full-screen...the status bar is hidden. However, when we put up an alert dialog, the status bar flashes for a moment, but then is gone. Looks a little strange. If I make custom layouts/dialogs the flashing goes away...is that the only way to clear the flash or

[android-beginners] onTap/mapView question

2010-03-11 Thread Michael Dorin
Is there anyway to have both: @Override public boolean onTap(GeoPoint p, MapView mapView) @Override protected boolean onTap(int index) I want to be able to detect if a user has tapped a previously selected GeoPoint. I guess I could do some kind of ugly lat/lon compare in a list..

[android-beginners] easy way to embed a button in a mapview?

2010-03-11 Thread Michael Dorin
Is there an easy way to embed a button inside a map view? I have been able to create a button above and below and alongside a mapview, but I can't seem to plunk it inside. I would like the mapview to use the whole screen. Thank you, Mike -- You received this message because you are subscribed

[android-beginners] add text to a drawable? (maps question)

2010-03-10 Thread Michael Dorin
I am doing a map application and would like to put more than just a 'star' or a 'pin' on the map when it is selected. Is it possible to make a drawable icon, and shove some text into it? That way I could have a bit of info and the location tagged. Thanks, Mike -- You received this message

[android-beginners] LinearLayout Questions

2010-02-21 Thread Michael Dorin
I have a LinearLayout, horizontal, with an EditText and a ImageView. I want everything on oneline but the imageView shoved as far right as possible, and the EditText as far left as possible. The ImageView holds a small icon. I want the EditText to consume the rest of the space on the line. I

[android-beginners] Share intent

2010-02-15 Thread Michael Dorin
I am trying to share camera images as well as text. i.putExtra(Intent.EXTRA_STREAM, uri); i.putExtra(Intent.EXTRA_TEXT, The Text); i.putExtra(Intent.EXTRA_SUBJECT, The Subject); So far the image goes through just fine to anything I share with. However the text and the subject are only picked up

[android-beginners] dialog with no buttons...

2010-02-08 Thread Michael Dorin
I would like to make a dialog with no buttons. If the user hits inside the dialog...I want to get an event and select something, close the dialog. If the user strikes outside the dialog...I want to get a different event and close the dialog. Is that easily possible? Thoughts on how it may be

[android-beginners] EditText field question

2010-02-04 Thread Michael Dorin
How could I setup an EditText field such that when it was selected for editing, all the text inside is selected so that it can be easily deleted. I have tried android:selectAllOnFocus, but it seems my field is only in focus once...when the activity is started.. it it is displayed selected

[android-beginners] Re: Missing adb.exe file when setting up Eclipse for Android dev

2010-02-03 Thread Michael boggess
Hi, Eclipse is looking for you to point it to the parent directory of the tools folder. If adb.exe is not in the tools folder use Eclipse's Software Updater [ Help - Sofware Updates ] using this URL https://dl-ssl.google.com/android/eclipse/ if you are having problems an over view is available

[android-beginners] path to custom debug keystore

2010-02-03 Thread Michael Dorin
Within Window-Preferences-Android-Build Is it possible to put a relative path to the custom debug keystore in based on your workspace path? (So not actually specifying your workspace path) For example, instead of c:\builds\workspace\project\keystore_dir have something like:

[android-beginners] let user pick a location on a map..

2010-01-28 Thread Michael Dorin
Ok, wondering what thoughts people have for this idea. I would like to be able to let a user pick a location on a map. I would just as soon send a broadcast intent out and have somebody else's activity show the map and let the user pick it..and then somehow let my app know... Not sure how

[android-beginners] Is it possible direct users to a settings screen?

2010-01-26 Thread Michael Dorin
If one had an application that needed to know its location, and the location sensors were disabled, is it possible to encourage a user to re-enable and then give them a click-through to an android settings screen? Thanks, Mike -- You received this message because you are subscribed to the

[android-beginners] Re: Android Developer Needed - Atlanta

2010-01-17 Thread Michael boggess
Also, have you posted this to stack overflow? You might catch a good dev that can produce what you need. On Jan 17, 1:44 pm, Kevin Duffey andjar...@gmail.com wrote: Just out of curiosity.. what are the pay rates for android developers? I am also curious for remote/work at home developers. I

[android-beginners] Re: Data sharing between mobile users

2010-01-17 Thread Michael boggess
I agree. You are going to need a web based server to host the data to be accessed between the users. On Jan 17, 8:22 am, Justin James juztinja...@gmail.com wrote: Sumanth -                  This is very good idea.Better you can go for a web service application to use this. Regards, Justin

[android-beginners] Re: Iphone development versus Android

2010-01-17 Thread Michael boggess
Its hard to fairly compare the two because Android is an operating system that runs on multipule machines. The iPhone is just one well refined device. Market maturaty also has a big impact. People are more acustomed to and know waht to expect from the app store. The Android market is still young.

[android-beginners] Re: How to upload HelloAndroid.apk directly to HTC Hero

2010-01-14 Thread Michael boggess
Save the .apk to your SD card or send it to your self in an email. To install you need to allow non-market apks to be installed, Settings - Applications - Unknown Sources (check). Use a file browsing utility (search the market for Linda Manager) to navigate to the place where you saved your .apk

[android-beginners] Re: View-based vs Canvas-based graphics apps

2010-01-14 Thread Michael boggess
Do you have anymore info on this book? On Jan 14, 7:11 am, Alessandro Pellizzari a...@amiran.it wrote: Il giorno mar, 05/01/2010 alle 08.29 -0800, Abolfoooud ha scritto: Now almost all of the examples i found in the SDK for graphics use the View metaphor, or SurfaceView. I was wondering how

[android-beginners] Re: How to upload HelloAndroid.apk directly to HTC Hero

2010-01-14 Thread Michael boggess
to install your package : adb install your_package.apk 2010/1/14 Michael boggess coda5...@gmail.com Save the .apk to your SD card or send it to your self in an email. To install you need to allow non-market apks to be installed, Settings - Applications - Unknown Sources (check). Use a file

[android-beginners] Re: Hello World / Emulator Problem

2010-01-14 Thread Michael boggess
The amount of time needed for the emulator to load will depend on your machine. At home it takes about 45 seconds, at school it can take up to 2 minutes. The size of the SD card specified will contribute to the loading time. On Jan 7, 3:22 pm, Jonathan jonathan.gord...@gmail.com wrote: Hey all,

[android-beginners] Re: Canvas real (viewable) size

2010-01-13 Thread Michael boggess
Do you have any links to groups or forums that are in English Imed ben Abdallah? -- 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] alertdialog, under what circumstances will invoking .show directly cause problems?

2010-01-08 Thread Michael Dorin
When creating an AlertDialog...I have noticed in some cases, if you invoke .show directly, you get a leaked dialog error when you rotate the phone. In other cases you don't. If you don't call .show and use showDialog from the activity you don't see the leaked dialogs. Are there some cases when

[android-beginners] launch an activity right into the background

2010-01-07 Thread Michael Dorin
Can I launch an activity and have it go strait into the background without the user seeing it, until they select to launch it themselves? Basically I have an application that takes a long time to start the first time, but is super snappy after that. -Mike -- You received this message because

[android-beginners] How can I make a vew show up really, really fast?

2010-01-06 Thread Michael Dorin
I do a setContentView(R.layout.main); in my onCreate, but have a ton of other things to do before the onCreate finishes...and it take a lot of time for anything to show up on the display. Is there an easy way just to have the layout at least pop up then get filled so I don't have the delay? -Mike

[android-beginners] best way to handle dialogs during screen orientation changes

2009-12-31 Thread Michael Dorin
What is the best way to handle dialogs during screen orientation changes? Do you save then dismiss on the onDestroy() and recreate again on the new onCreate()? Seems like there should be an easy way to do this? Examples and thoughts are appreciated. -Mike -- You received this message because

[android-beginners] T-Mobile prepaid sidekick plan?

2009-12-23 Thread Michael Dorin
Anybody ever try the t-mobile prepaid sidekick data/text message plan on an android phone other than a t-mobile sidekick? I tried to buy it last night, but the salesguy would not sell it..as he said it would not work on my google developers conference android. Can that be true? Thanks, -Mike

Re: [android-beginners] Seeing What Phone Numbers Are Around You

2009-12-22 Thread Michael Bealer
Thankfully no. You could create an application that does sharing like this using the GPS, I'm guessing it would be something like loopt. On Mon, Dec 14, 2009 at 11:54 PM, Taylor Perkins taylo...@gmail.com wrote: Hi group, I have an idea, and I was wondering if it was possible to see what

[android-beginners] Notepad tutorial (v3) problems when adding a new note and rotating the screen

2009-12-22 Thread Michael Johansson
I am running into problems with the Google Notepad tutorial v3 when I perform the following actions: 1. Press the menu button. 2. Click on Add Note 3. Rotate the emulator screen with Ctrl-F11 This results in an error msg on the emulator saying that the application has stopped unexpectedly. I am

[android-beginners] C programming

2009-12-15 Thread Michael Dorin
Ok, I see all the examples on how to make a hello world program in c, but all of them have you do an adb shell to run it. Assume I want to have my c program do the useful things it already does and use java for the UI, how would I launch my c program? How do I bundle everything, java, c, into one

[android-beginners] Re: Can't install SDK, HTTPS Error

2009-12-06 Thread Michael
I believe you simply remove the 's' from HTTPS and make it HTTP to force the HTTP download. -Michael On Dec 2, 12:38 pm, Orbian orb...@gmail.com wrote: I just ran the SDK installer on my Vista machine. I am getting the following error. Failed to fetch URLhttps://dl-ssl.google.com/android

Re: [android-beginners] Google Voice .apk

2009-11-11 Thread Michael Cheselka
Hello , Download it from the Market. But you need a Google Voice account for it to For some reason, it doesn't appear as choice on Google Market. i suspect he wants to grab it for other purposes, not just install it on his device. I'm tried to install it on the 2.0 VM. Regards, Michael

[android-beginners] Re: Does anyone know how to set G1 use Wi-Fi with static IP?

2009-10-24 Thread Michael Cheselka
Hello , Usually the router can offer the same ip based on the mac address. I use dd-wrt and there is an option to add the hostname, mac address, and ip address you wish. Regards, Michael Cheselka 650-488-4820 On Fri, Oct 23, 2009 at 20:02, Farproc farp...@gmail.com wrote: I set my G1 use

[android-beginners] I'd like to be a member of this group

2009-10-06 Thread Michael
Dear Android Beginners, I'd like to be a member of this group. Best Regards, Michael --~--~-~--~~~---~--~~ 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

[android-beginners] Re: Emulator view in Eclipse

2009-09-28 Thread Michael Dorin
I ran into this... Don't remember where, but there is some parameter for configuring the emulator...and if it is visible by defaultFor some reason it is not set to visible. Can anybody else add? Look through emulator configurations. -Mike On Tue, Sep 22, 2009 at 2:57 PM, stanlick

[android-beginners] When does one start to develop for 1.6?

2009-09-16 Thread Michael Dorin
I see 1.6 has been released...when is the right time to upgrade to it? -Mike --~--~-~--~~~---~--~~ 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] Must have missed something...1.5-1.6

2009-09-16 Thread Michael Dorin
I thought I followed all the instructions to update the SDK. I have updated a couple projects and no errors are shown. When I attempt to launch though, I get: 'Launching ...' has encountered a problem. An internal error occurred during: Launching ... java.lang.NullPointerException I am

[android-beginners] Re: Must have missed something...1.5-1.6

2009-09-16 Thread Michael Dorin
in the .metadata folder) (it may be big, try to only post the end of it, or whatever part contain the error) thanks xav On Wed, Sep 16, 2009 at 5:51 AM, Michael Dorin bsddo...@gmail.com wrote: I thought I followed all the instructions to update the SDK. I have updated a couple projects

[android-beginners] Using GNU gettext (or similar)

2009-09-14 Thread Michael Wiedmann
Any ideas how to use GNU gettext (http://www.gnu.org/software/ gettext/) for the different strings.xml files. This would allow to detect more easily changed/new/deleted entries in the resource files. Any other solution to achieve this is highly appreciated. Michael

[android-beginners] Re: How to debug crash on rotate

2009-09-14 Thread Michael Dorin
that event with  the onConfigurationChanged() handler. Hope this helps On Sep 12, 10:30 pm, Romain Guy romain...@google.com wrote: Hi, Have you looked at the logs to see the exact stack trace? On Sat, Sep 12, 2009 at 7:24 PM, Michael Dorin bsddo...@gmail.com wrote: I have an application

[android-beginners] How to debug crash on rotate

2009-09-12 Thread Michael Dorin
I have an application that crashes when the phone is rotated. It is based on the quickconnect framework. Sorry for the vagueness of this message, but how would I begin to debug what is happening? What should I look for? How do I gather a trace? It seems the crash comes at the onSuspend event.

[android-beginners] Re: intent filter to know when user change the volume

2009-09-01 Thread Michael Krebs
ok i've found that is impossible : private void sendVolumeUpdate(int streamType) { Intent intent = new Intent (AudioManager.VOLUME_CHANGED_ACTION); intent.putExtra(AudioManager.EXTRA_VOLUME_STREAM_TYPE, streamType); intent.putExtra(AudioManager.EXTRA_VOLUME_STREAM_VALUE,

[android-beginners] intent filter to know when user change the volume

2009-08-29 Thread Michael Krebs
hello, i want to develop an application who allow the user to change the brightness of the screen when he change the volume (in same time he can choose volume or brightness in all application). In src of class AudioManager i've see this : /** * @hide Broadcast intent when the volume for a

[android-beginners] Re: Install app on a device?

2009-08-25 Thread Michael Leung
simple way of installing an app for a normal user, like copying it to SD card and then selecting it to install? Thanks Yasser -- Regards, Michael Leung http://www.itblogs.info http://www.michaelleung.info --~--~-~--~~~---~--~~ You received this message

[android-beginners] Re: Install app on a device?

2009-08-25 Thread Michael Leung
That is good, AppsInstall is only from SD card. Therefore, I need to connect phone by USB. On Wed, Aug 26, 2009 at 11:23 AM, Carmen Delessio carmendeles...@gmail.comwrote: Apkatcher also works. Send your APK to gmail open with apkatcher Carmen On Aug 25, 2009, at 9:02 PM, Michael Leung

[android-beginners] Re: hi, I'm the nre comer

2009-08-25 Thread Michael Leung
Welcome! On Wed, Aug 26, 2009 at 12:04 AM, zero4kevin zero4ke...@gmail.com wrote: Hi, I am the beginner, hope to learn more with you! :) zero4kevin -- Regards, Michael Leung http://www.itblogs.info http://www.michaelleung.info

[android-beginners] Re: how to install a .apk on my own phone...

2009-08-13 Thread Michael Leung
! http://wiki.andmob.org/hado -- Regards, Michael Leung http://www.itblogs.info http://www.michaelleung.info --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Beginners group. To post to this group, send email

[android-beginners] Re: Saving

2009-08-13 Thread Michael Leung
, they are still there walking. However, in a different part of code, I also spawn more guys, but this time, they wont be there when I flip the orientation. So how would one be saved while the other isn't? Thanks -- Regards, Michael Leung http://www.itblogs.info http

[android-beginners] Re: hello????

2009-08-13 Thread Michael Leung
that is working, I can see your post. On Fri, Aug 14, 2009 at 7:22 AM, GH greghe...@gmail.com wrote: Why aren't my frickin' topics showing up?!?! -- Regards, Michael Leung http://www.itblogs.info http://www.michaelleung.info --~--~-~--~~~---~--~~ You

[android-beginners] Re: Beginner Android-Java development:

2009-08-13 Thread Michael Leung
- Java development so that i can pickup Java as well as about Android? And where i can get and start the tutorials to study(i know about developer.android.com), which should be the perfect way based on my current skills? Clave. -- Regards, Michael Leung http://www.itblogs.info http

[android-beginners] Re: Developer hardware

2009-08-10 Thread Michael Leung
, Michael Leung http://www.itblogs.info http://www.michaelleung.info --~--~-~--~~~---~--~~ 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

[android-beginners] Re: Android Development Setup

2009-08-10 Thread Michael Leung
this problem. I checked the workspace directory and anD2.apk exist. thanks, Eric Belen -- Regards, Michael Leung http://www.itblogs.info http://www.michaelleung.info --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[android-beginners] Re: Where is the Website field in the Contact application?

2009-08-02 Thread Michael Leung
But there are some third party applications for this. I remember if you are myTouch 3G, there is a power pack, which include an enhanced phone book. On Sun, Aug 2, 2009 at 3:54 AM, Dennis leuden...@gmail.com wrote: Thanks Michael. I was disappointed with Android's PIM capability

[android-beginners] Sorry, I want to test whether I send an email to the group

2009-08-02 Thread Michael Leung
Sorry, I want to test whether I send an email to the group. Becuase I keep to get an error when I do a reply -- Regards, Michael Leung http://www.itblogs.info http://www.michaelleung.info --~--~-~--~~~---~--~~ You received this message because you are subscribed

[android-beginners] Re: [android-beginners]

2009-08-02 Thread Michael Leung
, Michael Leung http://www.itblogs.info http://www.michaelleung.info --~--~-~--~~~---~--~~ 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

[android-beginners] Re: Change an app

2009-08-01 Thread Michael Leung
The views, opinions and statements in this email are those of the author solely in their individual capacity, and do not necessarily represent those of T-Mobile USA, Inc. On Jul 30, 9:03 pm, Michael Leung michaelchi...@gmail.com wrote: I am a new to Android as well, but as far as I know, changing

[android-beginners] Re: How can I add a background image for ListView

2009-08-01 Thread Michael Leung
Should you set the layour which contain listview background image? On Fri, Jul 31, 2009 at 3:55 PM, Long long...@gmail.com wrote: Hi, How can I add a background image for ListView instead of the default Black.? Thanks. Cheers. Long -- Regards, Michael Leung http

[android-beginners] Re: Android running slow

2009-07-30 Thread Michael Leung
. I found that pressing the back button closes a program (except for browsers). So I closed everything I could and it still runs real slow. My wife has the new iPhone and it runs so smooth compared to my Android. Any suggestions? Thanks. -- Regards, Michael Leung http

[android-beginners] Re: WIFI Communication between two or more phones

2009-07-30 Thread Michael Leung
characters each, to one or more phones that have the same app and are within WIFI distance. Can this be done and can someone point me in the right direction please? -- Regards, Michael Leung http://www.itblogs.info http://www.michaelleung.info

[android-beginners] Re: Change an app

2009-07-30 Thread Michael Leung
a button that can take the user to the already existing activity. What is the best way to do that? Thanks. -- J P Please don't print this e-mail unless you really need to. http://www.crossloop.com/Teenah -- Regards, Michael Leung http://www.itblogs.info http://www.michaelleung.info

[android-beginners] Re: Hello World Help

2009-07-30 Thread Michael Leung
. Thanks Josh -- Regards, Michael Leung http://www.itblogs.info http://www.michaelleung.info --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Beginners group. To post to this group, send email

[android-beginners] Re: Change an app

2009-07-30 Thread Michael Leung
...@googlegroups.com] *On Behalf Of *Michael Leung *Sent:* Thursday, July 30, 2009 9:29 PM *To:* android-beginners@googlegroups.com *Subject:* [android-beginners] Re: Change an app should you change the view? instead of changing to another activity On Fri, Jul 31, 2009 at 11:51 AM, tinyang

[android-beginners] Re: Read a file

2009-07-29 Thread Michael Leung
..Thanks in advance! -- Regards, Michael Leung http://www.itblogs.info http://www.michaelleung.info --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Beginners group. To post to this group, send email

[android-beginners] Re: Problem: connect to a server

2009-07-29 Thread Michael Leung
post also the Server code that is very simple! thank in advance -- Regards, Michael Leung http://www.itblogs.info http://www.michaelleung.info --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Beginners

[android-beginners] Re: Problem: connect to a server

2009-07-29 Thread Michael Leung
and i think ACCESS_FINE_LOCATION is the key On Wed, Jul 29, 2009 at 10:28 PM, Michael Leung michaelchi...@gmail.comwrote: javadoc for permission: http://developer.android.com/reference/android/Manifest.permission.html security doc for android: http://developer.android.com/guide/topics

[android-beginners] Re: Learning? Windows or Linux?

2009-07-29 Thread Michael Leung
text - - Show quoted text - -- Regards, Michael Leung http://www.itblogs.info http://www.michaelleung.info --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Beginners group. To post to this group, send

[android-beginners] Re: Where is the Website field in the Contact application?

2009-07-28 Thread Michael Leung
I don't think that is available in the default contact apps. On Tue, Jul 28, 2009 at 2:09 AM, Dennis leuden...@gmail.com wrote: Upz... -- Regards, Michael Leung http://www.itblogs.info http://www.michaelleung.info --~--~-~--~~~---~--~~ You received

[android-beginners] Re: Developing on a G2.

2009-07-26 Thread Michael Leung
be useful to the rest of the group too. - Dale -- Regards, Michael Leung http://www.itblogs.info http://www.michaelleung.info --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Beginners group. To post

[android-beginners] Re: Using textview and button controls for System.in and System.out.println()

2009-07-26 Thread Michael Leung
Hi, I have write a small program to use a button and get input from the text view http://www.michaelleung.info/download-area?task=view.downloadcid=2 Regards, Michael On Sun, Jul 26, 2009 at 2:19 AM, Anthony West mailandroid...@googlemail.com wrote: Hi. I am writing a program that would use

[android-beginners] Re: [android-begginers] Does android 1.5 work on ubuntu 9.04?

2009-07-26 Thread Michael Leung
. It is working fast enough for me. All I can tell you is, it works for me, and there have been others on these lists who have indicated they have similar environments. -- Regards, Michael Leung http://www.itblogs.info http://www.michaelleung.info

[android-beginners] Is it possible from Android device to access a local pc?

2009-07-23 Thread Michael Leung
? -- Regards, Michael Leung http://www.itblogs.info http://www.michaelleung.info --~--~-~--~~~---~--~~ 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

[android-beginners] Re: Is it possible from Android device to access a local pc?

2009-07-23 Thread Michael Leung
sychronisation of files between phone and PC, USB is probably a good choice; assuming you don't require the connection to be wireless. Regards, Sean On Thu, Jul 23, 2009 at 2:37 PM, Michael Leungmichaelchi...@gmail.com wrote: Hi all, I am new to Android. I am thinking to build

[android-beginners] Re: Availability of Developer Phone.

2009-07-23 Thread Michael Leung
for a developer? I'm in Buffalo, NY and already have G3 service via ATT. Any real world information you could give me on the elusive developer phone would be appreciated. Thanks, Dale -- Regards, Michael Leung http://www.itblogs.info http://www.michaelleung.info

[android-beginners] Re: ERROR Resource entry main is already defined.

2009-07-06 Thread Michael Dorin
I think I figured it out. When you hit run, make sure you are in (editing) a java program, not an xml file. -Mike On Mon, Jul 6, 2009 at 4:54 PM, Coder Jcoder...@gmail.com wrote: having same problem right now with something i built from scratch, sometimes it does this and sometimes it dosent

[android-beginners] ERROR Resource entry main is already defined.

2009-07-04 Thread Michael Dorin
I have been playing with HelloGridview, and basically got it to work with new png files. However, I decided to change the layout...main.xml, and made a mistake. Now I can't put it back! This file main.out.xml keeps showing up and I keep getting ERROR Resource entry main is already defined. I

[android-beginners] Re: more experimenting, new view

2009-07-02 Thread Michael Dorin
= (WebView) findViewById(R.id.webview); webview.getSettings().setJavaScriptEnabled(true); webview.loadUrl(http://www.yahoo.com;); } } On Wed, Jul 1, 2009 at 9:12 PM, Mark Murphymmur...@commonsware.com wrote: Michael Dorin wrote: Tonight's experimenting lead me to the hello

[android-beginners] Re: more experimenting, new view

2009-07-02 Thread Michael Dorin
Yes, built in browser works fine. Did I mess up the manifest? (See below) -Mike ?xml version=1.0 encoding=utf-8? manifest xmlns:android=http://schemas.android.com/apk/res/android; package=com.example.hellowebview android:versionCode=1 android:versionName=1.0 uses-permission

[android-beginners] Re: more experimenting, new view

2009-07-02 Thread Michael Dorin
Mark, Thank you for the tip. I got WebViewDemo going...but not being content as to why that works and why mine didn't I dug a bit more. If anybody is interested...I changed the layout (see below for original) wrap_contents to fill_parent, as was done in the WevViewDemo. That works. If

[android-beginners] more experimenting, new view

2009-07-01 Thread Michael Dorin
Tonight's experimenting lead me to the hello-webview tutorial. http://developer.android.com/guide/tutorials/views/hello-webview.html I can't get that darn thing to work! I just get a blank screen. I have seen a few comments such as this posted, but I can't follow through to a solution. Thank

[android-beginners] Re: more experimenting, new view

2009-07-01 Thread Michael Dorin
Actually, I thought in one iteration I had done that. I will try again and post. -Mike On Wed, Jul 1, 2009 at 9:12 PM, Mark Murphymmur...@commonsware.com wrote: Michael Dorin wrote: Tonight's experimenting lead me to the hello-webview tutorial. http://developer.android.com/guide/tutorials

[android-beginners] anyway to have sub-directories in the res/drawable folder?

2009-06-30 Thread Michael Dorin
Is there anyway to have sub-directories in the res/drawable folder? Right now if I add one, it is not recognized. However if I put all my png files right into drawable, I can see them. Thanks, -Mike --~--~-~--~~~---~--~~ You received this message because you are

[android-beginners] happiness with .png files?

2009-06-30 Thread Michael Dorin
I am playing with grid layout tonight, following the example code posted by google. All is well with the code, but android does not like some of my png files. They are all about the same size...but when I put some into the 'grid', I get the application has stopped unexpectedly error. As I said,

[android-beginners] Bluetooth application...how does one get started?

2009-06-26 Thread Michael Dorin
I need to write a bluetooth application for work. Browsing the internet, there is tons of sometime contradictory information on bluetooth applications. I was wondering what was available in the through java api, and where would I find the documentation on it. Thank you, Mike

  1   2   >