Note that there are some explanatory texts on larger screens.

plurals
  1. POHow do i create the above view in my android application?
    primarykey
    data
    text
    <p>Because i'm create an app similar to what was shown below but i have no idea how to create a view similar to what was shown above after i click a buttton to navigate to this page where all the video and map log file is shown.. I'm kinna new in android/java can someone guide me on this? </p> <p>EDIT: This is a series of code for creating a directory to store my video files but these files can only be seen outside the application but i wanted it to be seen in the application where when a button is pressed it navigates to the VideoList to browse the various videa file i have filmed and when press it display a custom screen seen <a href="http://www.google.com.sg/imglanding?q=autoguard%20blackbox&amp;um=1&amp;hl=en&amp;sa=N&amp;rls=com.microsoft%3aen-us%3aIE-Address&amp;rlz=1I7ADFA_en&amp;tbm=isch&amp;tbnid=V7qe7Ei5QW7BgM%3a&amp;imgrefurl=http://www.androidapps.com/apps/435160-autoguard-blackbox-hovan-yoo&amp;imgurl=http://c1345842.cdn.cloudfiles.rackspacecloud.com/assets/screenshots/images/002/558/790/original.jpg%253F1298353539&amp;w=480&amp;h=800&amp;ei=B-S4TYrjN_Pp0QGT3c2DCg&amp;zoom=1&amp;iact=hc&amp;page=4&amp;tbnh=159&amp;tbnw=95&amp;start=69&amp;ndsp=24&amp;ved=1t:429,r:22,s:69&amp;biw=1366&amp;bih=653" rel="nofollow">here</a>. But what are the things should be done to achieve this?</p> <pre><code>File dirlist = new File(Environment.getExternalStorageDirectory() + "/VideoList"); if(!(dirlist.exists())) dirlist.mkdir(); File TempFile = new File(Environment.getExternalStorageDirectory() + "/VideoList", dateFormat.format(date) + fileFormat); mediaRecorder.setOutputFile(TempFile.getPath()); </code></pre>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload