-
Notifications
You must be signed in to change notification settings - Fork 222
SwipeStack is not Visible #64
Comments
Can you post your activity XML? |
@joshvarun yeah sure...
|
I have this problem too, in my case some row is visible but some row is not. |
@freeweed try adjusting the height... btw still my cards are invisible... :( ... someone, please help me... |
@freeweed I solved my problem... I have used com.github.wenchaojiang:AndroidSwipeableCardStack:0.1.5 library... and it's working awesome... I think you can't add images to the card... try this... |
@SimonPeter1909 thx. I solved mine by remove invisible data. lol |
Hi Simon..How you resolved the issues |
@nanoakhi, I have used com.github.wenchaojiang:AndroidSwipeableCardStack:0.1.5 library... It works fine but it doesn't supports the images... Give it a try... |
@simon: The lib has same problem .Still data invisible while loading from mysql database .Do u have running code in vh Multiple data is loading to stack . |
SimonPeter1909 : While using the same code as we were using its showing some miss behavior such as when i minimize the activity and again open it its showing the results...Fail to track why this happening too.Do u have any idea. My main activity code is: public void JSON_PARSE_DATA_AFTER_WEBCALL(JSONArray array) {
AND ADAPTER CODING IS
} |
I would like to implement Swipe Stack View in my layout I have done all the things perfect yet I cant the SwipeStackView is not visible in my layout... Should the StackVIew be single in the Activity?
Stack View inside layout and i have set
android:clipChildren="false"
in parent View.This is how i have installed in my java file
and this is how i set the adapter
My problem is the SwipeStackView is not Visible on the screen...
The text was updated successfully, but these errors were encountered: