libAeApps is an Android library project which provides reusable solutions to some common problems. Some solutions require boiler plate code which can become tedious to manage.
This is named after Artistik Expressionz since all my apps follow the package structure "com.ae.apps.[appname]".
Codenames for development versions are based on fruits, mostly berries.
The latest codename is Kiwiberry
Detailed information about the architecture of the project is available on the project wiki at this link Depending on the features you use, make sure to declare the permissions in your manifest.xml file.
Presently the following android app projects make use of this library.
To see the history of changes, see Changelog
With version 4, the library has been split into multiple modules, each of which could be included separately in an android app. Instructions for using this library are mentioned at Distribution
Instructions for migrating from a prior version of the library are at Migration Guide
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.