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 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 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 english, programming on May 23rd, 2008
The version 10.5 (Leopard) of Mac OS hides under the skin some very useful tools for developers. In particular for Java developers, you can find:
Java 5 SDK (as default)
Java 1.4 SDK
Maven 2.0.6
Ant 1.7.0
These tools are sufficient to develop and build complex Java applications but in some cases, the choices made by Apple to install them [...]
Read Full Post »
Posted in programming on Jan 29th, 2008
Dando per scontato che tutti sappiano che cos'è il PRBM, finalmente mi sono deciso a correggere i bachi segnalati sulla versione 0.6.9, alcuni dei quali probabilmente prensenti da molto tempo. Ecco quindi che rilascio la versione 0.6.10 (codename ''cinquina'') che va a fissare i seguenti problemi:
Le schede dei fiori importate dal raccoglitore inseriscono un errore [...]
Read Full Post »