[android-beginners] UI Question - ListView and Relative View

2010-07-06 Thread Daniel Favela
Hello, Android beginners! I've completed all of the tutorials under the Hello, Viewshttp://developer.android.com/resources/tutorials/views/index.html section. However, I'm unsure if what I want to do is possible. I want the top of my UI to be a edit box and a button (much like in the

Re: [android-beginners] Top 10 iPhone apps

2010-06-16 Thread Daniel Drummond
I emailed the group-owner, and the user has been banned, and all posts deleted. On 16 June 2010 19:04, Mikey frak@gmail.com wrote: Anyone here know how you report a spammer on this list? On 16 Jun 2010, at 18:38, Justin Anderson wrote: Seriously...  does the retard not even realize that

Re: [android-beginners] brand new to Android

2010-06-16 Thread Daniel Drummond
http://developer.android.com/index.html has a lot of good material on it. On 16 June 2010 12:11, Jason jasonfungs...@gmail.com wrote: Just brand new to android, have strong knowledge of Java,XML,MySQL. Where do I need to start from, any books or materials to read first? -- You received this

Re: [android-beginners] shutdown / reboot the android device

2010-06-15 Thread Daniel Drummond
On 15 June 2010 16:58, Justin Anderson janderson@gmail.com wrote: I don't an SDK application can do this.  AFAIK you need to have your application signed by Google to do something like this... but, good luck getting them to do that for you...

[android-beginners] Is Browsing While Calling Impossible? Why?

2010-06-08 Thread Daniel Favela
Greetings, fellow aspiring Android developers! In a discussion about the differences between the iPhone and Android devices, I recently heard that Verizon users were unable to browse the internet while they were on a call. That is: 1. User makes a phone call. 2. User hits Home and opens up the

[android-beginners] TranslateAnimation on ImageView in GridView

2010-06-02 Thread Daniel Kränkle
Hello, so I think I've tried long enough without any advance. Maybe you guys can help me with my problem. I've got this GridView with some ImageView objects in it. And what I want to do, is translating a clicked picture (ImageView object) to the middle of the Screen. The translation works,

Re: [android-beginners] installation problem

2010-05-12 Thread Daniel Favela
Hi, Dhaval. The method in the error, *java.io.PrintStream.printf*, is actually a Java method that has no direct association with Android ( http://java.sun.com/j2se/1.5.0/docs/api/java/io/PrintStream.html). If I had to guess, I'd recommend checking to make sure Java is installed on your machine.

Re: [android-beginners] What is R.java

2010-05-09 Thread Daniel Favela
On this note, I was wondering: when exactly is R.java updated? Here are some cases that have caused confusion for me. - I add a new file in the res/layout folder. R.java is NOT updated with my new xml file. I perform a CLEAN on the project and then... - I delete a file such that main.xml is

Re: [android-beginners] Advice For First (Simple?) Non-Tutorial Project

2010-05-05 Thread Daniel Favela
overwhelming, perhaps you need different documentation: http://wiki.andmob.org/books (in the interests of full disclosure, I wrote some of those) On Sat, May 1, 2010 at 4:27 PM, Daniel Favela dfav...@gmail.com First question: I've done the Hello World and notepad tutorials, as well as run

[android-beginners] Advice For First (Simple?) Non-Tutorial Project

2010-05-01 Thread Daniel Favela
Greetings, fellow beginners! First question: I've done the Hello World and notepad tutorials, as well as run through the quick tutorial http://www.youtube.com/watch?v=I6ObTqIiYfEon youtube by Dan Morril. I've also read a bit of the Android fundamentals materials. Is this enough experience to

Re: [android-beginners] Advice For First (Simple?) Non-Tutorial Project

2010-05-01 Thread Daniel Favela
-serving, if you find the documentation overwhelming, perhaps you need different documentation: http://wiki.andmob.org/books (in the interests of full disclosure, I wrote some of those) On Sat, May 1, 2010 at 4:27 PM, Daniel Favela dfav...@gmail.com First question: I've done the Hello World

Re: [android-beginners] Re: How often does an activity run?

2010-04-20 Thread Daniel Favela
Well, this seems like a good exercise to test my learning and reading as a newbie in the Android scene. If I'm understanding BobG correctly, he means that the calls to onDraw depend entirely on your application. Your *Hello World!* sample renders the text once and never has to render anything

[android-beginners] Connecting to Wi-Fi Network

2010-02-02 Thread Daniel Rolph
Hello everyone, I am having issues connecting to a network that is physically located next to my N1. I am using the 2.1 SDK. The code snippet for my connection is: WifiConfiguration wifiConfig = new WifiConfiguration(); wifiConfig.BSSID=00:0C:41:F5:B0:08; wifiConfig.SSID=\linksys\;

[android-beginners] Re: Cannot download SDK with eclipse 3.5 in ubuntu 9.10.

2009-11-18 Thread Lee Daniel Crocker
Took me most of a day, but I finally got the SDK working under Karmic. Here's what I did: I'm not sure this is necessary, but I installed Sun's JDK 6, and did: sudo update-java-alternatives -s java-6-sun to make sure that everything was pointing to it. Karmic uses OpenJDK by default; it may

[android-beginners] Maps API Add-Ons Device Support?

2009-10-09 Thread Daniel Lew
and their API levels; however, is there a list of devices and their compatibility with Google API add-ons? Thank you, Daniel --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Beginners group. To post to this group, send

[android-beginners] Setting a view to be sqare without hardcoding dimensions

2009-09-24 Thread Daniel
I'm trying to create a layout using XML where there is a view that is a square that fills the width of the activity in portrait mode without setting any values that assume the screen will always be a certain resolution or aspect ratio. The remainder of the space available will have additional

[android-beginners] Re: Threading Problem

2009-08-15 Thread Daniel Mário
here is the activities lifecycle: http://developer.android.com/guide/topics/fundamentals.html#actlife when you press the back, your activity process got killed to get the desired behaviour of restoring previous activity state, you need to save the activity state before pause/stop/destroy/kill

[android-beginners] Re: Beginner problem with TabHost

2009-08-13 Thread Daniel Mário
put android:id=@android:id/tabhost in TabHost review your TabActivity class, to properly initialize these tabs --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Beginners group. To post to this group, send

[android-beginners] Re: speech / voice recognition problem (HTC Hero / Emulator)

2009-08-13 Thread Daniel Mário
recognition for some games, but nothing yet... Good luck to you! Daniel --~--~-~--~~~---~--~~ 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] Poor quality contact photos

2009-08-04 Thread Daniel
Hi - is there any way (or an app) to improve the quality of the contact photos, even pictures taken with my dSLR and put on my HTC Hero look terrible when I'm making or receiving calls. Thanks --~--~-~--~~~---~--~~ You received this message because you are

[android-beginners] Android Device not detected on Karmic

2009-07-10 Thread Daniel Sloof
Phone0100 PQ: 0 ANSI: 2 dan...@ubuntu:~$ echo $PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/home/daniel/dev/android-sdk-linux_x86-1.5_r2/tools dan...@ubuntu:~$ adb devices * daemon not running. starting it now * * daemon started successfully * List of devices

[android-beginners] Camera in emulator

2009-05-07 Thread DANIEL AEGERTER
the new SDK 1.5? Thanks for your help Regards, Daniel --~--~-~--~~~---~--~~ 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] How to add scrollbars in a custom view which override onDraw() method?

2009-04-27 Thread Daniel Yen
Hi everyone, I refered to APIDemo LabelView to create a custom view which overrides onDraw() method. I would like to have scrollbars in this widget. I added android:scrollbars=vertical parameter in xml file, however, it did not display scroll bar. I guess that it could because that I overrided

[android-beginners] Connect 2 Androids Ad-Hoc or via Hot Spot ?

2009-03-09 Thread Daniel Weidele
Hey guys, i need the possibility to exchange messages between NEARBY Android Phones. This could mean, if they are close enough together, that they build up a kind of ad-hoc net, or if one is connected to a hot spot, and another gets into the hot-spot net, that the hot spots tells one that

[android-beginners] Re: Connect 2 Androids Ad-Hoc or via Hot Spot ?

2009-03-09 Thread Daniel Weidele
Your post does not help me, at all. As i already said, i would like to see code snippets or some kind of manual, how to connect to a hot spot, or at least discover one, OR directly discover and connect another android or mobile phone. Half-Knowledge or strange comments with introducing GPS

[android-beginners] Android on Nokia E90

2008-03-27 Thread Daniel Rossi
Hi there, I would like to look at replacing my Nokia E61 with an E90. Is the Nokia E90 capable of running the Android OS ? Sorry I still don't understand how it actually runs on a phone. I would also need to know how the firmware is able to be set back to factory defaults just in case

[android-beginners] Re: R: [android-beginners] Android on Nokia E90

2008-03-27 Thread Daniel Rossi
@googlegroups.com ] Per conto di Daniel Rossi Inviato: giovedì 27 marzo 2008 14.57 A: Android Beginners Oggetto: [android-beginners] Android on Nokia E90 Hi there, I would like to look at replacing my Nokia E61 with an E90. Is the Nokia E90 capable of running the Android OS ? Sorry I still

[android-beginners] Re: R: [android-beginners] Re: R: [android-beginners] Android on Nokia E90

2008-03-27 Thread Daniel Rossi
On 28/03/2008, at 1:45 AM, Pindaro Olindo wrote: Ok so this project is a pilot project but you cannot actually phisicially use it yet ? And the idea is to replace the phone OS with the Android Linux Kernel OS in the future ? What is the whole point of the project, how can I physicially

[android-beginners] Re: R: [android-beginners] Android on Nokia E90

2008-03-27 Thread Daniel Rossi
Thats going to be a long way down the track then what a shame. Very powerful and flexible OS it seems ? Surely it should be possible to slap the OS on the Nokia hardware with a bit of hacking ? :D I prob don't want to get into development of this for fun unless I had an end product to