Open AKprisonER opened 7 years ago
I fixed the app crash. Not sure about the memory leak. I've seen the leak app pop up a few times but it hasn't actually reported any leaks for me.
i think its due to storage permissions it seems
using canaryleak...it dosent show any leaks in its screen. Its just keeps showing and memory dump occuring
Did the new commit fix the crashes for you? Rc1 of lifecycle components broke support with rxlifecycle so rxlifecycle needs to be updated.
That's what's been happening with me. No leaks yet it still pops up. I think it's due to rxlifecycle.
Memory leak is happening due to FinalizerReference it seems
Coinprofits.model 2.Coinprofits,fragment
And finally,i came to a conclusion that kotlin is still not perfect for android apps
Stack overflow seems to not have a lot of information about it. Since you said it's in a fragment I have an idea where to look.
The overview fragment doesn't have any separation. I need to restructure it to mvvm. Once it has some better architecture, maybe the issue will solve itself.
I'm pretty happy with using kotlin so far. Just takes a bit to get used to
How to add multi currency ? As i am out of USD, like choose display currency from Euro or Krw or Inr
I setup the db so that eventually I could add differing currencies. Coinmarketcap has api calls for different ones. However, the map api only allowed for usd. I'm not sure how I wanted to implement it. I was thinking of having usd be the base and having a multiplier for the other currencies
Any implementation of other currencies
Well it happened on emulator and real device too