KMatle Expert Licensed User Longtime User Feb 20, 2015 #1 I think there was a thread about "smoot moving" of views. I did not find it. Can someome help?
NJDude Expert Licensed User Longtime User Feb 20, 2015 #2 I think you mean "smooth". You could use some of the animation libraries, depending on what you have in mind.
I think you mean "smooth". You could use some of the animation libraries, depending on what you have in mind.
lemonisdead Well-Known Member Licensed User Longtime User Feb 20, 2015 #3 to make an endless scrollview Click to expand... UltimateListView Library (it does so much things), perhaps ?
to make an endless scrollview Click to expand... UltimateListView Library (it does so much things), perhaps ?
KMatle Expert Licensed User Longtime User Feb 20, 2015 #4 smoot *lol* No, I dn't want to use a lib. I'm "sure" there was a code snippet or similar (with a java method) to move a view fast.
smoot *lol* No, I dn't want to use a lib. I'm "sure" there was a code snippet or similar (with a java method) to move a view fast.
lemonisdead Well-Known Member Licensed User Longtime User Feb 20, 2015 #5 KMatle said: No, I dn't want to use a lib Click to expand... Could it be this : https://www.b4x.com/android/forum/t...ore-when-scroll-tot-bottom.35761/#post-210230
KMatle said: No, I dn't want to use a lib Click to expand... Could it be this : https://www.b4x.com/android/forum/t...ore-when-scroll-tot-bottom.35761/#post-210230
S sorex Expert Licensed User Longtime User Feb 21, 2015 #7 with endless scroll view you mean something like logo's scrolling from right to left continnously? just change the position of the images every xx milisecond and when it goes offscreen you place them back again at the end.
with endless scroll view you mean something like logo's scrolling from right to left continnously? just change the position of the images every xx milisecond and when it goes offscreen you place them back again at the end.
Cableguy Expert Licensed User Longtime User Feb 25, 2015 #9 KMatle said: smoot *lol* No, I dn't want to use a lib. Click to expand... misspellings aside, why does everyone keep sugesting a lib?
KMatle said: smoot *lol* No, I dn't want to use a lib. Click to expand... misspellings aside, why does everyone keep sugesting a lib?
T Troberg Well-Known Member Licensed User Longtime User Feb 25, 2015 #10 I think it would be useful if you could describe your problem in greater detail. Is it a rolling logo, an endless news ticker, a scrolling game or something else. It makes a huge difference on the solution.
I think it would be useful if you could describe your problem in greater detail. Is it a rolling logo, an endless news ticker, a scrolling game or something else. It makes a huge difference on the solution.
DonManfred Expert Licensed User Longtime User Feb 25, 2015 #11 KMatle said: to move a view fast. Click to expand... sure B4X: ' Move button now button1.left = 50%x ' Button moved Sorry. Couldn´t resist
KMatle said: to move a view fast. Click to expand... sure B4X: ' Move button now button1.left = 50%x ' Button moved Sorry. Couldn´t resist