Posted in programming on Jan 29th, 2011
I recently made a very simple Activity to display an HTML file stored within an Android app. This task could be useful to add an help page to your app without dealing with layouts.
First you need the HTML file you want to display and you have to put it in the res/raw directory of your [...]
Read Full Post »
Posted in 4, programming on Jan 29th, 2011
I often use the C port knocking client developed by Judd Vinet and I also took inspiration from its code to write a PHP implementation of that.
I recently noticed that, sometimes and more often when I use it on 3G Internet connections, the port knocking authentication fails because (I suppose) the connects tried are too [...]
Read Full Post »
Posted in programming on Dec 25th, 2010
I know I'm a strange boy, with strange problems (at least wrt software development), but recently I had to solve the problem to build a Java project many many times programmatically changing only few parameters on it. One of the change to do was to rename the main package of the project, the package under [...]
Read Full Post »
Posted in family, programming on Oct 24th, 2010
Ho aggiunto una nuova funzionalità di ricerca all'interno dell'applicazione AiC Mobile per Android (rilasciata con la versione 1.2.0). La funzionlità aggiunta è la possibilità di ricercare nel prontuario dei prodotti senza glutine fornito da AIC semplicemente pronunciando le parole che si vogliono usare come chiavi di ricerca.
La funzionalità introdotta sfrutta le API per il riconoscimento [...]
Read Full Post »
Posted in programming on Oct 15th, 2010
I love hacking on my Android device, the SDK is well designed and there's always a new technology to study, but to give a complete user experience to our applications we need icons! In particular, I found very useful (even if discouraged by the Android guidelines) to use, for the option menu, the icons included [...]
Read Full Post »
Posted in family, programming on Aug 4th, 2010
GlutenBuster è diventata l'applicazione ufficiale per la piattaforma Android dell'Associazione Italiana Celiachia e ora si chiama AiC mobile.
Con questo post segnalo che ho rilascio la versione 1.0.0 di AiC mobile e che ieri l'ho pubblicata sul Market Google in modo che chiunque sia interessato possa installarla e usufruire del prontuario AIC dei prodotti senza glutine [...]
Read Full Post »
Posted in family, programming on May 22nd, 2010
Ho rilasciato la prima versione pubblica di GlutenBuster, app per la piattaforma Android per la consultazione del prontuario AIC degli alimenti senza glutine.
GlutenBuster è sviluppato come software libero (Free Software) ed è distribuito gratuitamente da sito di sviluppo collaborativo.
Sono alla ricerca di persone interessate a partecipare alla fase di test prima della pubblicazione nel [...]
Read Full Post »
Posted in english, programming on May 21st, 2010
I recently made an helper class to download a file from the web and save it to the file sytem while updating a ProgressDialog to let the user know the percentage of the download made. This class has the responsibility to manage the network communication and to send messages to the UI to update the [...]
Read Full Post »
Posted in programming on Dec 14th, 2009
I've implemented a port-knocking client implementation in PHP inspired by the knockd C implementation made by Judd Vinet.
You can can download it at this page.
If you don't know what port knocking is, it can briefly described as a way of surreptitiously offering services on a server without advertising the fact. By delivering a special sequence [...]
Read Full Post »
Posted in programming on Oct 20th, 2009
Venerdi’ 20 Novembre 2009 si terrà a Bologna il sesto Italian Agile Day. Si tratta di una conferenza gratuita di un giorno dedicata alle metodologie Agili per lo sviluppo e la gestione dei progetti software rivolta agli sviluppatori, project leaders, IT managers, tester, architetti e coach che hanno esperienze da condividere o che iniziano solo [...]
Read Full Post »