Android Open Source - Framework Design Skeleton






Project Summary

A better Android framework. There are many pain points when building an Android application such as dealing with oddities with Fragments, orientation changes, passing object instances between Fragments/Activities and many more. This framework is designed to alleviate most of these issues to make building Android applications faster and easier..

Web Site / Source Repository

Skeleton is hosted in the following web site
https://github.com/gordokyl/Skeleton

If you think the Android project Skeleton listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Project Detail

The following table is the detailed list of Skeleton.

ItemValue
Java File Count13
Minimum SDK Version14
Activity Count0




License

The license information of Skeleton is as follows:

Apache License

Java Source Files

com.gordon.skeleton.ApplicationTest.java
com.gordon.skeleton.SkeletonActivity.java
com.gordon.skeleton.annotations.AnnotationHelper.java
com.gordon.skeleton.annotations.LayoutHelper.java
com.gordon.skeleton.annotations.MenuLayout.java
com.gordon.skeleton.containers.Container.java
com.gordon.skeleton.flow.FlowBundler.java
com.gordon.skeleton.flow.GsonParcer.java
com.gordon.skeleton.presenters.Presenter.java
com.gordon.skeleton.screens.ScreenManager.java
com.gordon.skeleton.screens.ScreenSwitcher.java
com.gordon.skeleton.screens.Screen.java
com.gordon.skeleton.utils.SkeletonDialog.java