본문 바로가기
728x90

Programing/Android Open Source44

List of Android UI/UX Libraries - Button NameLicenseDemocircular-progress-buttonApache License V2android-process-buttonApache License V2 android-circlebuttonApache License V2android-flat-buttonApache License V2MovingButtonMITLabelViewApache License V2https://github.com/wasabeef/awesome-android-ui 2015. 7. 30.
List of Android UI/UX Libraries - Layout NameLicenseDemoWaveViewApache License V2ResideLayoutApache License V2AndroidSwipeLayoutMIT FreeFlowApache License V2SwipeBackLayoutApache License V2 Maskable LayoutApache License V2ExpandableLayoutMITandroid-PullRefreshLayoutMITTileViewMIT ShowcaseViewApache License V2 Ultra Pull To RefreshApache License V2 AndroidViewHoverUnKnownDraggablePanelApache License V2 SlidrApache License V2Phoenix Pull.. 2015. 7. 30.
List of Android UI/UX Libraries - Material NameLicenseDemoMaterialDesignLibraryApache License V2 DrawerArrowDrawableApache License V2MaterialTabsApache License V2 PagerSlidingTabStripApache License V2material-rippleApache License V2RippleEffectMITLDrawerApache License V2material-design-iconsApache License V2AndroidMaterialDesignToolbarUnKnownMaterialEditTextApache License V2material-menuApache License V2 material-dialogsApache License V2.. 2015. 7. 30.
[Android Open Source][Material] MaterialViewPager https://github.com/florent37/MaterialViewPager Material Design ViewPager easy to use librarySampleYou can find a sample APK : LinkAnd have a look on a sample Youtube Video : Youtube LinkDownloadIn your module compile ('com.github.florent37:materialviewpager:1.0.8@aar'){ transitive = true }UsageAdd MaterialViewPager to your activity's layoutwith header_logo.xml You will see on Android Studio Prev.. 2015. 7. 29.
[Android Open Source][RecyclerView] LollipopContactsRecyclerViewFastScroller https://github.com/AndroidDeveloperLB/LollipopContactsRecyclerViewFastScroller A sample of how to mimic the way that the contacts app handles a Fast-Scroller for a RecyclerView This POC is based on this website's tutorial, but with a lot of fixes, optimizations, cleaner code, and of course styling like on Lollipop's contacts app. Demo: Screenshots Here's how the contacts app of Android Lollipop .. 2015. 7. 29.
[Android Open Source] ChipsLibrary https://github.com/AndroidDeveloperLB/ChipsLibrary This is a fork of Google's chips library shown here, and can be downloaded from hereWhat's different from the original library :It's easy to import and build on Eclipse. :)Removed buggy dragging feature and the classes it uses.fixed setOnItemClickListener (for clicking on chips) so that it will use both the chips library's logic AND your code.Re.. 2015. 7. 29.
[Android Open Source][Material] MaterialPreferenceLibrary https://github.com/AndroidDeveloperLB/MaterialPreferenceLibrary Allows to have a nice Material-Design look&feel for API 7 and above for the PreferenceActivity, including most commonly used preferences and also showing the actionBar. All the dialogs are using the support library's dialogs, including accent-color. You can even choose which theme to use.Supported preferences are:DialogPreferenceEdi.. 2015. 7. 29.
[Android Open Source][ListView] ListViewVariants https://github.com/AndroidDeveloperLB/ListViewVariants Provides special ways to handle ListViews, including PinnedHeaderListView in Lollipop's Contacts-app styleScreenshotHere's a screenshot of how it shows the contacts of the device, very similar to how Lollipop's Contacts-app shows it , except for the blur, which I've added myself ... :)RequirementsThe min API level is 8.Also, in case you wish.. 2015. 7. 29.
[Android Open Source][ListView] FlabbyListView https://github.com/jpardogo/FlabbyListView Android library to display a ListView which cells are not rigid but flabby and react to ListView scroll and touch events.A video example of this library is on this youtube video. The demo app can be found on the play store. And I also wrote a blog post about this library in my blog Usage1.Place the FlabbyListView on your layout: 2.Populate it with items.. 2015. 7. 29.
[Android Open Source][ListView] PinnedSectionListView https://github.com/beworker/pinned-section-listview IntroductionEasy to use ListView with pinned sections for Android 2.1 and higher. Pinned section is a header view which sticks to the top of the list until at least one item of that section is visible. FeaturesThis list properly implements many features which are missing from other implementations. These areFast scrollHeaders and footersClickab.. 2015. 7. 29.
[Android Open Source][ListView] ListViewAnimations https://github.com/nhaarman/ListViewAnimations ListViewAnimations is an Open Source Android library that allows developers to easily create ListViews with animations. Feel free to use it all you want in your Android apps provided that you cite this project and include the license in your app.FeaturesListViewAnimations provides the following features:Appearance animations for items in ListViews, .. 2015. 7. 29.
[Android Open Source] ActionSheet https://github.com/baoyongzhang/android-ActionSheet This is like iOS UIActionSheet component, has iOS6 and iOS7 style, support custom style, background, button image, text color and spacing etc. UsageAdd dependencydependencies { compile 'com.baoyz.actionsheet:library:1.1.1' }Create ActionSheet and showActionSheet.createBuilder(this, getSupportFragmentManager()) .setCancelButtonTitle("Cancel") .s.. 2015. 7. 29.
728x90