[android-beginners] Game Development sample code

2009-09-24 Thread Pruthvi Raj
Hi,I am planning to develop the car game, so if any body having sample code
to start with,please let me know
-- 
Thank You,
Pruthvi Raj G.R

--~--~-~--~~~---~--~~
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, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Failed to start monitoring

2009-09-23 Thread Pruthvi Raj
Hi,If i plug in my device its showing as Failed to start monitoring
HT851GZ44724.
But it was working fine i minute before.
Can you please tell me what might be the problem.

-- 
Thank You,
Pruthvi Raj G.R

--~--~-~--~~~---~--~~
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, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Re: Simple Animation Code

2009-08-20 Thread Pruthvi Raj
Hi,In Oncreate method set the setContentView with main.xml file and use
imageVeiw id which is defined in the main.xml in u r .java file.
 public void onCreate(Bundle icicle) {
super.onCreate(icicle);
setContentView(R.layout.main);
// set its background to our AnimationDrawable XML resource.
ImageView img = (ImageView)findViewById(R.id.simple_anim);
img.setBackgroundResource(R.anim.simple_animation);

-- 
Thank You,
Pruthvi Raj G.R

On Thu, Aug 20, 2009 at 3:03 PM, Kingcrowley  wrote:

>
> I am just gonna put in snippets of the code
>
> public void onCreate(Bundle savedInstanceState) {
>super.onCreate(savedInstanceState);
>
>setContentView(R.layout.frame_animations_layout);
>
> (sets View)
>
> ***
> case 0:
>
>ImageView imgView =
> (ImageView)findViewById(R.id.imageView);
>imgView.setVisibility(ImageView.VISIBLE);
>
>
>  imgView.setBackgroundResource(R.drawable.frame_animation);
>
>AnimationDrawable frameAnimation =
>(AnimationDrawable)
> imgView.getBackground();
>
>if (! frameAnimation.isRunning())
>{
>frameAnimation.start();
>}
>
>
>
>
>
>break;
>
> *
>
> should start animation.
> The code logically is fine, as in it does get to this code but the
> animation never appears on sceen.
> Weirdly if i press the home button, and then switch back to my app it
> reopens and the animation is then shown as running!
>
> Is there a way to bring it to the foreground? or to give it focus
> easily?
>
> Thanks,
>
> David
>
> >
>

--~--~-~--~~~---~--~~
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, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Please Tell the Book to Purchase

2009-08-19 Thread Pruthvi Raj
Hi,Can you please guide me to take android book for Programming?
-- 
Thank You,
Pruthvi Raj G.R

--~--~-~--~~~---~--~~
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, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---