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 Apr 10th, 2009
Very often I found on the web ContentProvider examples based on a SQLite table that describes, as a constraint, to have a column named _id to be used as primary key. Also the official Android Dev Guide introducing in Creating a Content Provider tells to
Be sure to include an integer column named "_id" (with [...]
Read Full Post »