[android-beginners] android:orientation=horizontal

2010-04-30 Thread amitait
Hi all. I'm trying to make my view horizontal by default. I've put the android:orientation=horizontal at main.xml but it doesn't seems to work...the view keeps sticking to the state of the device. I want to lock it on horizontal only. Also, when I installing my app on my device, it says that

[android-beginners] Re: android:orientation=horizontal

2010-04-30 Thread amitait
I found the answer for the first question. I just added: android:screenOrientation=landscape to the activity on the manifest.xml Now I need help for my second question :) On Apr 30, 9:57 am, amitait amit...@gmail.com wrote: Hi all. I'm trying to make my view horizontal by default. I've put

[android-beginners] Re: menu.add - Cannot be resolved

2010-04-28 Thread amitait
Thank you :) On Apr 27, 11:23 pm, TreKing treking...@gmail.com wrote: On Tue, Apr 27, 2010 at 2:21 PM, amitait amit...@gmail.com wrote: What is private static final int ? (Or, where can I read about it?) How about on the internet?http://lmgtfy.com/?q=java+private+static+final+int http

[android-beginners] menu.add - Cannot be resolved

2010-04-27 Thread amitait
Hi all. I'm doing my first steps with developing for the Android and I'm already stuck. I had this code: package com.example.helloandroid; import android.app.Activity; import android.os.Bundle; public class HelloAndroid extends Activity { /** Called when the activity is first created. */

[android-beginners] Re: menu.add - Cannot be resolved

2010-04-27 Thread amitait
Thank you! What is private static final int ? (Or, where can I read about it?) -- You received this message because you are subscribed to the Google Groups Android Beginners group. NEW! Try asking and tagging your question on Stack Overflow at http://stackoverflow.com/questions/tagged/android