xamarin

  1. caseyjames

    ArKit video capture issue on iOS.

    https://github.com/caseybasichis/FaceTracking_01 The iOS app runs, but I can't seem to add video. App features a button to cycle and display media (jpg, but should be jpg/mp3/m4a). Cycling the media, starts a new background recording. It should record audio/video/ArKit_face_mocap data...
  2. Eldar

    Question Quiz help

    Hello, I'm starting to learn xamarin and want to create my first quiz app. Example: text "Question 1:" checkbox + text "answer option 1" checkbox + text "answer option 2" checkbox + text "answer option 3" Confirm button After pressing the button, question 1 disappears and a new question and...
  3. Apichafoko

    Question I need some Help - Drawing, Filling, Painting

    Hi everyone, I need to know which one is the best tool that I should use for my project. Basically, the goal of the App is that the user could select/paint/highlight or something similar any part of the human body and that the app could recognize which part the user touched and then do some...
  4. DominusDRR

    Is there a way to get the MAC address of a device on a network based on its IP address? (C# & Android)

    Hi. I have an application made for Android in C #. I'm trying to get the MAC address of a remote device using its IP address as follows: public string GetMacByIP(string ipAddress) { try { // grab all online interfaces var query =...
  5. DominusDRR

    Why can't I get the hostname of an ip on an LAN network?

    Hi. I have an application made in C# and Android. The application tries to get the hostname of an IP as follows: private string GetHostName(string ipAddress) { try { IPHostEntry entry = Dns.GetHostEntry(ipAddress); if (entry != null) { return entry.HostName...
  6. DominusDRR

    Sending mail with Android and C#, it never returns from SmtpServer.Send

    Hi. I have the following code that works perfectly with C# and WPF: String emaailO = "xxxxxxx@outlook.com"; String passwordO = "123456789"; SmtpClient SmtpServer = new SmtpClient("smtp.live.com"); var mail = new MailMessage(); mail.From = new MailAddress(emaailO)...
  7. A

    Question Text to speech in spanish male in xamarin forms

    Hello I need my xamarin forms application for android and ios to speak with a male voice in Spanish without using third party subscriptions since the customer does not want to pay for them, but is willing to pay if it is a tts (text to speech) for a single fee. at the moment i have tried with...
  8. H

    London-UK: Developer C# - Permanent

    PERMANENT Full-time position Below is an outline job description. If you are interested or have any questions, please email to Angela.Nguyen@virtusllc.com directly. Developer - London, United Kingdom Tracking Code 710-171 Job Description Senior Developer required for a unique, highly...
  9. H

    Houston, TX: Senior Developer C#, Xamarin - Permanent

    PERMANENT Full-time position Below is an outline job description. If you are interested or have any questions, please email to Angela.Nguyen@virtusllc.com directly. Senior Developer - Houston, Texas Tracking Code 401-171 Job Description IT professional experienced in .NET programming...
  10. H

    Dublin, Ireland: Senior Developer C#, Xamarin - Permanent

    PERMANENT Full-time position Below is an outline job description. If you are interested or have any questions, please email to Angela.Nguyen@virtusllc.com directly. Senior Developer - Dublin, Ireland Tracking Code 611-171 Job Description IT professional experienced in .NET programming...
  11. H

    London-UK: Senior Developer C# - Permanent

    PERMANENT Full-time position Below is an outline job description. If you are interested or have any questions, please email to Angela.Nguyen@virtusllc.com directly Senior Developer - London, United Kingdom Tracking Code 699-171 Job Description IT professional with experience in C# .NET, and...
  12. B

    Xamarin (C#) Android online course for college credit!

    I will be teaching a course on Android App development next term at Lane Community College. You will learn how to build apps using both Android Studio and Java (the standard way to make apps) and using the Xamarin framework and C# to make cross-platform apps. The course starts January 8, 2018...
  13. V

    Arrange List by Distance [Xamarin]

    Hi Everyone, The app that I am working on currently has user details stored in a db and if you click on any user it will show you their details and also their location pin pointed on a map below their details. What I want the app to do is use my current location and then display the users who...
Back
Top Bottom