Category: ANDROID

An android is a robot or synthetic organism designed to look and act like a human, and with a body having a flesh-like resemblance. Although “android” is used almost universally to refer to both sexes, and those of no particular sex, “Android” technically refers to the male form, while “Gynoid” is the feminine form. Until recently, androids have largely remained within the domain of science fiction, frequently seen in film and television. However, advancements in robotic technology have allowed the design of functional and realistic humanoid robots.
The word was coined from the Greek root ἀνδρ- ‘man’ and the suffix -oid ‘having the form or likeness of’.
The term “droid”, coined by George Lucas for the original Star Wars film and now used widely within science fiction, originated as an abridgment of “android”, but has been used by Lucas and others to mean any robot, including distinctly non-humaniform machines like R2-D2. The abbreviation “andy”, coined as a pejorative by writer Philip…

Visual Studio Tools for Apache Cordova in Visual Studio 2015 RC

Posted on 3 min read

Microsoft has announced that with Visual Studio 2015 – Apache Cordova tools will be integrated within the main install bundle. Using Apache Cordova Tools for Visual Studio you will be able to develop cross-platform mobile applications using single codebase for iOS, Android and Windows Phone. With support for native device capabilities (e.g. camera, accelerometer, contact),… Continue reading

Android Studio 1.0 released

Posted on 1 min read

Google Android Developer team has released version 1.0 of new IDE for developing Android apps. The new IDE is based on popular IntelliJIDEA platform(Community Edition) and Google Android is moving away from Eclipse based IDE for developing Android Mobile Apps. Developers who willing to develop Android mobile apps should try the new IDE, and for… Continue reading

Sending Mobile Push notification using C#/.NET (iOS, Android, Windows Phone 8, Windows 8 and Blackberry)

Posted on 3 min read

This is an update blog to my earlier blog about Sending Apple iOS Push notifications using C#. With that blog – I  introduced you to  how to send push notification using Open Source library APNSharp, by the developer John Redth.  Redth announced that library is already deprecated. Redth came up with  with another open source… Continue reading

HTML5 Definition Complete, W3C Moves to Interoperability Testing and Performance

Posted on 3 min read

The World Wide Web Consortium (W3C) has published —  the complete definition of the HTML5 and Canvas 2D specifications on 17 December 2012. Quoting from the announcement here Though not yet W3C standards, these specifications are now feature complete, meaning businesses and developers have a stable target for implementation and planning. HTML5 is the cornerstone… Continue reading

HTML5 – Bye Bye ‘WebSQL’/’SQLite’ – Welcome ‘IndexedDB’

Posted on 3 min read

Since November 18, 2010, the W3C announced that Web SQL database(Sqlite) is a deprecated specification. This is a recommendation for web developers to no longer use the technology as effectively, the spec will receive no new updates and browser vendors aren’t encouraged to support this technology. The new alternative is IndexedDB which is already available… Continue reading

Introducing Monocross – A cross-platform MVC pattern for mobile development in .NET/C# and Mono

Posted on 1 min read

I am evaluating different cross platform mobile development solutions. This is just a quick introduction to a framework I came across. What is cross platform mobile applications? A mobile application developed in such a way that it will work or run on most of the mobile platforms such as Android, iOS, Windows Phone, Blackberry etc.… Continue reading

Mobile Application Development

Posted on 9 min read

Mobile Applications are rapidly developing segment in the global mobile sector. Developing mobile applications targeting different mobile platforms such as Windows Phone, iOS, Android, Blackberry and Bada(Samsung’s Proprietary OS) is the trend setter now. Quoting from Wikipedia Mobile application development is the process by which application software is developed for small low-power handheld devices such… Continue reading

Introducing KendoUI Mobile from Telerik (HTML5 Mobile Tools/Widgets for Development)

Posted on 4 min read

KendoUI Mobile is a set of Reusable HTML5/Javascript widgets or tools for Mobile Web Application development. KendoUI is made available for Commercial(PAID) and Open use on Certain licensing conditions from Telerik.   (Logo Courtesy: KendoUI.com) KendoUI is a suite of new HTML5 Controls from Telerik. Telerik is a pioneer in .NET based reusable controls and… Continue reading

Introducing Mono for ANDROID(.NET Application Development for ANDROID?)

Posted on 2 min read

Today I was just in a hurry to just go through what’s interesting out there in Technological world. I came across MonoDROID, from Mono&Novell. MonoDroid is a development stack for using C# and core .NET APIs to develop Android-based applications using .NET. dotNET on ANDROID cool right?. There is also MonoTouch which a C# &… Continue reading