Android-RTEditor
Android-RTEditor copied to clipboard
Launching the app takes quite a lot time
Hello,
I have used dependency as compile 'com.1gravity:android-rteditor:1.6.2' to use the project and then I have used coding from RT-demo, but when I run the app, I am not able to get it launched asap.
The app launch takes some time to load.
Why is it so? Thanks in advance..
This is due to the high-res icons, each one in three states (enabled, pressed, disabled). The only way around this would be to use lower res icons. The Android platform actually has material design icons for almost all the action in the toolbar. Using those would likely improve the startup time.
Thanks to you @1gravity
I'm on this, I will use vector image assets.