Giter Site home page Giter Site logo

android-player's People

Contributors

geftimov avatar gitter-badger avatar markzhai avatar martinvitanov avatar ravidsrk avatar vkotovv avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

android-player's Issues

I want to add a feature that supports loop animation

I want to add a feature that supports loop animation, say like an icon becomes bigger and than smaller to its original size back and forth, like it is breathing.

But it's hard to add this function without adding something heavy to Player class(at least I need to know which List needs how many times of loop, do you think if it's ok if I add this feature to Player, or I create a class inherite Player?

Memory has been increased

After the activity animation,the App memory has been increased,I srue this problem is caused by android-player,I don't how to solve it.

Showing only for one time

Like i added slide up animation for deletion of cart product.. First time its showing the animation but on the deletion of second product its not sliding up.. Just hide the view as it is. Please help me how to do it.

PropertyAction green = PropertyAction.newPropertyAction(custom_items).
                            translationY(custom_items.getChildAt(Integer.parseInt(delete.getTag().toString())).getHeight()).
                            alpha(1f).
                            duration(500).
                            build();

                    Player.init()
                            .animate(green)
                            .play();

Your library is seriously amazing.. And yah one more question is that if i want to translate my view from current position 0 to 1000 view alpha 1.0f to 0.0f then how can i achieve with your library.

Thank You.

onclick listener

        findViewById(R.id.activityMainPinkFab).setOnClickListener(new OnClickListener() {
            @Override
            public void onClick(View v) {
              Toast.makeText(getApplicationContext(), "Clicked pink Floating Action Button", Toast.LENGTH_SHORT).show();
            }
          }); 

It is failing to show the toast

memory leak

when I finish the activity,my application will stagnate for a period of time,afterwards the leak canary warn a message about memory leaked.I make sure that it caused by android-player.Can you help me?

details when I open it:

`In com.gongxun.centerdata:1.0.4:8.

  • com.gongxun.centerdata.ui.MainUI has leaked:
  • GC ROOT android.view.Choreographer$FrameDisplayEventReceiver.mMessageQueue
  • references android.os.MessageQueue.mMessages
  • references android.os.Message.next
  • references android.os.Message.callback
  • references com.eftimoff.androidplayer.Player$3.this$0 (anonymous class implements java.lang.Runnable)
  • references com.eftimoff.androidplayer.Player.list
  • references java.util.ArrayList.array
  • references array java.lang.Object[].[0]
  • references java.util.ArrayList.array
  • references array java.lang.Object[].[0]
  • references com.eftimoff.androidplayer.actions.property.PropertyAction.view
  • references android.support.v7.widget.AppCompatImageView.mContext
  • leaks com.gongxun.centerdata.ui.MainUI instance
  • Reference Key: 7ff2f583-b6a4-4e73-bd8e-a5c03ad85f95
  • Device: Xiaomi Xiaomi Mi-4c libra
  • Android Version: 5.1.1 API: 22
  • Durations: watch=5025ms, gc=186ms, heap dump=1727ms, analysis=7506ms`

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.