Giter VIP home page Giter VIP logo

emoji-lib's Introduction

Hi! ๐Ÿ‘จโ€๐Ÿ’ป

I'm Simon Barth, a full-stack developer currently based in the Munich Metropolitan Region.


PHP python Rust Svelte TypeScript Vue

emoji-lib's People

Contributors

daniele-athome avatar data5tream avatar esteveaguilera avatar franklywit avatar kingsleyadio avatar ktachibanam avatar liaohuqiu avatar necronet avatar pfives avatar praetoriandroid avatar pt2121 avatar rocboronat avatar rockerhieu avatar uwemaurer avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

emoji-lib's Issues

i cant change background color.

Any know how to change popup background or transparent when use dependancy.

i use this code but its not work.
code :
popup.setBackgroundDrawable(new ColorDrawable(android.graphics.Color.TRANSPARENT));

Get rid of Guava dependency?

The Guava dependency is apparently only used for HashBiMap for the unicode <-> cheatcode mapping.
Guava contains over 15.000 methods, which is quite a lot considering the android dex limit of 64k methods.
One option would be to instead use the Bidirectional Map from apache commons collections, which at least only has around 5000 methods.
Alternatively a less elegant, but a lot more dex count friendly solution would be to have two one directional maps. One for unicode -> cheatcode and one for cheatcode -> unicode.

Personally I would prefer the latter option, since the gained method count is worth the lost simplicity/elegance.

Opinions?

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.