Once an empty class file is compiled, how many methods are there? 0, 1, 2? There's at least the default constructor.
Knowing how many methods the Java and Android is important because there is a dex method limit of 64k. Nested classes (including anonymous classes) add addition hidden methods too.
Watch here: https://realm.io/news/360andev-jake-wharton-java-hidden-costs-android
- Danial Goodwin -
Dev Dan
Sources of new dev things I learn, plus my quick summaries of them.
Monday, August 29, 2016
Sunday, March 6, 2016
Video: Clean Architecture (a philosophy, not just the chart)
Great examples for how to build the architecture for a program and what really matters. The use case and business logic can be more important than the tools used.
The first five minutes or so can be skipped without loss.
Clean Architecture by Robert C. Martin
Friday, February 12, 2016
Thursday, February 4, 2016
Read: Social Engineering Amazon In Action
You can be very secure with your details. If you use third-party services, then you just might have opened backdoor access to your information.
https://medium.com/@espringe/amazon-s-customer-service-backdoor-be375b3428c4#.xm1bd48ez
https://medium.com/@espringe/amazon-s-customer-service-backdoor-be375b3428c4#.xm1bd48ez
Thursday, January 28, 2016
Video: Apache Samza (Kappa Architecture)
Newest big programming topic to me: Kappa Architecture
It's been around for a long time, and it's about time I jump on board. Streams everywhere.
"Turning the database inside out with Apache Samza" by Martin Kleppmann
It's been around for a long time, and it's about time I jump on board. Streams everywhere.
"Turning the database inside out with Apache Samza" by Martin Kleppmann
Friday, January 22, 2016
Video: Dynamic Typing > Static Typing?
A must-watch for anybody that's interested in type systems or thinking about programming language design. Then, the comments after the article are a great read for more views.
Dynamic Typing > Static Typing?
Dynamic Typing > Static Typing?
Thursday, January 21, 2016
Video: Smaller Serialized Data
Another great episode from Google's Android Performance Patterns series: Smaller Serialized Data
https://www.youtube.com/watch?v=qBxeHkvJoOQ&list=TLVywPBnnWNrcyMTAxMjAxNg
https://www.youtube.com/watch?v=qBxeHkvJoOQ&list=TLVywPBnnWNrcyMTAxMjAxNg
Subscribe to:
Posts (Atom)