Giter Site home page Giter Site logo

Comments (11)

harjot-oberai avatar harjot-oberai commented on July 28, 2024

Text size is not necessary, it takes the default value of nothing is explicitly set.
Are you experiencing lag or the app freezes ?
Does the app freeze on start or after some time ?

from rotatingtext.

jahirfiquitiva avatar jahirfiquitiva commented on July 28, 2024

@harjot-oberai
I think both... First lag, then the app freezes completely
And I think the app freezes when trying to start the animation.

Another thing, could it be because I'm using it in a RecyclerView? But there's only 1 item in the RecyclerView using the RotatingText TextView

from rotatingtext.

jahirfiquitiva avatar jahirfiquitiva commented on July 28, 2024

@harjot-oberai
Or could it be because I want the whole text to be rotatable?
I'm using it like:

rotatingText.setContent("?", rotatable);

Is it wrong?

from rotatingtext.

jahirfiquitiva avatar jahirfiquitiva commented on July 28, 2024

@harjot-oberai
Not exactly on start. I think it takes a second to load and setup the configuration, and then it starts freezing

from rotatingtext.

harjot-oberai avatar harjot-oberai commented on July 28, 2024

I think the app is running out of memory. Mostly because of recycler view. Is your code on github ?

from rotatingtext.

jahirfiquitiva avatar jahirfiquitiva commented on July 28, 2024

@harjot-oberai
I don't think that's the issue. Disabling the RotatingText, makes the app go back to normal. And it's a new app, so there are no other tasks running or anything.

And the code is not on GitHub, and I cannot share it.

from rotatingtext.

harjot-oberai avatar harjot-oberai commented on July 28, 2024

I am saying that the app is running out of memory because of the RotatingText. There are some performance issues in the library that need to be addressed.
I will get back to you tomorrow; I will try to replicate the issue in my phone and try to fix it. Give me some time πŸ‘ .

from rotatingtext.

Jason1234567890 avatar Jason1234567890 commented on July 28, 2024

This widget has occupied 20% of the CPU and always freeze when it resumed.What's the cause?

from rotatingtext.

arifullahjan avatar arifullahjan commented on July 28, 2024

yeah my app also freezes on resume... mostly when returning after a while.....

from rotatingtext.

harjot-oberai avatar harjot-oberai commented on July 28, 2024

I tracked the problem to TimerTask. For some reason the timer tasks seem to pause after some time, when the device goes idle. I will have to replace timer tasks with AlarmManager or something of that sort. If someone has any alternate way of invalidating the canvas continuously please feel free to share.

from rotatingtext.

Durgaprasad1541996 avatar Durgaprasad1541996 commented on July 28, 2024

For every one second a new timer thread is being created. which is making more CPU usage every second. Can you solve the problem.

Typeface custom_font = Typeface.createFromAsset(getAssets(), "fonts/Reckoner_Bold.ttf");
RotatingTextWrapper rotatingTextWrapper = (RotatingTextWrapper) findViewById(R.id.custom_switcher);
rotatingTextWrapper.setSize(35);
Rotatable rotatable = new Rotatable(Color.parseColor("#FFA036"), 1000, " Why ?", "What ?", " How ?");
rotatable.setSize(35);
rotatable.setAnimationDuration(500);
rotatable.setTypeface(custom_font);
rotatable.setInterpolator(new BounceInterpolator());
rotatingTextWrapper.setContent("?",rotatable );

screenshot 8

from rotatingtext.

Related Issues (20)

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.