[android-developers] How to apply GPL license to Android App ?

2012-09-30 Thread Angelo Luciani Riu
ine Esempio: /*Copyright 2012 Angelo Luciani*/ 2. Every file should have a reference to the license Esempio /* Nome-Programma is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either versi

[android-developers] How to apply GPL license to Android App ?

2012-09-29 Thread Angelo Luciani
ine Esempio: /*Copyright 2012 Angelo Luciani*/ 2. Every file should have a reference to the license Esempio /* Nome-Programma is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either versi

Re: [android-developers] Re: Database example

2012-08-16 Thread Angelo Luciani
You have to do 2 things: *1. Create your class relate Database a Table you want create* package com.angelo.sqllite; import android.content.Context; import android.database.sqlite.SQLiteDatabase; import android.database.sqlite.SQLiteOpenHelper; public class MioDatabaseHelper extends SQLiteOpenHe