xamarin Android Developing basic concept [closed] - c#

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
I need some basic help about xamarin basic's.
can anyone guide me about Xamarin basic concept like selecting layout ,like resize button etc..

I would suggest doing an intro tutorial from a well known blog or even Youtube to get the gist of how to develop an Xamarin application. There you should be able to pick up the basic concepts. Tutsplus has an excellent 3 part tutorial which I found very helpful link

Related

How to find Exterior wall facing south-east, south-west, north-east, north-west in C# Revit API [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 2 years ago.
Improve this question
I need to find "exterior wall facing" in c# revit API...please help me. I want the wall facing.. the wall is in which facing like southEast, southwest, northeast, northwest.
I have referred this link
https://thebuildingcoder.typepad.com/blog/2010/01/south-facing-walls.html
i have use the math.abs(AngleToSouth) * 57.2958=angle in degree
57.2958 is redian
but not getting
thank you
Please always perform some minimal research before asking a question.
One of the places to look for answers to Revit API questions is in the sample collection included with the Revit SDK.
In this case, the sample DirectionCalculation demonstrates exactly what you are asking for.

How to create Office UI in win form Using C# [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
I google a lot for a long time. I have no idea how to create OfficeUI in C# Win Form. Less article teach this.
I found this video. But it is presentation of the OfficeUI only. Actually, I really want to develop a Win Form like this.
https://www.youtube.com/watch?v=dCTmWjN3WkA
any idea?
many thanks.
I assume you mean you want to add an Office Ribbon Bar to a WinForms application ? If you google ".net WinForms RibbonBar" you will find a bunch of examples; for instance this CodeProject one; http://www.codeproject.com/Articles/364272/Easily-Add-a-Ribbon-into-a-WinForms-Application-Cs

How do I make a dynamic chart? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
I am getting a constant stream of radio-frequency data and I want to graph it dynamically like an oscilloscope.
I am using C#. Can I use the chart class for this? Are there any readings or videos to help me learn where to start?
You might want to take a look at the MS Chart controls that come with Visual Studio.
Here's a good place to start:
https://msdn.microsoft.com/en-us/library/dd456632.aspx
...and some samples:
https://code.msdn.microsoft.com/mschart

How to implement web camera for video conferencing in asp? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 3 years ago.
Improve this question
I want to create a asp web application for video conferencing, how i can implement this?
Thanks...
In my point of view, the better support for such issue was implemented within Silverlight technology. As start point I can suggest: http://msdn.microsoft.com/en-us/library/ff602282%28v=VS.95%29.aspx
It is possible to implement your Silverlight into ASP.NET like was described here

Has anyone used C# with a Sales Logix database? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 9 years ago.
Improve this question
Has anyone used C# with a Sales Logix database?
Yes. I rewrote a History tab that worked better and faster than the original Best/Sage built-in tab version using datagridviews in C#. It was a .NET plugin and I used Ryan Farley's instructions for getting it to work in SLX 6.x. In SLX 7.x you can use C# and VB.NET natively for building plug in components.
Yes. I have.
(Not the most interesting answer on SOB today, but that's what the question asked...)

Categories