This content has 9 years. Please, read this page keeping its age in your mind.This mobile application constitutes an important part of this project since it is directly related to the radiation mapping visualisation. Up until now the radiation mapping is a procedure which is conducted offline. To illustrate, the operator could carry a hand
Tag: iOS
Control a ROS-enabled UAV (Functionality)
This content has 9 years. Please, read this page keeping its age in your mind. The teleoperation application is a prototype of a fully working application yet has not optimised in areas such as functionality and appearance to be commercially available. The application consists of three main screens. The first screen appears when the application
Control a ROS-enabled UAV (Concept)
This content has 9 years. Please, read this page keeping its age in your mind.One of the popular and traditional methods of tele-operating a quad copter is using a Remote Control (RC). It is a well-established and tested method, which has its origin before the era of the UAV. Nowadays, advanced UAVs are equipped with
Getting xml data from a web service (Part 2 – RaprureXML 101)
This content has 12 years. Please, read this page keeping its age in your mind.In the first part, Getting xml data from a web service (Part 1 – AFNetworking 101), we managed to get the raw xml data from a web service using the AFNetworking library. RaptureXML is a simple, block-based XML library for the iOS platform
Continue reading Getting xml data from a web service (Part 2 – RaprureXML 101)
Delete specific extension files from sandbox
This content has 12 years. Please, read this page keeping its age in your mind.Let’s say that me app creates temporarily pdf and png files on Documents folder of the app. It’s good manners to delete the files when your app terminates or go to the background (it depends). Let’s see a chunk of code
Continue reading Delete specific extension files from sandbox
iOS Fonts
This content has 13 years. Please, read this page keeping its age in your mind.Hmm…how may fonts can I use and how they looks like? Answer simple: iOS Fonts here.
iOS App localization
This content has 13 years. Please, read this page keeping its age in your mind.It’s better to have a multilingual app…is it right? Ok, in iOS everything is set up. You can follow Albert’s Mata enlightening tutorial “Introduction to internationalization using storyboards on iSO 5”. Enjoy…thanks Albert
Stanford C193p complete list
This content has 14 years. Please, read this page keeping its age in your mind.For those who attend Stanford C193P iPhone development Lectures a useful list with all the walkthroughs and assignment is here. Notice that is about 2009 lectures.