[android-beginners] Flow problem in Activity class

2009-06-08 Thread amita...@gmail.com
Hi All, When i override a method onCreateOptionsMenu(Menu menu) of Activity class then this method is never come to the flow of program. I can't understand the problem behind it. Please help me!!! Regards Amit --~--~-~--~~~---~--~~ You received this message

[android-beginners] Re: errno=Connection timed out

2009-06-08 Thread Ash09
Hi Mark, Thanks for your reply. On Jun 5, 5:34 pm, Mark Murphy mmur...@commonsware.com wrote: dream.as...@gmail.com wrote: Hi I am getting the following error when i am trying to get the sources: sanj...@sanjeev-desktop:~/mydroid$ repo init -u

[android-beginners] Re: Flow problem in Activity class

2009-06-08 Thread Mark Murphy
amita...@gmail.com wrote: When i override a method onCreateOptionsMenu(Menu menu) of Activity class then this method is never come to the flow of program. Are you clicking on the [MENU] button? It will not get called until the first time the [MENU] button is pressed. If you are, you may wish

[android-beginners] Re: The selected wizard could not be started.

2009-06-08 Thread Hamy
I get the same error on my mac. I believe it may be a documented bug, I vaguely remember seeing it somewhere. To work around, I just say create a new file, give it any_name_you_want.xml and the layout IDE will automatically show up because it is XML. Thanks, Hamy On Jun 7, 12:48 pm, Kent

[android-beginners] Can't bind to local xxxx for debugger

2009-06-08 Thread John Brohan
Hello I can run teh first examples, but the debugger does not work. I get the message Can't bind to local 8614 for debugger repeated for many ports when I run the examples from Eclipse. Thanks John -- John Brohan http://www.woundfollowup.com tel 514 995 3749. email jbro...@tradersmicro.com

[android-beginners] Focus change Listener

2009-06-08 Thread MMC2
I am trying to set up and use a focus change listener for an Edittext view. I have included OnFocusChangeListener after implements in my beginning class statement. public class todolist extends Activity implements OnItemSelectedListener, OnTouchListener,

[android-beginners] WebView load local file

2009-06-08 Thread chaozh
Hi: I tried use webview loadUrl load local file, the file name includes Chinese character. For example: file:///sdcard/简介.htm, but load failed, webview said that the file can not be found. it showed http address is:file:///sdcard/%80%CB.htm. I don't know why, I tried it on browser, the same

[android-beginners] onListItemClick() does not work if I extend ArrayAdapter

2009-06-08 Thread xinit
Hi, I am a bit puzzled, because it seems that if I extend ArrayAdapter then onListItemClick will not fire. For example: //init 2 arrays that I will parse into my own ArrayAdapter that String [] Artist = {test 1, test 2, test 3, test 4, test 5}; String [] Song = {test 1, test 2, test 3, test

[android-beginners] Problem in device detection in SuSE

2009-06-08 Thread Rahul
Hi, I am using openSUSE 10.3 (X86-64). When I connect my ADP1 through usb and run the command adb devices, in the List of devices attached, it does not show my phone. I have tried the instructions given for Ubuntu in the developers' website: ++ If you're developing on

[android-beginners] Re: Multiple buttons with the same onclick listener

2009-06-08 Thread Androider
Check this article: http://www.androidcompetencycenter.com/tag/android-basics/ This does what you want to do. On May 19, 10:39 am, GMaker0507 gmaker0...@gmail.com wrote: In my app, i have around 4 different layouts, and on them i have a total of like 10 different buttons, and maybe more to

[android-beginners] Adobe applications for G1

2009-06-08 Thread Gary
I am looking for any links or information about how or when an Android application will be available to open PDF files and run websites on the G1 that are requiring Flash Player. Please let me know if anyone in this group has any information about this.

[android-beginners] Re: Hello, Android the book

2009-06-08 Thread Wayne Wenthin
I'll second on both of these choices. Plus Mark is pretty on the ball when someone snafu's their password. On Fri, Jun 5, 2009 at 10:32 AM, Mark Murphy mmur...@commonsware.comwrote: Musashi Baka wrote: Hello Android is indeed excellent. My personal favorite is The busy coders guide to

[android-beginners] Start Application when a call is received

2009-06-08 Thread timothy.wahmh...@hope.edu
Is there a way to make my application start whenever an incoming call is being received? As a three part question, is there a listener that would tell me when a call is incoming (at the screen that shows who is calling, but not yet answered), would this best be implemented as a application or a

[android-beginners] Re: Android SDK

2009-06-08 Thread Troy Borja
I too am running the same setup as rickbaker73. i have installed the 1.5 sdk, ADT 0.9 and running on Eclipse 3.4 on Xandros eeepc. In Android Preferences I see the 3 targets. I have also used the Android AVD Manager to create an AVD. The problem is that when I create a New Android Project my

[android-beginners] How to tell when application exits?

2009-06-08 Thread Max Salley
How can I tell when the application exits? I have some network connections that I want to establish when it starts and close when it exits. onCreate/onDestroy do not work since they are called when the screen is slid out, when the orientation is changed programatically, etc. I would like the

[android-beginners] Re: Clicks and Gestures on MapView...

2009-06-08 Thread Wayne Wenthin
My low tech solution was to set a flag with onTap that was readable by the other detectors. This let the know that I had picked the overlay item and to ignore the rest of the processing and cleared the flag on the way out. Actually it was a little more complicated than that but it was low tech

[android-beginners] Adobe applications for G1

2009-06-08 Thread Gary
I am looking for any links or information about how or when an Android application will be available to open PDF files and run websites on the G1 that are requiring Flash Player. Please let me know if anyone in this group has any information about this.

[android-beginners] Error generating final archive: Keystore was tampered with, or password was incorrect

2009-06-08 Thread Brian
I just upgraded from 1.1 to 1.5, and am now getting the above error when attempting to compile my apps in Eclipse. Does anyone know what I'm missing here? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android

[android-beginners] Problem running HelloWorld (or anny sample application)

2009-06-08 Thread piero...@gmail.com
Hi, I'm new to this group (or any google group) I wannted to develop some apps for my phone but when i installed eclipse, sdk, eclipse plugin (ad Path to EV), create AVD and when i wannted to write some basic Hello World or use sample apps given with android SDK 1.5 i just get the emulator

[android-beginners] How to persist my canvas between calls to invalidate()

2009-06-08 Thread RS
Hi, I am trying to render a customized view which draws points on the canvas whenever they arrive from a remote device. Whenever a new value is obtained - it gets passed into my customized view which draws it on the canvas - ( The canvas should still show my previous points). Now whenever i

[android-beginners] [Beginner] Dialog

2009-06-08 Thread Fluckysan
Hello everybody, i just begin with the SDK so I play around but I'm stuck with a really simple Dialog.show() ... It maybe is because it'es really late or something but here my code : public class entry extends Activity { static final int CREATE_DIALOG = 0; @Override public void

[android-beginners] Overalying camera preview

2009-06-08 Thread pat
Hi there, To show the camera preview, I created my own extension of the SurfaceView class. I embeded this class in my UI by using the layout xml files. The preview will not fit the whole screen, only parts of it. Now, I would like to overlay the preview image with some extra information (small

[android-beginners] Managing view's refresh delay and soft keyboard

2009-06-08 Thread Mirthis
I repost here what I've already written on the Android Developer group cause it fit better here. Hi to everyone. I start trying out some stuff with Android from few days so there's lot I don't know but I hope not to sound too stupid. Here are the first problems I'm facing 1) I have a ListView

[android-beginners] Re: how to check if another application has been started

2009-06-08 Thread patrick
u can check if the app is in the task list On 5 juin, 23:46, raydey rahuldey...@googlemail.com wrote: Hey guys, I'm trying to create an application where I need to check if an application has been started. So for example, if the calendar was clicked, before the calendar came up, my

[android-beginners] Do you have android projects for beginner

2009-06-08 Thread cool
New to Android development? Start here. Open to any discussion around beginner's questions; this is a great way to get up and running with your new App on ... Click the bellow link to continue….. ***

[android-beginners] Google Maps API Key Sign Up Page Is Broken (404)

2009-06-08 Thread Yubr Neapow
http://code.google.com/android/add-ons/google-apis/maps-api-signup.html The link above WORKS but when you hit submit, the form action is a 404, not found. I need an API key for Maps; Android dev. --~--~-~--~~~---~--~~ You received this message because you are

[android-beginners] Android App. Development 101 series starts today

2009-06-08 Thread Roberto Serrano
Sorry for the late post... The Chicago Androids group and the Chicago LUG will be kicking off the of the Android App. Development 101 series tomorrow. Go here for more details go to http://chicagoandroids.eventbrite.com/ and http://tinyurl.com/o5kh6k The series will start today with the

[android-beginners] unable to launch Emulator.

2009-06-08 Thread naga suman
Hello All! I downloaded android and followed the instructions provided in this website ( http://source.android.com/download )! but i am unable to launch the android emulator. please find the following error laptop:~/bin/out/host/linux-x86/bin# ./emulator emulator: ERROR: You did not specify a

[android-beginners] Re: How to solve G1/HTC Magic not recognized by ADB under Windows

2009-06-08 Thread siegelini
Thanks for the help. The other link got me through regedit using this link http://forums.techarena.in/vista-help/1075752.htm#post4093603 but I still had issues getting the correct driver through vista. even after deleting the regedit keys. I did get it to work, sort of by accident though. I

[android-beginners] SDK 1.5 on VISTA - Hello World didn't show up on emulator

2009-06-08 Thread Jude
Hi, I followed the tutorial on official website http://developer.android.com/guide/tutorials/hello-world.html. I tried to run the program Hello World from the example and it will launch the emulator as the tutorial indicates. However, the text, hello world never shows up while the emulator

[android-beginners] fBook on G2

2009-06-08 Thread Debasish
Hi guys, I can't find the fBook free app on my G2 HTC phone. This app is clearly visible on Social section on the market section on the website. any pointers ? thanks, --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[android-beginners] Re: Installing the android SDK on my new PC

2009-06-08 Thread Troy Borja
Did the same procedre Windows-Preferences-Android and selected the directory for 1.5. The 3 build targets showed, but when building a New Android project the SDK target list choices are still empty. On May 28, 3:04 pm, SarahEZiegler sarah.e.zieg...@gmail.com wrote: I was having this problem too

[android-beginners] Where do I start

2009-06-08 Thread wrkuout2
Hi, Looking to develop a calendar program for co-workers to use. I have some basic programming knowledge and am willing to research and learn anything. Where is a good place to start? Thanks --~--~-~--~~~---~--~~ You received this message because you are

[android-beginners] Creating semi-transparent list items - possible?

2009-06-08 Thread mastix mc
Hey guys, I’m a newb when it comes to android but I’m quite a professional in Java, though. :) I’m planning a little demo app to learn all about android’s api… I’ve already created a ListActivity which has a specific background. What I would like to have now, is that the list items have a

[android-beginners] Is it possible to install Android on a HP EliteBook 2730p?

2009-06-08 Thread widmer.marc
Hello I wanted to ask, if there's a possibility to install Android on a HP Elitebook 2730p? Or on different Notebooks? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Beginners group. To post to this group,

[android-beginners] Ethernet connect

2009-06-08 Thread Nacho
Hi folks. Quick: Is there an easy way to connect an Android phone (G1) to a network via ethernet? Long: I'm new to Android development. So far the platform has many of the things we need for our target application with one major exception, wired-network. I've seen some posts here and there on

[android-beginners] Need Code CRC CCITT Of Android

2009-06-08 Thread ohenri100
Hi all, In present, I need code CRC CCITT of Android, very need. But I can not download source of Android, Thereforce, If Mr of Miss have it, please give me. Thanks you very much ang best regards. Nguyen Tran Son, ntsonv...@gmail.com --~--~-~--~~~---~--~~ You

[android-beginners] Re: Opening an old project in Eclipse

2009-06-08 Thread Wayne Wenthin
Check to see that you don't have an R.java in your src directory. You probably need to remove that one if you do. On Sat, Jun 6, 2009 at 3:06 PM, Mauricio raubvo...@gmail.com wrote: On Jun 5, 10:51 am, Balwinder Kaur (T-Mobile) balwinder.k...@t- mobile.com wrote: You need a project

[android-beginners] Emulator not showing on screen from cmd.

2009-06-08 Thread timberwo7ves
I tried the Eclipse plugin, got annoyed with how it wouldn't push the new versions of the app onto the emulator with each build, so wanted to try developing with notepad++ and cmd prompt. I've made an AVD, and used ant to do...something (I did this all a few weeks back), and the next step was to

[android-beginners] Re: The selected wizard could not be started.

2009-06-08 Thread martin-g ml
The same here. It seems it is a bug but I haven't checked Android's issues database. You can fix it by creating new plain File with extension .xml. Android SDK will pick it correctly. El dom, 07-06-2009 a las 10:48 -0700, Kent Loobey escribió: When I run Eclipse Ganymede with the Android

[android-beginners] [OMAPZOOM] [L25.8] Nagging pop-up error message.

2009-06-08 Thread Vinay Parameshwaraiah
Hi, After the kernel and filesystem get loaded on the Zoom2 board, the Display Device shows up a pop-up, nagging error message for almost every key-press / touch-screen press. The message reads as below. Sorry! The application Sample Soft Keyboard (process com.example.android.softkeyboard) has

[android-beginners] Re: HTC Magic - Can't install driver on development PCs

2009-06-08 Thread iuiz
Just what I did, but I wasn't prompted for the drivers :/. Windows was just doing an auto install again. But I am expecting this to work. I have an german HTC Magic and have the same bug. The cause was to connect it without debuging turned on. Hope that this will be fixed in a new firmware

[android-beginners] Unsubscribe no more message thanks

2009-06-08 Thread Anyck.B McCabe
no more message unsubcribe...thanks --~--~-~--~~~---~--~~ 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

[android-beginners] unable to launch Emulator.

2009-06-08 Thread nskanag...@gmail.com
Hello All! I downloaded android and followed the instructions provided in this website ( http://source.android.com/download )! but i am unable to launch the android emulator. please find the following error laptop:~/bin/out/host/linux-x86/bin# ./emulator emulator: ERROR: You did not specify a

[android-beginners] Problem with Hello World

2009-06-08 Thread maurizio.bellemo
Hi all I'm a rookie... trying to learn Android. I downloaded the Android SDK and Eclipse and add the plugin for Android as explained in Android developers. I tried to implement the Hello World example but I found two strange things... 1) When I create the project it appears a message like

[android-beginners] Re: Perform an action when switching between different operators

2009-06-08 Thread Brian
If by operator you mean activity, then you want to utilize the onPause/ onResume methods. On Jun 5, 1:12 am, Massimiliano Torromeo massimiliano.torro...@gmail.com wrote: Hi, I would like to develop an application that performs some actions when the current active operator changes. My goal is

[android-beginners] Can't get hello android printed

2009-06-08 Thread Fahd
Hi All, I am following the hello world example and when I run it through eclipse, the emulater starts showing android... then it comes in to the system and asks me to press menu to unlock. When I do it, it justs unlocks but there no helloworld or application window, just the normal android

[android-beginners] Update List

2009-06-08 Thread starbase64
hi, i seek a list of all update for G1 phone with release date and country. with friendly greet starbase64 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Beginners group. To post to this group, send email

[android-beginners] Make ListEntries semi-transparent? Possible?

2009-06-08 Thread masti...@googlemail.com
Hi guys, short question. I'm kind of new to android dev and therefore have a short question. Is it possible to make all entries in a list semi-transparent? Like setting the opacity to e.g. 70%, black? Just like a dialog in android. I have not tried it yet, but planning my app so it would be

[android-beginners] Getting this error

2009-06-08 Thread manu
Hi All, I am trying to open a sample application in eclipse . But it is giving two errors .i.e, 1)no classfiles specified 2)Conversion to Dalvik format failed with error 1. Can anyone please tell me the steps to remove those errors. --~--~-~--~~~---~--~~ You

[android-beginners] Re: Google Maps API Key Sign Up Page Is Broken (404)

2009-06-08 Thread Marc Lester Tan
Use this instead: http://code.google.com/android/maps-api-signup.html -Marc Tan On Mon, Jun 8, 2009 at 2:28 AM, Yubr Neapow epacha...@gmail.com wrote: http://code.google.com/android/add-ons/google-apis/maps-api-signup.html The link above WORKS but when you hit submit, the form action is a

[android-beginners] Re: Overalying camera preview

2009-06-08 Thread Mark Murphy
pat wrote: Hi there, To show the camera preview, I created my own extension of the SurfaceView class. I embeded this class in my UI by using the layout xml files. The preview will not fit the whole screen, only parts of it. Now, I would like to overlay the preview image with some extra

[android-beginners] A couple of questions from a beginner

2009-06-08 Thread Andrea Cardinale
HI though I've forwarded this in the afternoon but I can't see in the group. Thanks for any help. Hi to everyone. I start trying out some stuff with Android from few days so there's lot I don't know but I hope not to sound too stupid. Here are the first problems I'm facing 1) I have a ListView

[android-beginners] Problem with Hello World

2009-06-08 Thread maurizio.bellemo
Hi all I'm rookie I tried to run the hello app in Android developers... (after having installed the SDK, Eclipse and the plugin for Android) There are two problems 1 - When creating a project it appears an error like classfile error dalvik machine error 1 2 - When I run the

[android-beginners] Issues with Hello World

2009-06-08 Thread Fahd
Hi All, I am following the hello world example and when I run it through eclipse, the emulater starts showing android... then it comes in to the system and asks me to press menu to unlock. When I do it, it justs unlocks but there no helloworld or application window, just the normal android

[android-beginners] Re: Problem with Hello World

2009-06-08 Thread Raphael
On Sat, Jun 6, 2009 at 7:35 AM, maurizio.bellemomaurizio.bell...@gmail.com wrote: Hi all I'm rookie I tried to run the hello app in Android developers... (after having installed the SDK, Eclipse and the plugin for Android) There are two problems 1 - When creating a project it

[android-beginners] Re: Where do I start

2009-06-08 Thread Mark Murphy
wrkuout2 wrote: Looking to develop a calendar program for co-workers to use. I have some basic programming knowledge and am willing to research and learn anything. Where is a good place to start? For traditional Android development, you need to know Java. If you have not developed in Java

[android-beginners] Re: Where do I start

2009-06-08 Thread Wayne Wenthin
Depending on your development language of choice you will either need to start with a book on Java Programming or pick up one of the numerous books on Android Programming. http://pragprog.com/ has the Hello Android book and http://commonsware.com/has The Busy Coders series. Mark Murphy wrote

[android-beginners] Re: Creating semi-transparent list items - possible?

2009-06-08 Thread Mark Murphy
mastix mc wrote: Hey guys, I’m a newb when it comes to android but I’m quite a professional in Java, though. :) I’m planning a little demo app to learn all about android’s api… I’ve already created a ListActivity which has a specific background. What I would like to have now, is that

[android-beginners] Re: onListItemClick() does not work if I extend ArrayAdapter

2009-06-08 Thread Romain Guy
It has nothing to do with extending ArrayAdapter. It must be because your list items contain focusable elements. On Mon, Jun 8, 2009 at 10:04 AM, xinitgerard.pa...@gmail.com wrote: Hi, I am a bit puzzled, because it seems that if I extend ArrayAdapter then onListItemClick will not fire.

[android-beginners] Re: Creating semi-transparent list items - possible?

2009-06-08 Thread mastix mc
Hi Mark, thanks for that hint. :) Do you have a demo/example/documentation that shows me what I have to do? Sascha On 8 Jun., 19:52, Mark Murphy mmur...@commonsware.com wrote: mastix mc wrote: Hey guys, I’m a newb when it comes to android but I’m quite a professional in Java, though.

[android-beginners] Re: fBook on G2

2009-06-08 Thread Disconnect
Thats pretty weird - g2 is a tmobile trademark, and I haven't seen HTC announce anything with that name yet. Since nobody knows what phone you are on or even what market it might be using, maybe you should ask your vendor. On Sat, Jun 6, 2009 at 4:53 PM, Debasishpadhy.debas...@ensarm.com wrote:

[android-beginners] Re: Creating semi-transparent list items - possible?

2009-06-08 Thread Mark Murphy
mastix mc wrote: thanks for that hint. :) Well, you only asked if it was possible, not how to actually *do* it... ;-) Do you have a demo/example/documentation that shows me what I have to do? 1. Create a layout for your rows. Make sure your containers (LinearLayout, etc.) have

[android-beginners] Re: onListItemClick() does not work if I extend ArrayAdapter

2009-06-08 Thread xinit
Thank you !!! Yes that was my mistake. On Jun 8, 7:01 pm, Romain Guy romain...@google.com wrote: It has nothing to do with extending ArrayAdapter. It must be because your list items contain focusable elements. On Mon, Jun 8, 2009 at 10:04 AM, xinitgerard.pa...@gmail.com wrote: Hi,

[android-beginners] Timer

2009-06-08 Thread Kevin J. Brooks
Hey Everyone, I need a method that will notify me every 60 seconds until I cancel it. Anyone have a suggestion? Kevin --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Beginners group. To post to this group,

[android-beginners] Re: Clicks and Gestures on MapView...

2009-06-08 Thread ian.fawcett.hun...@googlemail.com
Thanks for this Wayne, I have considered this approach - I was hoping for a neater (built in) mechanism. Might have to do this anyway - ho-hum. Ian On Jun 5, 10:55 pm, Wayne Wenthin wa...@fuligin.com wrote: My low tech solution was to set a flag with onTap that was readable by the other

[android-beginners] Re: Creating semi-transparent list items - possible?

2009-06-08 Thread mastix mc
Hi Mark, I haven't tried it yet, but I guess I can say that you're my hero! :) thank you very much! Thanks, Sascha On 8 Jun., 20:19, Mark Murphy mmur...@commonsware.com wrote: mastix mc wrote: thanks for that hint. :) Well, you only asked if it was possible, not how to actually *do*

[android-beginners] Re: unable to launch Emulator.

2009-06-08 Thread Roman
Hello, Please make sure that you have created an AVD image for you build. Check the following web page for doing this http://developer.android.com/guide/developing/tools/avd.html First list the existing targets with android list target Available Android targets: [1] Android 1.5 API

[android-beginners] Re: How to persist my canvas between calls to invalidate()

2009-06-08 Thread ian.fawcett.hun...@googlemail.com
[I have not looked at the specific drawing capabilities of Android, so I am talking in general terms here] Presumably, you want to update the canvas having added a new point. To avoid invalidating (and clearing) the whole Canvas, I think most graphic systems allow you to invalidate a smaller

[android-beginners] Re: Installing the android SDK on my new PC

2009-06-08 Thread Yusuf T. Mobile
You also need to set up the Run Configuration. One way to do this is by right-clicking on the project in the left pane, and selecting Run As - Run Configurations. In left side of the resultant popup dialog, click on the little icon for new launch configuration (you will find it above where it

[android-beginners] Re: Can't get hello android printed

2009-06-08 Thread swarup
check if Launch Action is set to Launch : desired activity in the Run - Run Configuratoins - Android TAB On Jun 7, 7:17 am, Fahd fahdb...@gmail.com wrote: Hi All, I am following the hello world example and when I run it through eclipse, the emulater starts showing android... then it comes

[android-beginners] Re: Emulator not showing on screen from cmd.

2009-06-08 Thread swarup
would you provide the errors thrown on the screen? error statement is expected before the list of syntax is shown... On Jun 6, 6:01 pm, timberwo7ves timberwo7...@gmail.com wrote: I tried the Eclipse plugin, got annoyed with how it wouldn't push the new versions of the app onto the emulator

[android-beginners] Activity thread keeps restarting

2009-06-08 Thread solid
So I have the body of my oncreate method something like this: code pd = ProgressDialog.show(this, Calculating..., Please be patient. ,

[android-beginners] Re: Clicks and Gestures on MapView...

2009-06-08 Thread Wayne Wenthin
If you find a better approach please let me know. I feel so old school using flags and such. On Mon, Jun 8, 2009 at 12:19 PM, ian.fawcett.hun...@googlemail.com ian.fawcett.hun...@googlemail.com wrote: Thanks for this Wayne, I have considered this approach - I was hoping for a neater

[android-beginners] Re: Activity thread keeps restarting

2009-06-08 Thread Mark Murphy
solid wrote: So I have the body of my oncreate method something like this: code pd = ProgressDialog.show(this, Calculating..., Please be patient. ,

[android-beginners] Eclipse question...

2009-06-08 Thread Kent Loobey
When I print out a file in Eclipse the text is way too large. Is there a place in Eclipse to change the font size used for printing? Thanks for considering this somewhat unrelated question. --~--~-~--~~~---~--~~ You received this message because you are

[android-beginners] Re: Android 1.5 SDK now available

2009-06-08 Thread Troy Borja
Upgraded to SDK 1.5 ADT 0.91 on Eclipse 3.4. Aside from not seeing the build targets even if i created one using the AVD manager in the New Android Project wizard, I am also getting an error Error executing aapt. Please check aapt is present at /home/user/

[android-beginners] Re: fBook on G2

2009-06-08 Thread Mike Wolfson
Disconnect, why be so harsh? Debasish, I assume you are asking about the HTC Magic (or Ion it is also called). I can't find the 'fbook' app at all in the TMobile Marketplace (in the US). No big loss, I didn't find it reliable when I installed it on my G1. Bottom line, looks like the app is

[android-beginners] How can I do this?

2009-06-08 Thread Kevin J. Brooks
This is what I need. I need to allow the user to continue to work at the same time I need to run one of my methods every 60 seconds. I looked at TimerTask, but I am not sure it this will do the job. I tried to implement TimerTask but the compiler didn't like it.

[android-beginners] Re: How can I do this?

2009-06-08 Thread Mark Murphy
Kevin J. Brooks wrote: This is what I need. I need to allow the user to continue to work at the same time I need to run one of my methods every 60 seconds. I looked at TimerTask, but I am not sure it this will do the job. I tried to implement TimerTask but the compiler didn't like it.

[android-beginners] Spinner focus

2009-06-08 Thread MMC2
Can you assign the focus to a spinner in code using requestFocus() or any other way? It is not happening for me, but I can assign the focus to a textEdit and then manually press the 'up' on the dpad to place the focus on the spinner. --~--~-~--~~~---~--~~ You

[android-beginners] Re: Issues with Hello World

2009-06-08 Thread Jack Ha
Do you see any error messages in the Console? -- Jack Ha Open Source Development Center ・T・ ・ ・Mobile・ stick together 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

[android-beginners] Re: Creating semi-transparent list items - possible?

2009-06-08 Thread ayush
if you want a traditional dialog-box look, then another option would be to implement the built in Dialog Theme on your Activity containing the ListView. also, you can override the standard Dialog Theme and make changes to the background colour, fonts etc. theres a short-and-sweet example on how

[android-beginners] Re: Timer

2009-06-08 Thread ian.fawcett.hun...@googlemail.com
java.util.Timer see http://developer.android.com/reference/java/util/Timer.html Use cancel() from the event that cancels the timer. Ian Hunter On Jun 8, 7:40 pm, Kevin J. Brooks bear123434...@comcast.net wrote: Hey Everyone, I need a method that will notify me every 60 seconds until I

[android-beginners] Able to use T-Mobile G1 without contract for application testing?

2009-06-08 Thread tgustafson
Hello everyone, As a casual free-app developer on a tight budget, I am trying to find the most economical way to purchase a phone for application development and testing. I have looked at the $399 Android dev phone with the positives of being to load your own OS updates, but I have also looked