[android-beginners] bluetooth range

2009-07-15 Thread Android
hi.. what's android bluetooth range capabilities? is it 10m/100m? cheers --~--~-~--~~~---~--~~ 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] Hello Views Tutorial

2009-07-15 Thread Neilz
Hi all, stage 2 of my initiation and I'm on the HelloViews tutorials. http://developer.android.com/guide/tutorials/views/index.html Do I have to create each of these with an entirely new Eclipse project? Or is there a clean way to put another Activity class into an existing project (like the

[android-beginners] Re: How to pass User created object between two Activity in same Application?

2009-07-15 Thread MrChaz
If your class implements Parcelable then you can use add it to the intent that you're calling via putExtra() e.g. ClassA bar = new ClassA(0, foo); Intent i = new Intent(this, Activity.class); i.putExtra(MyClass, bar); An example of implementing Parcelable is below, Serializable also seems to

[android-beginners] Re: EventListener on worker thread

2009-07-15 Thread MrChaz
well if you capture the event on the UI thread and just send them via queueEvent then you'll be doing what you describe anyway, unless I've missed something. On Jul 14, 10:55 pm, zoerb ryan.zo...@gmail.com wrote: Is there a way to setup an EventListener on a worker thread?  I have a

[android-beginners] Re: Official Google Android Developer Phone G1 (running in Canada) needs Cupcake!

2009-07-15 Thread golem
Actually, it should be installed automatically. My phone didn't really want do so either for some reason. I got the 1.1 update but I never got the 1.5 update. Not via my provider on UMTS, nor via WLAN. Using a SIM from a friend, who uses a different provider solved the problem for me. Got the

[android-beginners] Re: How to set the activity as Main ?

2009-07-15 Thread Nerj
Thank you for ur reply, For your kindly information, I already mention that action tag for SpinnerTest. Pls, suggest me On Jul 13, 1:30 pm, golem haemmerl...@gmail.com wrote: You should also move action android:name=android.intent.action.MAIN / to the intent-filter of SpinnerTest.

[android-beginners] API for the Android Market?

2009-07-15 Thread Android
hi.. Is there an API for the Android Market? cheers --~--~-~--~~~---~--~~ 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

[android-beginners] Re: Official Google Android Developer Phone G1 (running in Canada) needs Cupcake!

2009-07-15 Thread Disconnect
On Tue, Jul 14, 2009 at 9:20 AM, Ben Watson (bitpakkit)bitpak...@gmail.com wrote: How do I best install Cupcake on my dev G1 from Google?  It is the one with the Google logo on it. http://www.htc.com/www/support/android/adp.html --~--~-~--~~~---~--~~ You

[android-beginners] Re: Plz help me to retrieve contacts

2009-07-15 Thread Yogeshbansal
Hi, You need to add write permission in the manifest file. because you are writing into database. add the below line in you manifest file after /application closing tag of application uses-permission android:name=android.permission.WRITE_CONTACTS On May 21, 1:24 pm, Alan Cassar

[android-beginners] Re: API for the Android Market?

2009-07-15 Thread Mark Murphy
Android wrote: Is there an API for the Android Market? Not officially, no. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Need Android talent? Ask on HADO! http://wiki.andmob.org/hado --~--~-~--~~~---~--~~ You received

[android-beginners] SEO for android forums

2009-07-15 Thread Raja Nagendra Kumar
To my suprise, on google search for 'android forums' we don't see any link to android groups of http://groups.google.com Could google do some thing.. as many find other forums first..and it is not good see main forum being ignored/missing with first class needs of developers. Regards, Raja

[android-beginners] Re: SEO for android forums

2009-07-15 Thread tauntz
This topic belongs to the android-discuss list. As for your surprise - these are groups (or mailing lists or newsgroup or ..) not forums. Why does that surprise you that you won't find a link to google groups if you search for forums? :) Tauno On Wed, Jul 15, 2009 at 2:45 PM, Raja Nagendra

[android-beginners] Frame Animation Problem

2009-07-15 Thread Luca
Hi, I have made a simple frame animation but when I display the animation the images are stretching in width to fill the screen. Cany anyone suggest a solution. Thanks Luke --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[android-beginners] Re: API for the Android Market?

2009-07-15 Thread Android
10x. sad to hear. On Jul 15, 2:42 pm, Mark Murphy mmur...@commonsware.com wrote: Android wrote: Is there an API for the Android Market? Not officially, no. -- Mark Murphy (a Commons Guy)http://commonsware.com|http://twitter.com/commonsguy Need Android talent? Ask on

[android-beginners] Re: SEO for android forums

2009-07-15 Thread Raja Nagendra Kumar
Thank you Tauno.. If there is a way, I shall try moving this to advised list. groups and forum and other names such as lists,communities etc in developer world/technical world are used to mean a place to discuss about that technology. SEO is all about reaching to such varied searches or context

[android-beginners] How to play back a selected ringtone or alarm sound ??

2009-07-15 Thread AnubisAndroid
Hi, i am still dont found a solution to how do i play a alarm sound what i have picked with the preference class. Is there a simple solution how to get the sound to play without using the media player or notifications? --~--~-~--~~~---~--~~ You received this

[android-beginners] Re: Official Google Android Developer Phone G1 (running in Canada) needs Cupcake!

2009-07-15 Thread AnubisAndroid
Welcome in the club, i also have the phone, and i am a bit disappointed, with it and with google. Since the phone only will work on the edge network so you will not be able to get 3G to play with. Also the Marketplace sucks since Canada is still not hocked up for paid apps and so not for selling

[android-beginners] First real Android app

2009-07-15 Thread roli
So I am new to the android problem and I have a few questions. I used a book to learn the basics (and some advanced stuff) of android development. So my appliactions work in emulator like I planed but the question is what do I have to do if I want my application to work in real world. Are there

[android-beginners] Linking sourcecode

2009-07-15 Thread Pablo Nebreda Cespedosa
Hello anddevs! I am trying to link a Java Project into an Android project with Eclipse, but it seems that it is unable to link the packages. I now that J2SE classes must be converted, but in this case is just Java Source Code. It is possible to use the Project? And if not, what is the best

[android-beginners] Re: Avd issues

2009-07-15 Thread d1ve blu3
On Wed, Jul 15, 2009 at 2:23 AM, stephen rigg stevie...@gmail.com wrote: I downloaded the sdk file. And extracted its contentsand opened that folder wich explains the second snapshot. I proceeded by clicking tools wich I think I was supposed to do. Then went back to the website to learn how to

[android-beginners] Widget Reference

2009-07-15 Thread d1ve blu3
Hallow,, im new to android, I've follow some example that came with sdk but it seems that was example for application. Can anyone give some reference how to create an widget? thank you -- One of the mankind greatest enemy is man itself -Gendo Ikari

[android-beginners] How to kill background applications?

2009-07-15 Thread sychee
Hi, I am currently writing a program to kill processes that the users choose to end. From the logCat, I notice that a Signal 9 has been sent to the application but the process is still running. I am only able to kill my own process through the code below. I understand that the kernel only allow

[android-beginners] just say hello to all~,

2009-07-15 Thread 凡尘
nice to meet you~ ^-^ --~--~-~--~~~---~--~~ 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] Old data still showing in the emulator

2009-07-15 Thread Skeniver
Hi there This is my first post... I am in the process of teaching myself Android, using the Professional Android Application Development book. I am busy with the tutorial of the To Do List. I haven't gotten anywhere near to a 'saving data' point, but when I run my application, it still has

[android-beginners] emulator doesn't shows up

2009-07-15 Thread ddaarkk
Hi, I'm a beginner for android apps development.I use netbeans to develop java apps so decided to integrat android with it. I downloaded the nbdroid plugin and apache ant .I installed apache ant successfully, installed the plugin, gave the path of the SDK to netbeans.But after creating hello

[android-beginners] Re: Hello Android app

2009-07-15 Thread droideka
Here's my experience, I hope it helps: I simply clicked the Run button (same as Run - Run). I had to w..a..i..t about 5 minutes for the emulator to start up. Eventually the emulator screen said something like screen locked, press Menu to unlock, so I clicked the Menu button. Then, I got a

[android-beginners] Understanding intercepting touch events

2009-07-15 Thread samothx
I am working on a TableLayout which I wantt to be able to exceed the width of the screnn. As I have learned ScrollViews only scroll vertically so I am looking at how to scroll my table manually. For this purpose I have created a custom view derived from TableLayout and overridden the onTouch

[android-beginners] Re: bluetooth range

2009-07-15 Thread atharva chauthaiwale
Hi , I think Bluetooth Range does not depend upon OS but on Bluetooth card (h/w )in your device. Generally , it is 10m for mobile phones .. :) On Wed, Jul 15, 2009 at 1:38 PM, Android developer4andr...@gmail.comwrote: hi.. what's android bluetooth range capabilities? is it 10m/100m?

[android-beginners] using the getLine1Number() method

2009-07-15 Thread desmo84
Ok, I'm still new to using java and j2me all together, although I understand enough to make basic programs and understand what I think about returning methods. I'm having trouble with the code below, for now all i want my code to do is pull up the MSISDN telephone number that a mobile device has.

[android-beginners] Re: EventListener on worker thread

2009-07-15 Thread zoerb
The only problem is that you can't return whether or not you handled the event from the renderer. So you can't just send all events to the renderer and return true from the GLSurfaceView because, for example, you won't be able to hit the back button and exit the application. On Jul 15, 3:58 am,

[android-beginners] Re: EventListener on worker thread

2009-07-15 Thread Manjula C
Hello friends Am doing MS i have selcted to develop an application on andoid as my final project work, as we have to do RnD,can any one suggest any applications and it shuold currently not on android. Thanks Manjula On Wed, Jul 15, 2009 at 3:25 AM, zoerb ryan.zo...@gmail.com wrote:, Is

[android-beginners] Re: using the getLine1Number() method

2009-07-15 Thread Oliver Rennfort
Try String str =sum(); Android Apps Developer On Jul 15, 2009 11:34 AM, desmo84 desm...@gmail.com wrote: Ok, I'm still new to using java and j2me all together, although I understand enough to make basic programs and understand what I think about returning methods. I'm having trouble with the

[android-beginners] [android-beginners]

2009-07-15 Thread Rafa Perfeito
Hey all, Been doing some work in the emulator but the idea (as obvious) is to test them in an actual physical device. The HTC Magic is already available in my area, but i'm still thinking of its advantages to the Dev Phone 1... Especially because i've seen some people with problems connecting the

[android-beginners] G2 vs G1

2009-07-15 Thread Rafa Perfeito
(Now with an actual subject...) Hey all, Been doing some work in the emulator but the idea (as obvious) is to test them in an actual physical device. The HTC Magic is already available in my area, but i'm still thinking of its advantages to the Dev Phone 1... Especially because i've seen some

[android-beginners] Re: onCreateContextMenu ListView Confusion

2009-07-15 Thread Sikus
getSelectedItem(), getSelectedItemId(), and getSelectedView() should all work, called on your ListView. Can anybody help me with this method in onCreateContextMenu (ContextMenu menu, View v, ContextMenuInfo menuInfo) method? I don't know how recognize selected item because this method return

[android-beginners] how to obfuscate Android code during eclipse compile

2009-07-15 Thread jeremygwa
hi all, I would like to obfuscate my code during compilation in eclipse. I am very new this, so how would I do this. I am using a Mac. a tutorial would be great. thanks all in advance. Regards, Jeremy --~--~-~--~~~---~--~~ You received this message because

[android-beginners] Fwd: Toast

2009-07-15 Thread Rohan Solanki
-- Forwarded message -- From: Rohan Solanki solanki.ro...@gmail.com Date: Wed, Jul 15, 2009 at 11:09 AM Subject: Toast To: android-develop...@googlegroups.com Hi all, I want my Toast to be displayed at specific points on the screen. How do i do that? Thanks in advance...

[android-beginners] Re: Hello Views Tutorial

2009-07-15 Thread Yusuf T. Mobile
You could put several activities in one project and specify the main activity in the manifeset file, but making a new project for each is easier. Yusuf Saib Android ·T· · ·Mobile· stick together The views, opinions and statements in this email are those of the author solely in their individual

[android-beginners] ContextMenu for ListView

2009-07-15 Thread Ankit Shah
I have a ListActivity and using BaseAdapter i have populated ListItems (Single ListItem row contains 3 views: 1 ImageView icon, 1 TextView Title and 1 more TextView Description). Now When I short click on a list item, I get the position via onListItemClick event. When I long click on the same

[android-beginners] Re: ContextMenu for ListView

2009-07-15 Thread Mark Murphy
Ankit Shah wrote: I have a ListActivity and using BaseAdapter i have populated ListItems (Single ListItem row contains 3 views: 1 ImageView icon, 1 TextView Title and 1 more TextView Description). Now When I short click on a list item, I get the position via onListItemClick event. When I

[android-beginners] How to get a child views of particular TableRow in TableLayout ?

2009-07-15 Thread Mapara,Harshit Nitinkumar
Hi All, Here is my screen description: It is a TableLayout and it contains multiple Rows. I have set TableRow as clickable, as I want to go to next screen on click of a tableRow. Everything I am doing through Java programming (instead of XML layout, because number of TableRows changes each

[android-beginners] Re: How to log test results in a file? - logcat error

2009-07-15 Thread Yasser
Thanks Brett, that helped.. The log messages I write in the test code are not included in the output using -r option? to get those i need to run logcat. Also is there a mechanism to send messages from the emulator to desktop? -Yasser On Jul 14, 8:48 pm, Brett Chabot brettcha...@android.com

[android-beginners] Re: How to kill background applications?

2009-07-15 Thread Roman
For being able to kill whatever processes you have to be root. One possible way to kill applications from Java level would be to implement a JNI interface. You would need to implement a native application which runs as root and is able to handle incoming requests. Your native JNI implementation

[android-beginners] Re: Android on Ubunty 9.04

2009-07-15 Thread rch
I am still having issues connecting my G1 to ubuntu 9.0.4 Below are all the details I am still not able to connect to G1 from ubuntu 9.0.4 I followed the instructions ls -l looks as below ~/android-sdk-linux_x86-1.1_r1/tools$ ls -l /etc/udev/rules.d/ total 232 -rw-r--r-- 1 root root 1547

[android-beginners] Problem connecting G1 to Ubuntu 9.0.4

2009-07-15 Thread rch
Step 1 I did lsusb When I do lsusb I get the following rkc:~/android-sdk-linux_x86-1.1_r1/tools$ lsusb Bus 004 Device 002: ID 08ff:2580 AuthenTec, Inc. AES2501 Fingerprint Sensor Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 007 Device 006: ID 0bb4:0c02 High Tech Computer

[android-beginners] Re: Problem connecting G1 to Ubuntu 9.0.4

2009-07-15 Thread Mark Murphy
rch wrote: Step 2 I added a file /etc/udev/rules.d/51-android.rules The contents of 51-android.rules is SUBSYSTEM==usb, SYSFSHigh Tech Computer Corp.==0bb4, MODE=0666 I have the following as 50-android.rules SUBSYSTEM==usb, SYSFS{idVendor}==0bb4, MODE=0666 Step 3: I modified permsisions

[android-beginners] Re: Email Interception Intents

2009-07-15 Thread Matty
Bump. Anyone? --~--~-~--~~~---~--~~ 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