Utils library including: helper for drawer layout, expandable view, ObjectAdapter, shared preferences manager and a generic utils.
cip-library is hosted in the following web site
https://github.com/kevinoo/cip-library
If you think the Android project cip-library listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of cip-library.
Item | Value |
---|---|
Java File Count | 35 |
Supported screen sizes | [ldpi, mdpi, xxhdpi, hdpi, xhdpi] |
Activity Count | 3 |
Fragment Count | 6 |
Required Permissions | android.permission.ACCESS_NETWORK_STATE android.permission.INTERNET android.permission.WRITE_EXTERNAL_STORAGE |
There are 1 image files in cip-library. The names of the image files are listed as follows.
ic_navigation_drawer.png
The following screenshort is generated from the image listed above.
cip-library has the following Java source files.
it.lucichkevin.cip.ObjectAdapter.java it.lucichkevin.cip.Utils.java it.lucichkevin.cip.dialogs.DialogHelper.java it.lucichkevin.cip.dialogs.pickers.MinutesPickerDialog.java it.lucichkevin.cip.dialogs.pickers.TimePickerDialog.java it.lucichkevin.cip.examples.SplashScreenActivity.java it.lucichkevin.cip.examples.TestMainActivity.java it.lucichkevin.cip.examples.TestPreferencesListActivity.java it.lucichkevin.cip.examples.fragments.FragmentExpandablePanel.java it.lucichkevin.cip.examples.fragments.FragmentExpandableTextView.java it.lucichkevin.cip.examples.fragments.FragmentMainTest.java it.lucichkevin.cip.examples.fragments.FragmentObjectAdapter.java it.lucichkevin.cip.examples.fragments.FragmentsDialogs.java it.lucichkevin.cip.examples.fragments.testKalima.FragmentsKalima.java it.lucichkevin.cip.expandableView.ExpandAnimation.java it.lucichkevin.cip.expandableView.ExpandablePanel.java it.lucichkevin.cip.expandableView.ExpandableTextView.java it.lucichkevin.cip.kalima.AbstractRequester.java it.lucichkevin.cip.kalima.Request.java it.lucichkevin.cip.kalima.Response.java it.lucichkevin.cip.kalima.ServerDebug.java it.lucichkevin.cip.location.LocationUtils.java it.lucichkevin.cip.location.MockLocationProvider.java it.lucichkevin.cip.location.MyFakeLocationSource.java it.lucichkevin.cip.navigationdrawermenu.DrawerLayoutHelper.java it.lucichkevin.cip.navigationdrawermenu.ItemDrawerMenu.java it.lucichkevin.cip.navigationdrawermenu.support.v4.DrawerLayoutHelper.java it.lucichkevin.cip.preferencesmanager.PreferencesManager.java it.lucichkevin.cip.preferencesmanager.activity.AbstractPreferencesListActivity.java it.lucichkevin.cip.preferencesmanager.activity.AbstractPreferencesListFragment.java it.lucichkevin.cip.preferencesmanager.activity.ItemPreference.java it.lucichkevin.cip.preferencesmanager.activity.pickers.DatePickerPreference.java it.lucichkevin.cip.preferencesmanager.activity.pickers.MinutePickerPreference.java it.lucichkevin.cip.preferencesmanager.activity.pickers.TimePickerPreference.java it.lucichkevin.ciphelpers.greenDao.AbstractGeneratorHelper.java