Byte Buddy
easydeviceinfo
Our great sponsors
Byte Buddy | easydeviceinfo | |
---|---|---|
2 | 0 | |
4,990 | 1,711 | |
- | - | |
9.5 | 0.0 | |
2 days ago | 12 days ago | |
Java | Java | |
Apache License 2.0 | Apache License 2.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Byte Buddy
-
is rust the only language to have procedural macros?
Have a look at byte buddy.
-
Byte Buddy on Android made possible
If you've ever used libraries like https://github.com/JakeWharton/hugo or https://hibernate.org/ (if you've ever done some backend development) and wondered how do they seem to add some code/logic into your app just by adding some annotation to some method, or if you ever wondered how mocking frameworks like Mockito can change a class behavior for example, then most likely you're interested in a programming technique that allows to modify existing code, usually known as Aspect oriented programming (also known in Java as Bytecode instrumentation) which, even though it might sound intimidating at first, some really cool tools such as Byte Buddy or AspectJ make it quite easy to accomplish.
easydeviceinfo
We haven't tracked posts mentioning easydeviceinfo yet.
Tracking mentions began in Dec 2020.
What are some alternatives?
Javassist - Java bytecode engineering toolkit
Byteman - Byteman Project main repo
joda-time-android - Joda-Time library with Android specialization
AutobahnAndroid - WebSocket & WAMP in Java for Android and Java 8
ExpirableDiskLruCache - Java implementation of a Disk-based LRU cache which specifically targets Android compatibility.
StatusBarUtil - A util for setting status bar style on Android App.
tape - A lightning fast, transactional, file-based FIFO for Android and Java.
OpenKeychain - OpenKeychain is an OpenPGP implementation for Android.
Android-Templates-And-Utilities - Collection of source codes, utilities, templates and snippets for Android development.
JustWeTools - Some useful tools
timber - A logger with a small, extensible API which provides utility on top of Android's normal Log class.