[android-beginners] Re: ADB problem

2010-01-30 Thread KitzyKitt
I use Windows 7 and eclipse and haven't had a problem with development gand testing with the emulator. However, I did try to hook up my phone to try to test on it and haven't found the correct drivers. That part workes great on my husband's XP machine :( Hope it helps -Kitzy On Jan 29, 7:13 pm,

[android-beginners] Re: Notification helf

2010-01-29 Thread KitzyKitt
If you could be more persice about what you want to do, that would help pinpoint a better solution. You can try doing a toast... Toast.makeToast(notification string, Toast.SHORT).show(); My syntax might be off, but look up Toast Or are you wanting something in the notification bar at the top of

[android-beginners] Re: LogCat window seems to stop working

2010-01-29 Thread KitzyKitt
I have also noticed that hitting the clear log. Button in Eclipce will wipe the log and not reconnect it. Restarting Eclipse will reconnect the log. You can try using the command line to show the log. -Kitzy On Jan 28, 11:20 pm, Kevin Duffey andjar...@gmail.com wrote: Hey all, Has anyone

[android-beginners] Re: How can I set max-height on GridView?

2010-01-29 Thread KitzyKitt
Are your GridView and Spinner element all withiin the same element, such as a LinearLayout? If so, try posting your layout file here. -Kitzy On Jan 27, 4:45 am, CoRex mrco...@gmail.com wrote:   Hi all. I am new to android-development so please be patient with me. :) I am trying to

[android-beginners] Re: where to start with android

2010-01-29 Thread KitzyKitt
The best place to start would be with the Hello Andoid tutorials on the Android website. They give you small projects to code on as well as how to setup your environment. After that, you may want to look at the thread on great Android books and choose one to read. Happy Coding -Kitzy On Jan

[android-beginners] Re: root == jailbreak ?

2010-01-26 Thread KitzyKitt
Have you set your phone to debug mode? This is the first step to test an app on your phone. You may also need to set the permission to run non-market software on your phone, also under settings. Sincerly, -Kitzy On Jan 26, 7:35 pm, Andrés G. Aragoneses kno...@gmail.com wrote: Hi. I'm

[android-beginners] Re: Unable to configure emulator network

2010-01-26 Thread KitzyKitt
I'm sorry I don't have the exact link, but google searching web connection proxy emulator will retun mant suggestions. One I did see however, said to go into the setting on the emulator and change the internet connection settings to those of your proxy. Hope that helps. -Kitzy On Jan 26, 3:28 

[android-beginners] Re: how can I launch my own activity from Home screen?

2010-01-21 Thread KitzyKitt
Are you trying to run it through the Emulator? Or did you get it to work on the emulator and now you are trying to get it to work on your phone? This extra information will be helpful in solving your issue. Sincerly, -Kitzy On Jan 21, 6:19 am, satish bhoyar getsatonl...@gmail.com wrote: hi

[android-beginners] Re: Eclipse Debugger

2010-01-17 Thread KitzyKitt
. If however, you are wanting to step-through the android specific code, and not you own code, I haven't worked with it enough to answer that, yet. Happy Coding -KitzyKitt On Jan 14, 7:53 am, Yuvi yuvidr...@gmail.com wrote: Hi! I don't really have a solution for your problem...I can just tell you