Here is a report on Android Operating System, devices, market share, etc. up to May 2016.
Have a look at the video for the same.
[youtube=https://www.youtube.com/watch?v=MJQCCy0CNdM]
Here is a report on Android Operating System, devices, market share, etc. up to May 2016.
Have a look at the video for the same.
[youtube=https://www.youtube.com/watch?v=MJQCCy0CNdM]
Objectives :
Parameter |
Parcelable | Serializable |
What is it? | Google developped Parcelable for better performance on android | Serializable is a standard Java interface |
Purpose | For marshaling and unmarshaling Java objects | For marshaling and unmarshaling Java objects |
Package | android.os | java.io |
Speed | 10 times Faster than Serializable because it is optimized for usage on android development | Slower than Parcelable |
Implementation Time | Requires more time than Serializable | Requires very less time as compared to Parcelable |
Degree of Implementation | Difficult | Easier than Parcelable |
Memory | Less temporary objects | Serializable interface create a lot of temporary objects and cause quite a bit of garbage collection |
Use with Intent | Parcelable array can be pass via Intent in android |
Cannot be used with Intent |
Objectives :
Subscribe blog for more updates.
Objectives :
NetBeans IDE is having a new and great feature where we can full screen the code editor window.
This small video tutorial shows how to change editor full screen in NetBeans IDE?
[youtube=”https://www.youtube.com/watch?v=w49znamwczw&feature=youtu.be”]
Being a trainer, I need to share screen with code and sometime only code nothing else. This is one of the most useful feature for me while teaching Java technologies and UI technologies such as HTML5, CSS, JS, etc. This is why I love NetBeans IDE a lot.
Hope this tutorial is helpful for you as well.