[android-beginners] list - need suggestion

2010-01-26 Thread android beginner
Hi, My Activity has list of items and on clicking any item, new window with different set of list has to appear and this can continue upto 4 or 5 level depths. I need your expert advice on how to achieve this. Can I have each sub-list to be of separate activity? If there are any online examples

[android-beginners] android xml files

2009-11-05 Thread android beginner
hi i m new to android. my question is what is the use of xml files in android.like in j2me we wont have any xml files..simply we have source file...in andorid also we are having source files...then whats the use of xml files... 2)whats the difference between res/ and assets/ -- You

[android-beginners] Re: How to begin with android

2009-10-28 Thread android beginner
dont worryinstall the sdkit took some 1 hour...after that install the things with eclipse plug in.then started to run it. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Beginners group. To post to

[android-beginners] How to share data between the program that launches the thread and the thread itself?

2009-08-07 Thread Android Beginner
Sorry... must be a very easy question... otherwise I would't be a real Android Beginner... :-) How to share the variable pippo between the program that launches the thread and the thread itself? @Override public void onCreate() { super.onCreate(); int pippo = 5; new

[android-beginners] Error when trying to output logcat to a a external file

2009-02-17 Thread Android Beginner
Hi, I am trying to capture logs when emulator starts and I am issuing the following command ./adb logcat -f ~/androidlog in order to output the logs to the external file androidlog in my home directory. However I gives an error that couldn't open output file: No such file or directory. I dont