Xamarin Blog
Thursday, May 27, 2021
Saturday, December 12, 2020
Saturday, April 25, 2020
Xamarin Tensorflow lite
//https://wordpress.org/plugins/code-prettify/
Android Image Classification with TensorFlow Lite & Azure Custom Vision Service
Using TensorFlow and Azure to Add Image Classification to Your Android Apps
https://github.com/jimbobbennett/blog-samples/tree/master/UsingTensorFlowAndAzureInAndroid
class Voila {
public:
// Voila
static const string VOILA = "Voila";
// will not interfere with embedded tags.
}
// This is line 4. foo(); bar(); baz(); boo(); far(); faz();
int x = foo(); /* https://github.com/googlearchive/code-prettify https://mothereff.in/html-entities https://www.compromath.com/2017/02/adding-specific-code-syntax-highlighter.html */ <pre class="prettyprint"><code class="language-java">...</code></pre> int y = bar();
Android Image Classification with TensorFlow Lite & Azure Custom Vision Service
Using TensorFlow and Azure to Add Image Classification to Your Android Apps
https://github.com/jimbobbennett/blog-samples/tree/master/UsingTensorFlowAndAzureInAndroid
Saturday, April 18, 2020
Pass data between activities
var intent = new Intent(this, typeof(SecondActivity));
intent.PutExtra("myname", "sagar");
StartActivity(intent);
Accessing data form another activity
string myname = Intent.GetStringExtra("myname");
Log.Debug(GetType().FullName, "My name is: " + myname);
Subscribe to:
Posts (Atom)
Free Online Photoshop
https://www.freeonlinephotoshop.com/