Skip to main content

Especially for Blackberry 10 Buyers, Please wait for 10 days to get Samsung Galaxy S4



We already know that technologies are growing like anything, Here I came to say something about the technologies between the Korean King Samsung Galaxy S4 & Canadian RIM's Blackberry 10.

As we know that, we have waited a long days to catch this Blackberry 10 & finally came to our hands by last month with new design. As I seen the device, I have feel that am having Android device with name Blackberry, Am not much satisfied with UI & home screen. Ok if am gonna to buy an mobile with 600-800$, first I ll go for apps which I can able to install in it. Whereas in BB10 just having 1 million of apps totally & minimum number apps which will suit for me.


Whereas in Android, millions of tons app, which ll suit for me, Also it will worth for money. Apart from the Apps, if you come forward & look into technology, surely we can say that Samsung will ahead than RIM.

My request is asking to wait for 10 more days, to get the Samsung Galaxy S4, So you ll have more chance to compare & also I ll update with new post with Samsung S4 & Blackberry 10. 

Comments

Popular posts from this blog

Top 100 Dot Net Interview Questions - Part 1

1. What is ASP? Active Server Pages (ASP), also known as Classic ASP, is a Microsoft's server-side technology, which helps in creating dynamic and user-friendly Web pages. It uses different scripting languages to create dynamic Web pages, which can be run on any type of browser. The Web pages are built by using either VBScript or JavaScript and these Web pages have access to the same services as Windows application, including ADO (ActiveX Data Objects) for database access, SMTP (Simple Mail Transfer Protocol) for e-mail, and the entire COM (Component Object Model) structure used in the Windows environment. ASP is implemented through a dynamic-link library (asp.dll) that is called by the IIS server when a Web page is requested from the server. 2. What is ASP.NET? ASP.NET is a specification developed by Micro

Top 100 Dot Net Interview Questions - Part 3

21. What is Query String? What are its advantages and limitations? The Query String helps in sending the page information to the server. The Query String has the following advantages: Every browser works with Query Strings. It does not require server resources and so does not exert any kind of burden on the server. The following are the limitations of Query String: Information must be within the limit because URL does not support many characters. Information is clearly visible to the user, which leads to security threats. 22. What is actually returned from