All Projects → ihsanbal → Wiv

ihsanbal / Wiv

Licence: mit
Window image viewer [DEPRECATED]

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Wiv

dynamic-utils
Utility functions to perform dynamic operations on Android.
Stars: ✭ 86 (-56.12%)
Mutual labels:  view, window
Exhibit
Exhibit is a managed screensaver App for tvOS.
Stars: ✭ 19 (-90.31%)
Mutual labels:  media, viewer
Picview
Fast Picture Viewer with compact UI, that can be hidden. Features image effects, galleries, image info and more. The app can automatically adjusts itself to your screen.
Stars: ✭ 259 (+32.14%)
Mutual labels:  viewer, image-viewer
lk
Simple Web Image Viewer
Stars: ✭ 22 (-88.78%)
Mutual labels:  viewer, media
Social Text View
A custom Android TextView that highlights social media lingo (#hashtags, @mentions, phone, emails, and urls).
Stars: ✭ 64 (-67.35%)
Mutual labels:  media, view
Vudit
A file viewer for Android
Stars: ✭ 40 (-79.59%)
Mutual labels:  viewer, image-viewer
Viewerjs
JavaScript image viewer.
Stars: ✭ 6,270 (+3098.98%)
Mutual labels:  viewer, image-viewer
oculante
A minimalistic crossplatform image viewer written in rust
Stars: ✭ 169 (-13.78%)
Mutual labels:  viewer, image-viewer
Mulimgviewer
MulimgViewer is a multi-image viewer that can open multiple images in one interface, which is convenient for image comparison and image stitching.
Stars: ✭ 57 (-70.92%)
Mutual labels:  viewer, image-viewer
Rdimageviewercontroller
Simple viewer not only image but also custom view.
Stars: ✭ 49 (-75%)
Mutual labels:  viewer, image-viewer
react-imageViewer
React component for image displaying in full screen
Stars: ✭ 61 (-68.88%)
Mutual labels:  viewer, image-viewer
Mediaselector
Android图片选择器,仿微信相册图片选择器,支持自定义!
Stars: ✭ 115 (-41.33%)
Mutual labels:  media, view
bpmn-visualization-js
A TypeScript library for visualizing process execution data on BPMN diagrams
Stars: ✭ 113 (-42.35%)
Mutual labels:  view, viewer
saccade
A sophisticated scientific image viewer for Linux with OpenGL support and synchronized viewports
Stars: ✭ 38 (-80.61%)
Mutual labels:  viewer, image-viewer
multiple-windows
This project is a chrome extension. It provide to create windows to different sizes and multiple for front-end developers.
Stars: ✭ 16 (-91.84%)
Mutual labels:  window, multiple
Zuck.js
A javascript library that lets you add stories EVERYWHERE.
Stars: ✭ 3,396 (+1632.65%)
Mutual labels:  media, viewer
viewer
🖼 Simple file viewer with slideshow for media
Stars: ✭ 68 (-65.31%)
Mutual labels:  viewer, media
WindowTextExtractor
WindowTextExtractor allows you to get a text from any window of an operating system including asterisk passwords
Stars: ✭ 128 (-34.69%)
Mutual labels:  viewer, window
Viewer
⚠️ [Deprecated] No longer maintained, please use https://github.com/fengyuanchen/jquery-viewer
Stars: ✭ 985 (+402.55%)
Mutual labels:  viewer, image-viewer
Pierotateview
android自定义View,带旋转动画的饼状图,区块点击事件,滑动到某一区块事件,可惯性旋转
Stars: ✭ 113 (-42.35%)
Mutual labels:  view, viewer

Wiv

CircleCI API

Library of Tweet-ui TweetMediaView component.

Usage

MediaView mediaView;
ArrayList<String> medias;

//medias.add("http://datalook.io/app/uploads/NY.jpg");
mediaView.setOnMediaClickListener(new MediaView.OnMediaClickListener() {
    @Override
    public void onMediaClick(View view, int index) {
        Snackbar.make(view, "onClickIndex :" + index, Snackbar.LENGTH_LONG).show();
    }
});
mediaView.setMedias(medias);
<com.ihsanbal.wiv.AspectRatioLayout
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:layout_marginTop="?attr/actionBarSize"
        app:aspect_ratio="1"
        app:dimension_to_adjust="height">

        <com.ihsanbal.wiv.MediaView
            android:id="@+id/media.view"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:layout_margin="14dp"
            app:background_color="@android:color/white"
            app:corner_radii="15dp"
            app:divider_size="2dp" />

</com.ihsanbal.wiv.AspectRatioLayout>

Download

Gradle:

allprojects {
	repositories {
		...
		maven { url 'https://jitpack.io' }
	}
}

dependencies {
	compile 'com.github.ihsanbal:Wiv:1.0.0'
}

Maven:

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

<dependency>
   <groupId>com.github.ihsanbal</groupId>
   <artifactId>Wiv</artifactId>
   <version>1.0.0</version>
</dependency>

Screenshots

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].