Author Archive

Passwords Manager

Written by Jaume. Posted in Personal

Password manager made in EmberJS and Django.

[Movintracks] SDK iOS & Android

Written by Jaume. Posted in Companies

It’s an interactive campaign using beacons that can be programmed on a dashboard and it will launch actions on your own application

[TISSAT] StackSync (iOS Client)

Written by Jaume. Posted in Companies

logo@2x

It’s a Cloud storage client system like dropbox, I made the iOS client using iOS native libraries. It requires to have a little data cache on the device of the files that was managed using a simple CoreData Design, and also it has to have bookmarks files, that application maintains always downloaded to the last version.

HTZ Reader

Written by Jaume. Posted in Personal

nacnac_logo A HTZ WebComic comic reader using the same server communications APIs as the official application, this is designed to learn the basics of  Blackberry OS 10 Cascades. It is programmed using a combination of C++ and Javascript.

[Kirubs] NacNac

Written by Jaume. Posted in Companies

nacnac_logo

This project is a game for children: in this case my work involved converting the iOS version, programmed in cocos2D-iPhone, to Android using cocos2D-x. This required transforming the entire obj-C a C++ code and adding certain utilities in order to adapt the project to the different android resolutions without difficulty.

BillardOnline 3D

Written by Jaume. Posted in Personal

It’s a project of a Billard Game in 3D, Actually only runs in player vs player. The target of this project was improve my C++ skills and learn more about 3D game development

[Kirubs] BMW EnRuta

Written by Jaume. Posted in Companies

Logo

This is a mobile application for recording a route with the car using GPS. It allows the user to add and share places of interest with others, share the last route travelled with friends or view nearby locations that have been marked as places of interest.

Neural Network

Written by Jaume. Posted in University

As part of the university practice, I had to produce a neural network to predict certain basic problems. I implemented this neural network through a class in order to use it in all types of programmes and by adding the maximum amount of possible configurations, making it possible to save and restore the learning data of the neural network.

Quick App Search

Written by Jaume. Posted in Personal

ic_launcher-web

This is an application search engine and launcher. At Kirubs I had to launch other device applications displaying a filtered list. With this knowledge, I started to think about producing an applications search engine and launcher in order to optimise to the maximum the time spent searching and launching an application. I used the application as a suitable testing bench for experimenting and improving my knowledge of Intents, SQLite, Java threads and Daemons.

StackCalculator

Written by Jaume. Posted in Personal

logo_1i_B1-03 large_480

Battery-operated calculator based on the operation of HP graphic calculators, optimised for use via mobile touch screens. Although calculators are commonly used to learn new APIs of applications with interfaces, the use of a battery-operated calculator involves greater internal complexity than the simple calculator used in most basic applications.