All Projects → ihsanbal → Slidingintoview

ihsanbal / Slidingintoview

Simple Sliding Intro View [DEPRECATED]

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Slidingintoview

Fullpage.js
fullPage plugin by Alvaro Trigo. Create full screen pages fast and simple
Stars: ✭ 32,974 (+34247.92%)
Mutual labels:  slideshow
Xaringan
Presentation Ninja 幻灯忍者 · 写轮眼
Stars: ✭ 1,129 (+1076.04%)
Mutual labels:  slideshow
Dablin
DAB/DAB+ receiver for Linux (including ETI-NI and EDI AF playback)
Stars: ✭ 81 (-15.62%)
Mutual labels:  slideshow
Js Team Showcase
JavaScript Team Showcase
Stars: ✭ 40 (-58.33%)
Mutual labels:  showcase
Deckdeckgo
The web open source editor for presentations
Stars: ✭ 1,117 (+1063.54%)
Mutual labels:  slideshow
Tristeon3d
A 3D Engine built by two Game Engineering students.
Stars: ✭ 68 (-29.17%)
Mutual labels:  showcase
Fucking Java Concurrency
🎏 Simple show cases of java concurrency problems, seeing 🙈 is believing 🐵
Stars: ✭ 779 (+711.46%)
Mutual labels:  showcase
Dearpygui Examples
Examples that demonstrate the python GUI library DearPyGui.
Stars: ✭ 89 (-7.29%)
Mutual labels:  showcase
Swiftyoverlay
Show overlay and info on app components
Stars: ✭ 63 (-34.37%)
Mutual labels:  showcase
Ctshowcase
A simple to use Showcase library that can highlight arbitrary views in an iOS app
Stars: ✭ 73 (-23.96%)
Mutual labels:  showcase
Remark Boilerplate
A boilerplate to create presentations using remark, Gulp, Stylus and more.
Stars: ✭ 41 (-57.29%)
Mutual labels:  slideshow
Rdimageviewercontroller
Simple viewer not only image but also custom view.
Stars: ✭ 49 (-48.96%)
Mutual labels:  slideshow
Imageslideshow
A Swift Image SlideShow for iOS
Stars: ✭ 68 (-29.17%)
Mutual labels:  slideshow
Slendr
A responsive & lightweight (2KB gzipped) slider for modern browsers. [UNMAINTAINED]
Stars: ✭ 39 (-59.37%)
Mutual labels:  slideshow
Tutors
A simple way to show the user interface tutorials
Stars: ✭ 87 (-9.37%)
Mutual labels:  showcase
Showoff
Don't just present; interact with your audience!
Stars: ✭ 879 (+815.63%)
Mutual labels:  slideshow
Graphql Microservices
Showcasing a graphql microservice setup
Stars: ✭ 68 (-29.17%)
Mutual labels:  showcase
Glitchslideshow
A slideshow that uses a CSS glitch effect for slide transitions.
Stars: ✭ 93 (-3.12%)
Mutual labels:  slideshow
450 Dsa Tracker
Questions selected by Love Babbar, helps you to track your progress in solving 450 & keeps you engaging based on the DSA-cracker List
Stars: ✭ 85 (-11.46%)
Mutual labels:  showcase
Showcase Ansible Chatops
Vagrant Demo showing ChatOps with Ansible
Stars: ✭ 71 (-26.04%)
Mutual labels:  showcase

SlidingIntoView

API License Jitpack Android Arsenal

Simple Sliding Intro View

Illustration of behavior

How to use

Import dependency using Gradle or Maven:

repositories {
	    maven {
	        url "https://jitpack.io"
	    }
	}

dependencies {
	         compile 'com.github.ihsanbal:SlidingIntoView:1.0.1'
	}

or Maven:

<repository>
   <id>jitpack.io</id>
   <url>https://jitpack.io</url>
</repository>

<dependency>
	    <groupId>com.github.ihsanbal</groupId>
	    <artifactId>SlidingIntoView</artifactId>
	    <version>1.0.1</version>
</dependency>

Example implementation:

<com.ihsanbal.introview.IntroView
        android:id="@+id/intro.view"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        app:paddingTextLeft="14dp"
        app:paddingTextRight="14dp"
        app:paddingTitleLeft="14dp"
        app:paddingTitleRight="14dp"
        app:paddingTitleTop="30dp"
        app:scaleType="center"
        app:scrollDelay="5000"
        app:scrollDuration="5"
        app:textColor="#fc2f2f"
        app:textSize="7sp"
        app:titleTextColor="#ffffff"
        app:titleTextSize="13sp" />
mIntroView.init(getSupportFragmentManager(),
                getResources().getStringArray(R.array.titles),
                getResources().getStringArray(R.array.texts),
                R.drawable.istanbul_wp, R.drawable.rize_wp, R.drawable.diyarbekir_wp, R.drawable.izmir_wp,...);

Parameters:

You can control these parameters via XML:

        <attr name="scrollDuration" format="integer" />
        <attr name="scrollDelay" format="integer" />
        <attr name="paddingTitleTop" format="dimension" />
        <attr name="paddingTitleBottom" format="dimension" />
        <attr name="paddingTitleLeft" format="dimension" />
        <attr name="paddingTitleRight" format="dimension" />
        <attr name="paddingTextTop" format="dimension" />
        <attr name="paddingTextBottom" format="dimension" />
        <attr name="paddingTextLeft" format="dimension" />
        <attr name="paddingTextRight" format="dimension" />
        <attr name="titleTextColor" format="color" />
        <attr name="textColor" format="color" />
        <attr name="titleTextSize" format="dimension" />
        <attr name="textSize" format="dimension" />
        <attr name="scaleType" format="enum">
            <enum name="center" value="0" />
            <enum name="centerCrop" value="1" />
            <enum name="centerInside" value="2" />
            <enum name="fitCenter" value="3" />
            <enum name="fitEnd" value="4" />
            <enum name="fitStart" value="5" />
            <enum name="fitXY" value="6" />
            <enum name="matrix" value="7" />
        </attr>

Changelog

  • 1.0.0 - initial release

  • 1.0.1 - text color bug fix

License

Library for Android

Copyright (c) 2015 İhsan BAL

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].