[android-beginners] How can I use methods from an activity in other activities

2009-08-12 Thread Hamed3d
Basically, I have two different Activities, one of them has 2 member functions which I want to use them in other activities. so here in Splash class activity, I referenced to Htest class: private final Htest htest; htest.setNoTitle(); but I get this error: The blank final field hsudoku may not

[android-beginners] Re: How can I use methods from an activity in other activities

2009-08-12 Thread Hamed3d
Thank you guys, Sorry, it is htest not Hsudoku. How can I instantiated htest in my code? could u please help me out? On Aug 12, 11:10 am, Balwinder Kaur (T-Mobile USA) balwinder.k...@t- mobile.com wrote: Hamed3d, Nowhere in your code that you pasted do you have the final field

[android-beginners] Re: Question Regarding the Background Menu

2009-08-09 Thread Hamed3d
Thank u so much Liviu, I will try it and see if it works.. --~--~-~--~~~---~--~~ 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

[android-beginners] Re: Question Regarding the Background Menu

2009-08-08 Thread Hamed3d
Anyone?I really appreciate any helps. --~--~-~--~~~---~--~~ 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 this group,

[android-beginners] How to Move an Image Using Finger Touch

2009-08-07 Thread Hamed3d
Hi there, I am trying to move an image using finger touch.I tried to find a tutorial or sample code for it but I couldn't find anything. Could anyone please help me out here? Thanks in advanced... --~--~-~--~~~---~--~~ You received this message because you are

[android-beginners] Question Regarding the Background Menu

2009-08-07 Thread Hamed3d
Hi there, I have a GUI question and hope someone can help me out. I am trying to make a GUI where I have 3 buttons ( start, about, exit). What I need is to have a background behind these buttons. For instance Xgalaga game for android. When you start the game there are 3 buttons and behind them

[android-beginners] Re: How to Move an Image Using Finger Touch

2009-08-07 Thread Hamed3d
and statements in this email are those of the author solely in their individual capacity, and do not necessarily represent those of T-Mobile USA, Inc. On Aug 7, 11:24 am, Hamed3d hamed.sa...@gmail.com wrote: Hi there, I am trying to move an image using finger touch.I tried to find

[android-beginners] JetBoy Sample Question

2009-08-05 Thread Hamed3d
Hi there, I have a question regarding the Jeyboy game that comes with the SDK. I noticed the game runs in Landscape mode which is cool. I looked at the code but I can;t find the command that forced the game to be played in landscape mode. I wrote a simple code that draws a image but I want it to

[android-beginners] Re: JetBoy Sample Question

2009-08-05 Thread Hamed3d
I found the answer. it is being done in manifest: android:screenOrientation=[unspecified | user | behind | landscape | portrait | sensor | nonsensor] --~--~-~--~~~---~--~~ You received