ViewAnimations

phukol

Active Member
Licensed User
Longtime User
yes. What i did is to remove the dependson tag on the ViewAnimation.xml and reload the library.

And its working now. Thank you
 

DonManfred

Expert
Licensed User
Longtime User
And its working now.
Yes. But note that in a new project you now always have to use both libs (like now) if you want to use my lib...
 

phukol

Active Member
Licensed User
Longtime User
yes. so i need to call nineoldandroids separately in my library on a new project right?
 

clurbina

Member
Licensed User
Longtime User
Please help a dumb person. I just want to know how to add a library to a project. the answer is so newbie nobody ever asked it and i cant find the answer in the documentation. then is there an example on how to use Manfred's brilliant work on animating text?
 

ascot1

Member
Licensed User
Longtime User
This is a wrap for this Githubproject. I got inspired to do a wrap for this library here. I´m a rich man now; already ordered my own Island (Okok, just in my dreams :D)

ViewAnimations
Author:
DonManfred (wrapper)
Version: 1.26
  • AnimationComposer
    Methods:
    • Initialize (EventName As String, technique As Techniques)
    • Initialize2 (EventName As String, animator As BaseViewAnimator)
    • IsInitialized As Boolean
    • delay (delay As Long) As AnimationComposerWrapper
    • duration (duration As Long) As AnimationComposerWrapper
    • interpolate (interpolator As Interpolator) As AnimationComposerWrapper
    • onCancel (callback As AnimatorCallback) As AnimationComposerWrapper
    • onEnd (callback As AnimatorCallback) As AnimationComposerWrapper
    • onRepeat (callback As AnimatorCallback) As AnimationComposerWrapper
    • onStart (callback As AnimatorCallback) As AnimationComposerWrapper
    • playOn (target As View) As YoYoString
    • withListener (listener As AnimatorListener) As AnimationComposerWrapper
  • Properties:
    • Techniques As Map [read only]

This is a animation from the Github-project.
It looks different than th example in b4a.

687474703a2f2f7777332e73696e61696d672e636e2f6d773639302f3631306463303334677731656a37356d69327737376732306333306a623471722e676966
hi, DonManfred

Sorry for my english,
i want to ask if it is possible for you to update the library to the latest version ... thanks in advance
 

ascot1

Member
Licensed User
Longtime User
No. I do not have the source any longer.

Thanks anyway ... with java decompiler I managed to get the two java files ... the source and the wrapper.

I downloaded the latest version from github, compiled it with androidstudio, but when I use it with b4a

it always gives me some errors and it doesn't work ... I'll try again ... thanks and have a nice day.
 
Top