[android-beginners] problems executing shell commands

2008-08-27 Thread spinifu
Hello, Executing sqlite3 command doesn't do anything. I execute it from the adb shell after the application has been launched, isn't that right? also i try .databases but it won't work either. I´m programming on Windows, so i guess that .databases should be databases, which won't work. Do i have

[android-beginners] Re: Add Wikinote as new project in eclipse

2008-08-26 Thread spinifu
Hi there, I don't have a clue why, but i've had the same problem with some of the projects I've downloaded. This worked for me, create a new Folder, named whatever you want, and put the project inside that folder. This way it shouldn't give you any errors. Hope it helps, cheers

[android-beginners] Re: ListAdapters

2008-08-26 Thread spinifu
Hello: First of all thanks to Mark. It didnt quite solve my problem, basically cause i didn't explain myself clearly. I meant buttons, instead of icons. Icons are just ImageViews, but i want my ListView to be able to handle buttons embedded in the actual rows, clickable buttons. Thanks again to