[android-beginners] Re: R.java file is not getting updated

2009-02-03 Thread Ashwani Rao
tifier found for attribute 'orientation' in package 'android' Any Idea on the above. Reagrds, Ashwani On 2/2/09, Mark Roberts wrote: > > > You can force a rebuild by deleting the R.java file > > On Feb 2, 7:40 am, Ashwani Rao wrote: > > Hi, > > > > T

[android-beginners] Re: R.java file is not getting updated

2009-02-02 Thread Ashwani Rao
dth="fill_parent" > android:layout_height="wrap_content" android:text="Instructions" > android:layout_gravity="left"/> > > > Try to add > > android: > > To the First two button id's. > > Are you getting any red squiggly l

[android-beginners] Re: R.java file is not getting updated

2009-02-01 Thread Ashwani Rao
rk Murphy wrote: > > Ashwani Rao wrote: > > > HI, > > > > > > I have created xml file for UI. > > > I later added identifiers (@+/id) to few elements but the R.java file > > > is not getting updated. > > > &g

[android-beginners] R.java file is not getting updated

2009-01-29 Thread Ashwani Rao
HI, I have created xml file for UI. I later added identifiers (@+/id) to few elements but the R.java file is not getting updated. Regards, Ashwani --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Beginners"

[android-beginners] regarding game creation

2009-01-29 Thread Ashwani Rao
Hi, I trying to develop a small game. I have to draw a screen (in 2D) which will have a backgroung and will consists of other elements which i should be able to control through keystrokes. For example the screen will have a ball and stick. I should be able to control the stick through keystrokes.

[android-beginners] Re: Android Documentation

2009-01-28 Thread Ashwani Rao
Hi, Such package would be great. Pelase let us know. Regards, Ashwani On Wed, Jan 28, 2009 at 1:22 PM, Rohan wrote: > > Is the Android Docs available for download as a single package > similliar to JavaDocs so that i can use it offline. Can anybody tell > me from where can i get it if it exists.

[android-beginners] free android programming book

2009-01-28 Thread Ashwani Rao
Hi , Is there any free andorid pdf or manual available ? Reagrds, Ashwani --~--~-~--~~~---~--~~ 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@googlegroup

[android-beginners] how to move from one screen to another ?

2009-01-28 Thread Ashwani Rao
Hi, i have created an activity which brings an UI with buttons for various actions. I want to associate various actions/call with these buttons. How i can do this ? For example i click a button the then i should move to different screen. Reagrds, Ashwani --~--~-~--~~~---

[android-beginners] Exception in thread "main" java.lang.NoSuchMethodError: main

2009-01-27 Thread Ashwani Rao
Hi, Can anyone help me with error mentioned in subject line. I made a very simple gui with menus and it was working fine unitll i did some changes. Following is the code: package hello.com; import android.app.Activity; import android.os.Bundle; public class MainGui extends Activity { /** C

[android-beginners] Re: relative layout

2009-01-16 Thread Ashwani Rao
thanks,Ashwani On Fri, Jan 16, 2009 at 10:36 AM, PRATAP SOLAPUR wrote: > U can do it by using android:background tag in ur > layoutfileplace a the picture u want to display in drawable > folder n use the tag > > android:background="@drawable/picturename"

[android-beginners] relative layout

2009-01-15 Thread Ashwani Rao
Hi, I want to have a beautiful scenery in the background of my menu. Hoo we can provide this back ground? Regards, Ashwani --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this gro

[android-beginners] failed to load dx.jar

2009-01-05 Thread Ashwani Rao
Hi, I have installed latest eclipse and jre 1.6. When i create an new android project then error window pops up with following info. "Android Sdk content loader" has encountered a problem. failed to load dx.jar. There is also error of "old adb version". Regards, Ashwani --~--~-~--~--