Interaction Cards Layout


Source link: https://github.com/kngfrhzs/Interaction-Cards-Layout

Interaction Cards Layout

Installation

Add this into your build.gradle dependencies section.

compile 'com.eminayar.interactioncards:cardhelper:0.0.0.1' 

Sample Usages

You can check sample application to see how to user Interaction Cards on your layout. It is quite simply to use card layout in your any kind of layout. Just add it to front index of your layout.

XML Part of Usage

<?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
  xmlns:app="http://schemas.android.com/apk/res-auto"
  android:layout_width="match_parent"
  android:layout_height="match_parent"
  android:background="@android:color/white"
  >
 <eminayar.com.cardhelper.HelperCardsLayout

 android:id="@+id/cardHelper"

 android:layout_width="match_parent"

 android:layout_height="match_parent"

 app:back_icon="@drawable/helper_back"

 app:overlay_color="#000000"

 app:toolbar_title="Messages"

 />  </RelativeLayout>

You can find which attributes you can use on xml below

Attribute Usage Default Value
app:back_icon @drawable/your_back_icon pre defined back icon
app:overlay_color @drawable/your_back_icon #000000
app:toolbar_title Any string you can define here Messages

Interaction Cards Layout with simply [sample module] ( https://github.com/kngfrhzs/Interaction-Cards-Layout/blob/master/app/src/main/java/eminayar/com/helpercards/MainActivity.java).

There is Card Item model defined in project. You should create an ArrayList<CardItem> to inflate your cards. It is basic model that contains ; title, description, image.

JAVA Part of Usage

HelperCardsLayout layout = (HelperCardsLayout) findViewById(R.id.cardHelper);

ArrayList<CardItem> cardItems = new ArrayList<>();

cardItems.add(new CardItem("Short Title With Image",

"Description this can be some long text, " + "layout" + "will scale itself",

R.drawable.barchart));

cardItems.add(new CardItem("Short Title With No Image",

"Description this can be some long text, layout" + "will scale itself"));

cardItems.add(new CardItem("Long title example to demonstrate users how can this textview can"

+ " be longer and longer with image",

"Description this can be some long text, layout" + "will scale itself",

R.drawable.getmoney));

cardItems.add(new CardItem("Long title example to demonstrate users how can this textview can"

+ " be longer and longer without image",

"Description this can be some long text, layout" + "will scale itself"));

cardItems.add(new CardItem("Very very long description example",

"Description this can be some long text, layout"

 + "will scale itself"

 + "Description this can be some long text, layout"

 + "will scale itself"

 + "Description this can be some long text, layout"

 + "will scale itself", R.drawable.celebration));

layout.setItems(cardItems);

  layout.setOnCardClickListener(this);

  layout.setOnCardLongClickListener(this);

You can setOnCardClickListener and setOnCardLongClickListener.

Contribution

Open to any kind of new idea, development suggestion or bug fixing. And If anyone want to contribute , I will appreciate. It is enough to just create a new PR that explaining problem and solution.

Developed By

Muhammed Emin Ayar - [email protected]

Thanks

Inspired by [ObservableScrollView] ( https://github.com/ksoichiro/Android-ObservableScrollView)

License

Copyright 2017 Muhammed Emin AYAR  The MIT License  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 

Resources

EtsyBlur is an Android library that allows developers to easily add a glass-like effect.

ExpandableTextView is an Android library that allows developers to easily create an TextView which can expand/collapse just like the Google Play's app description.

IntelliJ / Android Studio plugin for Android Holo Colors.

Android Library for easy GCM integration. Including push notifications sender task for Gradle.

Helper to upload Gradle Android Artifacts to Maven repositories.

PhotographicPrintAnimator realize a beautiful photographic print animation as described in the Material design spec

Topics


2D Engines   3D Engines   9-Patch   Action Bars   Activities   ADB   Advertisements   Analytics   Animations   ANR   AOP   API   APK   APT   Architecture   Audio   Autocomplete   Background Processing   Backward Compatibility   Badges   Bar Codes   Benchmarking   Bitmaps   Bluetooth   Blur Effects   Bread Crumbs   BRMS   Browser Extensions   Build Systems   Bundles   Buttons   Caching   Camera   Canvas   Cards   Carousels   Changelog   Checkboxes   Cloud Storages   Color Analysis   Color Pickers   Colors   Comet/Push   Compass Sensors   Conferences   Content Providers   Continuous Integration   Crash Reports   Credit Cards   Credits   CSV   Curl/Flip   Data Binding   Data Generators   Data Structures   Database   Database Browsers   Date &   Debugging   Decompilers   Deep Links   Dependency Injections   Design   Design Patterns   Dex   Dialogs   Distributed Computing   Distribution Platforms   Download Managers   Drawables   Emoji   Emulators   EPUB   Equalizers &   Event Buses   Exception Handling   Face Recognition   Feedback &   File System   File/Directory   Fingerprint   Floating Action   Fonts   Forms   Fragments   FRP   FSM   Functional Programming   Gamepads   Games   Geocaching   Gestures   GIF   Glow Pad   Gradle Plugins   Graphics   Grid Views   Highlighting   HTML   HTTP Mocking   Icons   IDE   IDE Plugins   Image Croppers   Image Loaders   Image Pickers   Image Processing   Image Views   Instrumentation   Intents   Job Schedulers   JSON   Keyboard   Kotlin   Layouts   Library Demos   List View   List Views   Localization   Location   Lock Patterns   Logcat   Logging   Mails   Maps   Markdown   Mathematics   Maven Plugins   MBaaS   Media   Menus   Messaging   MIME   Mobile Web   Native Image   Navigation   NDK   Networking   NFC   NoSQL   Number Pickers   OAuth   Object Mocking   OCR Engines   OpenGL   ORM   Other Pickers   Parallax List   Parcelables   Particle Systems   Password Inputs   PDF   Permissions   Physics Engines   Platforms   Plugin Frameworks   Preferences   Progress Indicators   ProGuard   Properties   Protocol Buffer   Pull To   Purchases   Push/Pull   QR Codes   Quick Return   Radio Buttons   Range Bars   Ratings   Recycler Views   Resources   REST   Ripple Effects   RSS   Screenshots   Scripting   Scroll Views   SDK   Search Inputs   Security   Sensors   Services   Showcase Views   Signatures   Sliding Panels   Snackbars   SOAP   Social Networks   Spannable   Spinners   Splash Screens   SSH   Static Analysis   Status Bars   Styling   SVG   System   Tags   Task Managers   TDD &   Template Engines   Testing   Testing Tools   Text Formatting   Text Views   Text Watchers   Text-to   Toasts   Toolkits For   Tools   Tooltips   Trainings   TV   Twitter   Updaters   USB   User Stories   Utils   Validation   Video   View Adapters   View Pagers   Views   Watch Face   Wearable Data   Wearables   Weather   Web Tools   Web Views   WebRTC   WebSockets   Wheel Widgets   Wi-Fi   Widgets   Windows   Wizards   XML   XMPP   YAML   ZIP Codes