Android-RTEditor icon indicating copy to clipboard operation
Android-RTEditor copied to clipboard

Launching the app takes quite a lot time

Open Ruturajraval opened this issue 8 years ago • 3 comments

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..

Ruturajraval avatar Aug 27 '16 23:08 Ruturajraval

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.

1gravity avatar Sep 01 '16 15:09 1gravity

Thanks to you @1gravity

Ruturajraval avatar Sep 01 '16 21:09 Ruturajraval

I'm on this, I will use vector image assets.

long1eu avatar Oct 05 '16 20:10 long1eu