XamarinTcpIP
Workstation or Server Application is s a console base application that's work as server application. Xamarin.Android application is client application that work as a client. In this repo you will also find Xamarin.Forms project for client.Xamarin.Android-Text-Recognition-by-Camera
I would like to present to readers the amazing feature of Mobile Vision API: Text recognition by using a mobile camera. Text Recognition Mobile Vision is an API which helps us to find the text in pictures and video streams to observe the content checked in that. Structure of Text The text recognizer breaks the content into pieces, lines, and words. A word is a contiguous arrangement of alphanumeric characters on a similar vertical axis. A line is an adjoining set of words on a similar vertical axis. A chunk is a bordering set of text lines.Xamarin.Android-Custom-Keyboard
Xamarin.Android-Firebase
In this repository you will find Xamarin.Android projects with Google Firebase. 1) FirebaseDatabase 2) Upload Image to Firebase.Xamarin.Android-Firebase-Auth
Add email authentication in Xamarin.Android using FireBase. Or in simple words, we will be adding email login to a Xamarin.Android App using Firebase. What is Firebase? FireBase is a NoSQL Real-time Database that helps you store the data of your app on the Cloud devoid of any irritation of creating and sustaining the server.UploadtoBlob
Image-UploadBlob-Xamarin.FormsXamarin.Android-QR-Reader-By-Camera
A QR Code consists of black squares arranged in a square grid on a white background, which can be read by imaging devices, such as a camera. The required data is extracted from the patterns that are present in both, horizontal and vertical components of the image. Prerequisites Google Play Services - Vision QR Code image.Xamarin.Android-Mongo-Database-Sample
MongoDB is a document database with the scalability and flexibility that you want with querying and indexing of the data. Collection in MongoDB A collection is a group of MongoDB documents. It is equivalent to an RDBMS table. A collection exists within a single database. The collection does not enforce a schema. Documents within a collection can have different fields. Typically, all documents in a collection are of similar or related purpose. Document in MongoDB A document is a set of key-value pairs. Documents have a dynamic schema. Dynamic schema means that the document in the same collection does not need to have the same set of fields or structure, and common fields in a collection's document may hold different types of data. About MLAB MLab is a fully managed cloud database service that hosts MongoDB database. MLab is based on the cloud providers like Amazon, Google, and Microsoft Azure, and has partnered with Platform-as-a-Service provider.ImageToBlob
Upload Image to blob storage using Xamarin.AndroidXamarin.Android-ExistingSQLiteDB
Xamarin.Android-Social-Media-Logo-Quiz-Game
Xamarin.Android-SQLiteDB
AnalyzeIamge
Analyze Iamge Solution for Xamarin.Android using Cognitive Services.FaceDetection
Xamarin.Android Face Detection Solution using Computer Vision API for Face.CelebrityRecognizationByCamera
Celebrity Recognization By Camera Solution for Xamarin.Android using Computer Vision API.Xamarin.Android-ImageSlider
Xamarin.Android-Fingerprint-Authentication
Sample of fingerprint authentication source code for Xamarin.Android.TRXF
Travel Record Application with Xamarin.Forms using Map + SQLite + GeoLocation Nuget Packages.Xamarin.Android-QR-Code-Reader
A QR Code consists of black squares arranged in a square grid on a white background, which can be read by imaging devices, such as a camera. The required data is extracted from the patterns that are present in both, horizontal and vertical components of the image. Prerequisites Google Play Services - Vision QR Code image.RecognizeCelebrities
Xamarin Android Celebrity Recognization Solution Application using COmputer Vision API.Xamarin.Android-ToDoList-Sample
This is a simple ToDoList application sample for Xamarin.Android.AnalyzeIamgeByCamera
Analyze Iamge Solution for Xamarin.Android using Cognitive Services.Xamarin.Android-Flags-Quiz-Game
Introduction In this game, you will be able to recognize the flags of countries like Switzerland, South Korea, Panama, The Netherlands, Portugal and India. Game Features Question about flags of all countries in the world Time Limit: 5 seconds per question Mode: Easy, Medium, Hard, Hardest Database: SQLit Score: Highest and lowest score based MedalsXamarin.Android-Text-Recognition-Application
This app is based on Xamarin Google-Play-Services vision for text recognition. Text recognition is the way of identifying the text in pictures and video streams and perceiving the content from there. Once the text is identified, the recognizer at that point decides the real content in each square and fragments it into lines and words. Text Structure The text recognizer fragments the content into pieces, lines, and words. A block is a bordering set of text lines; for example, a passage or segment. A line is an adjoining set of words on a similar vertical axis. A word is a contiguous arrangement of alphanumeric characters on a similar vertical axis.Xamarin.Android-RecycleView
Android RecyclerView is a more advanced version of ListView with improved performance and other benefits. Using RecyclerView and CardView together, both lists and grids can be created very easily. For the recycler view we are going to design a list of photos and the title.Love Open Source and this site? Check out how you can help us