Giter VIP home page Giter VIP logo

easyslider's Introduction

Easy Slider

Easy Slider is one of android libs that helping to create slider as fast as possible

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Installing

A step by step series of examples that tell you have to get a development env running

Say what the step will be

allprojects {
		repositories {
			maven { url 'https://jitpack.io' }
		}
	}
dependencies {
	        implementation 'com.github.ahmedshaban1:EasySlider:1.0.0'
	}

And coding style tests

Explain what these tests test and why

  • xml code
 <ahmed.easyslider.EasySlider
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:id="@+id/slider"/>
  • java code
  EasySlider easySlider = findViewById(R.id.slider);

        List<SliderItem> sliderItems = new ArrayList<>();
        sliderItems.add(new SliderItem("title1",R.drawable.slide2));
        sliderItems.add(new SliderItem("title2",R.drawable.slide3));
        sliderItems.add(new SliderItem("title3",R.drawable.slide4));
        sliderItems.add(new SliderItem("title4",R.drawable.slide6));
        easySlider.setPages(sliderItems);
  • you can add image url instead of image id

  • Screenshots

alt text alt text alt text

Built With

  • picasso- Loading images framework

Authors

  • Ahmed Shaban

easyslider's People

Contributors

ahmedshaban1 avatar

Stargazers

Antoni Luizar avatar maryam alabadsa avatar Mahdi Abd El-Mageed avatar Julio Nava avatar Nicolás Alejandro Morales Gajardo avatar  avatar  avatar  avatar Hugo Maldonado avatar Mohamed Mo'men avatar Edgar Ceballos avatar hpAndro avatar Jedsada Tiwongvorakul avatar Aditya avatar Mahmoud Zaher avatar Qasim Ali avatar alvin avatar  avatar 行一 avatar  avatar Ismail Mohamed avatar Amit avatar Aia Ashraf avatar Khalil Charfi avatar Ahmed Adel avatar karim elbahi avatar  avatar Mahmoud Ayman avatar Deya Eldeen Elkhawaldeh avatar mohamed abdelbary avatar  avatar  avatar Mohamed Elfwakhry avatar Ahmed Ezzat avatar  avatar Mahmoud Gamal avatar Diaa Elsayed avatar abdullah avatar  avatar  avatar  avatar  avatar  avatar  avatar Alaa Abdelmonem Sayed Ahmed avatar Mohamed Assem avatar

Watchers

James Cloos avatar Mahmoud Zaher avatar  avatar

easyslider's Issues

Support for minSdkVersion 19

Is there a way to use EasySlider with minSdkVersion 19 instead of 21? I would really like to use your component, but unfortunately have to support 19

ClickListner for each slide (item)

Hi
thanks for this amazing slider it was so helpful in my project.
so i have a question about clickListner on items is this possible right now to done or you must add it ?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.