Android
-
After introducing the topic – as well as creating our basic, local web-service – in the last post, today we're going to publish our MVC 4 Web API application to the cloud and see it working from a number of different client environments. Preparing to publish to Azure Now that we're ready to publish to […]
-
With my AUv recording out of the way, I've been starting to think more seriously about my AU sessions, over the last few days. The "big one" (with 100+ registered attendees and counting) is about moving code from a desktop application to the cloud, and will basically summarise the process I followed in my "cloud […]
-
I'm hopefully sunning myself on the beaches of Brittany, at this point, but here's some information that Mikako Harada kindly brought to my attention. Adam Nagy has put together a fantastic series of posts on the AEC DevBlog that I think will be of general interest: Revit model viewer for iOS – part 1 Revit […]
-
As we reach the end of this long series of posts on moving code to the cloud – and a look at ways to use the functionality from a wide variety of applications, many of them on mobile devices – I felt it was worth putting together a quick summary post to reinforce the overall […]
-
I hadn't actually planned a 3rd part to this series, but Dennis Ippel kindly spent some time looking at the code posted in the last post, to see where optimisations might be made to increase the sphere count. Consequently, Dennis made some changes to the Rajawali framework to support batch rendering of objects, as well […]
-
In the last post, we took a quick look at some basics around developing application for Android, while today we're going to see the code for our Apollonian Viewer application. Or, as my 5 year-old likes to call it, the "sweetie planet" app :-). Last time, I mentioned Dennis Ippel as the author of the […]
-
In the last post, we looked at an approach for bringing data from our Apollonian web-service into a Unity3D scene. Our next "off piste" look at consuming data from this web-service is on the Android platform. This is my first serious attempt at mobile development (ignoring some fooling around I did with Embedded Visual C++ […]