AndroidScrollingImageView icon indicating copy to clipboard operation
AndroidScrollingImageView copied to clipboard

An Android view for displaying repeated continuous side scrolling images. This can be used to create a parallax animation effect.

Results 14 AndroidScrollingImageView issues
Sort by recently updated
recently updated
newest added

``` Caused by: java.lang.NullPointerException: Attempt to read from field 'int android.util.TypedValue.type' on a null object reference at com.q42.android.scrollingimageview.ScrollingImageView.(ScrollingImageView.java:83) at java.lang.reflect.Constructor.newInstance0(Native Method)  at java.lang.reflect.Constructor.newInstance(Constructor.java:430)  at android.view.LayoutInflater.createView(LayoutInflater.java:645)  at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:787)  at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:727)  at...

hi, how set the image programmatically in java? thanks

under project model (build.gradle) repositories { google() jcenter() maven { url 'https://jitpack.io' } } under app model (build.gradle) dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) implementation 'com.android.support:appcompat-v7:27.1.1' implementation 'com.android.support.constraint:constraint-layout:1.1.3' testImplementation...

Bitmap too large to be uploaded into a texture

Hi, I was providing buttons to scroll image left or right. On click I set the speed and started the scrolling in selected direction for certain amount of time(used thread...

I'm using android studio 3.1.2, my app gradle is given below: > apply plugin: 'com.android.application' > android { > compileSdkVersion 27 > defaultConfig { > applicationId "com.ajay.pocketassistance" > minSdkVersion 21...

How do I specify the sequence of images?