Note that there are some explanatory texts on larger screens.

plurals
  1. POAndroid activity’s xml layout
    text
    copied!<p>I am using MonoDevelop for Android and have a question about using Android Smart Image View. Here is the WWW address: <a href="http://loopj.com/android-smart-image-view/" rel="nofollow">http://loopj.com/android-smart-image-view/</a></p> <p>The installation is as follows:</p> <blockquote> <p>Add a SmartImageView to your activity’s xml layout:</p> </blockquote> <pre><code>&lt;com.loopj.android.image.SmartImageView android:id="@+id/my_image" /&gt; </code></pre> <p>Can I place have some help to do this properly. I am not sure exactly where to place this code. I am currently using the StandardControls sample and the Gridview activity.</p> <p><strong>EDIT</strong></p> <p>I have added the SmartImageView to the xml layout file. When I code the following line:</p> <pre><code>SmartImageView myImage = (SmartImageView) findViewById(R.id.my_image); </code></pre> <p>I am getting the following error: </p> <blockquote> <p>The type or namespace name 'SmartImageView' could not be found (are you missing a using directive or an assembly reference?)</p> </blockquote> <p>The installation says:</p> <blockquote> <p>Download the latest .jar file from github and place it in your Android app’s libs/ folder</p> </blockquote> <p>I do not have a libs/ folder. Do I need to create a /libs folder? If so, where do I create this folder? Also, once I have this folder, do I extract the contents of the .jar file into the folder, or just place the .jar file into the folder?</p> <p>Currently I have just extracted the .class files into a folder with the other .class files for this project. I am pretty sure this is what is wrong.</p>
 

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