[android-developers] How to use Surfaceview with mediaplayer in RecyclerView Adapter or Listview Adapter?? Plz Help me?? Any Good Tutorial on this??

2016-07-13 Thread rock on
Hello all,

I am Developing an application in on video's page Horizontal Recyclerview 
is required & video is Fetched thorugh the amazon s3.
i want to play that video in surface view..

if anyone knows about this. please tell me how to do this??

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/23b98aaa-df4b-443e-a6c1-14ae10bd93b1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] classes.dex not found in CTS apks

2012-01-23 Thread Rock
Hi,
I build CTS on ICS and Ubuntu 10.04.
The build is successful and the apks are generated.
But when I try to install them, it says that the classes.dex is not
present. I am not sure why this is happening. Any help would be
appreciated.

Thanks,
-Vinay

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: Need an invitation to google Wave?

2009-11-02 Thread ROCK
Please send me one - dispatchma...@gmail.com

On Nov 1, 11:20 am, Auguste Lunang  wrote:
> Hi,
> i have some google wave. invits to share. tell me if u want ..
> thx

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: how to close activity?

2009-06-23 Thread Rock
Hi...

  You are declared as private String s; So "s" variable cannot
access in 1.java 0r 3.java.. So
make the "s" variable declared as public static String s; So now you can
access variable in 1.java 0r 3.java
So assign value s="";

Thank You

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: how to close activity?

2009-06-23 Thread Rock
hi...

 Can You update that code

Thank you
Rock

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: how to close activity?

2009-06-23 Thread Rock
 hi...

 kill the variables means...? can you give the
example...?

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: whats wrong with my EditText to int

2009-05-24 Thread Rock
hi...

 @Override
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.main);
add();

this way you call the add function... Then it will thrown exception...

see this blog.. This may help you

http://groups.google.com/group/android-developers/browse_thread/thread/9a17873ffe8b6e0b/5ef7d60fb4ea4fa1?q=nithinvaramballi#5ef7d60fb4ea4fa1

Thank You
  Rock

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---