Search results

  1. H

    how to get unique Video Id in Android application?

    Hi everyone, getThumbnail(ContentResolver cr, long origId, int kind, BitmapFactory.Options options); From the above line, can any one know how to get the long value of "origId" for particular video? I want to display thumbnail images for my video application.
  2. H

    How to connect two different xml file in one Android application?

    Hi friends, i am doing application in android technology. i created two different types of XML file, both the XML file having EditText. Also i created two different types of java file, both the java file accessing separate xml file for the different actions. But whenever i compiling the process...
Back
Top