Steema at Xamarin Evolve 2014

Steema Software has confirmed its presence as an exhibitor at Xamarin Evolve 2014. In this article I’ll explain what Steema Software will be presenting at the conference. Xamarin  is planning Evolve 2014 as “The world’s largest cross-platform mobile development”. It will be held in Atlanta from Monday 6th October until Friday 10th. From the Steema team, Josep […]

Read More

Real-time charting with TeeChart for Xamarin.Android

To complete the zooming and panning functionality description in the multi-touch article, I should also speak about one last case which concerns real-time performance. Actually, this is not a zoom/pan style but the lack of it.  It’s the the TChart.Zoom.Style property value not covered on that article, ZoomStyles.None. So, what does ZoomStyles.None consists of exactly?  It disables zooming […]

Read More

Using TeeChart Java with Android Studio

Minimal example using TeeChart Java in Google’s Android Studio. Android Studio home page: https://developer.android.com/sdk/installing/studio.html Download: Download the example (9MB) If you want to recreate this project, the steps are as follows: 1) TeeChart Java for Android The above example download includes an evaluation version of TeeChart.Android.jar library. (The evaluation version draws a watermark) If you wish […]

Read More

Multi Touch with TeeChart for Xamarin.Android

Now that you know how to get started with TeeChart for Xamarin.Android, let’s get into a more interesting topic, multi-touch with TeeChart and Xamarin.Android. From its inception, TeeChart for Xamarin.Android supports multi-touch gestures. However, since the release of build 4.14.6.25 in June 2014, the multi-touch offering has been extended with the implementation of the entire ZoomStyles.Classic functionality. In this […]

Read More