Monday 29 June 2015

Why I do shopping using a Smart Phone?

by Ziuby


Mobile Commerce is a term best described as the use of handheld wireless devices such as phones, tablets, laptops etc to conduct commercial transactions online.

It is a market which as grown in light of technological advancements and convenience. It is an area where the modern day business man sees the opportunity to increase sales without putting in a lot of efforts. Mobile Commerce has not only revived the consumer market but has also affected marketing, IT industry.

It will be an interesting to see where this leads us, since major online giants such as Myntra, Flipkart etc have already come up with their own apps.





                                               


Please go ahead and share your thoughts in the comments section below.


#ziuby

Tuesday 9 June 2015

Apple featuring the all new iOS 9 Beta1

by Ziuby

The most creative brand has brought a new and a volatile product in the history of the apple. Yes we are talking about iOS version 9 Beta 1.

We all have seen the apple version fromiOS  1x to iOS 8 which have initiated from the first iteration of apple touch centric mobile OS to the all-new iCloud and many more features.
Now the company has introduces its latest operating system with all of the advance feature and they called it iOS 9 Beta 1.

There are many features of this beast Operating System. Let us review one by one.

1. First and the very most interesting feature is if any Android user is willing to move to the iOS without losing any of the contact details or anything like songs, videos, mail accounts etc. then he can be able to move easily by using Move to iOS app

2. Apple has added a NEWS application to the user’s home screen which help users to be updated an daily or hourly or even the on the go basis news feed.

3. Modified notes application, now you can be to take your notes from anywhere, no matter which app is running, convert list into check list

4. Ours favorite Siri powers a more intelligent search provides more relevant search than ever.

5. Many more feature such as, enhanced battery life, save more cards in Apple pay, Carplay option for those whose car supports wireless connection, Multitasking, Improved security and many more…


                                                     


Overall Apple is producing a best OS till date which helps customers in more easy n relevant way to live their life with iOS 9.

#ziuby

Friday 5 June 2015

What is DART ???

By Ziuby

Dart is an open source web programming language developed by Google. The goal of Dart is "ultimately to replace JavaScript as the lingua franca of web development on the open web platform”. Dart relies on a source-to-source compiler to JavaScript. Dart was "designed to be easy to write development tools for, well-suited to modern app development, and capable of high-performance implementations."Stable version of dart releases on 14 December 2014.
Dart was designed to be easy to write development tools for, well-suited to modern app development, and capable of high-performance implementations.
Dart is a class based, single inheritance, object-oriented language with C-style syntax. It supports interfaces, abstract classes, reifiedgenerics, and optional typing. Static type annotations do not affect the runtime semantics of the code. Instead, the type annotations can provide documentation for tools like static checkers and dynamic run time checks.
Isn’t Dart a lot like JavaScript?
When compared to JavaScript, Dart aims to be faster, and more scalable to large programs.The Dart project thinks that JavaScript can use some changes for more productive software engineering, smarter editors and development environments, and web apps that are as beautiful and pleasing as the best client apps can be. On the other hand, Dart don’t think everything needs to change, and why change what isn’t broken?
Dart, like JavaScript, is a dynamically typed language. It adds optional type annotations to help you catch errors earlier. It takes out a few features of JavaScript, such as prototypes and the global object: this streamlines the VM, enables faster execution, and makes it easier to do code completion and refactoring.

                                                                 
Isn’t Dart a lot like Java?
Well, Java is statically typed, and Dart is dynamically typed. Dart has optional static type annotations, where in Java they are required. There are big differences in the nature of the two languages. But Dart is a curly-brace language, and it shares some keywords with Java, such as “extends” and “final”, so we can see why people make the comparison.
We can compare Dart with many languages but only comparison won’t improve language structure. Because every language has its own quality, they are improved according to developers prospective  and  faster execution of that.
There is lot more about Dart.
But still this is just a beginning of new web programming language.
Lets wait for more releases on DART.