/* * Copyright (C) 2011 Virginia Tech Department of Computer Science * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ /** * <p> * Provides core functionality related to Sofia-based Android applications and * activities. The {@link sofia.app.Screen} class in this package extends * {@link android.app.Activity} and is the base class for all Sofia-based * activities. * </p><p> * Other functionality provided by this package is automatic * <strong>persistence</strong> for data in activities (see the * {@link sofia.app.Persistent} annotation). * </p> * * @since API level 1 */ package sofia.app;