How to access gallery -> Camera Media videos and display it in List on button Click?
        Posted  
        
            by Srikanth Naidu
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Srikanth Naidu
        
        
        
        Published on 2010-05-19T09:31:35Z
        Indexed on 
            2010/05/19
            9:50 UTC
        
        
        Read the original article
        Hit count: 221
        
i am beginner in Android app development i am working on a app which lists the videos and images and uploads them from android phone to the windows server,
Button Listvideo = (Button) findViewById(R.id.Listvideo); Listvideo.setOnClickListener(this);
help me out with the listing images and videos........................
© Stack Overflow or respective owner