Need advice about which tool to choose?Ask the StackShare community!
Android SDK vs Erlang: What are the differences?
Development Focus: Android SDK is primarily designed for developing mobile applications for the Android operating system, focusing on user interfaces, layouts, and interactions, while Erlang is a programming language and runtime system built for creating highly scalable, fault-tolerant, and distributed systems, often used in telecommunications and networking applications.
Concurrency Model: Android SDK follows a traditional single-threaded model, where UI and background tasks must be carefully managed to prevent blocking the main thread, while Erlang uses lightweight processes and message passing to enable massive concurrency with low overhead, allowing for easier development of concurrent and distributed systems.
Platform Compatibility: Android SDK is specifically targeted for developing applications on devices running the Android operating system, whereas Erlang is platform-independent, allowing developers to deploy Erlang code on various platforms without extensive modifications.
Type System: Android SDK uses Java as its primary language, which is statically typed with object-oriented programming features, while Erlang is dynamically typed and functional programming language, providing pattern matching and higher-order functions as core constructs.
Fault Tolerance: Android SDK relies on developers to implement error handling and recovery mechanisms in their code, whereas Erlang has built-in features for fault tolerance, allowing systems to recover from errors and failures automatically without manual intervention.
Community and Support: Android SDK has strong community support with extensive documentation, tutorials, and forums, backed by Google, while Erlang has a dedicated community with a focus on providing resources for building robust distributed systems, with companies like Ericsson contributing to its development.
In Summary, Android SDK and Erlang differ in their development focus, concurrency model, platform compatibility, type system, fault tolerance mechanisms, and community support.
We actually initially wrote a lot of networking code in Kotlin but the complexities involved prompted us to try and compile NodeJS for Android and port over all the networking logic to Node and communicate with node over the Java Native Interface.
This turned out to be a great decision considering our battery usage fell by 40% and rate of development increased by a factor of 2.
Pros of Android SDK
- Android development289
- Necessary for android156
- Android studio128
- Mobile framework86
- Backed by google82
- Platform-tools27
- Eclipse + adt plugin21
- Powerful, simple, one stop environment5
- Free3
- Больно3
Pros of Erlang
- Real time, distributed applications62
- Concurrency Support62
- Fault tolerance58
- Soft real-time36
- Open source32
- Message passing22
- Functional programming22
- Immutable data16
- Works as expected14
- Facebook chat uses it at backend6
- Practical5
- Knowledgeable community5
- Bullets included4
- WhatsApp uses it at backend1
Sign up to add or upvote prosMake informed product decisions
Cons of Android SDK
Cons of Erlang
- Languange is not popular demand1