Subversion Repositories ES

Rev

Rev 6 | Rev 12 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6 Rev 8
Line 12... Line 12...
12
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
 * See the License for the specific language governing permissions and
13
 * See the License for the specific language governing permissions and
14
 * limitations under the License.
14
 * limitations under the License.
15
 */
15
 */
16
16
17
package ch.ffhs.converter;
17
package de.pointedears.converter;
18
18
19
import android.app.Application;
19
import android.app.Application;
20
20
21
/**
21
/**
22
 * This is an example of a {@link android.app.Application} class. Ordinarily you
22
 * This is an example of a {@link android.app.Application} class. Ordinarily you
Line 25... Line 25...
25
 * shared between multiple
25
 * shared between multiple
26
 * activities.
26
 * activities.
27
 *
27
 *
28
 * In this case, we have not defined any specific work for this Application.
28
 * In this case, we have not defined any specific work for this Application.
29
 *
29
 *
30
 * See samples/ApiDemos/tests/src/ch.ffhs.converter/ApiDemosApplicationTests for
30
 * See samples/ApiDemos/tests/src/de.pointedears.converter/ApiDemosApplicationTests for
31
 * an example
31
 * an example
32
 * of how to perform unit tests on an Application object.
32
 * of how to perform unit tests on an Application object.
33
 */
33
 */
34
public class ConverterApplication extends Application
34
public class ConverterApplication extends Application
35
{
35
{