Friday, August 17, 2012

2D Drawings in Android

Three images below will guide to draw 2D graphics in Android
1. Emulator Screen
2 & 3 java file - coding
Above is the emulator screen



If u like this tutorial, don't forget to give feedback.

for any further query you can mail @ pranavdv@gmail.com


Monday, August 13, 2012

Android Training : Intent

In Android Application Development, basically, two types of Intent available.
1. Explicit Intent
2. Intent Intent

Below is a code of very simple application which will guide how to use intent

In following application,
2 button set in main.xml file. When click to first button, it will shows Activity1 and when click to second button, it will show Activity2.

In java file, intent sets for the first activity and for second activity. In manifest file, activity set. Activity1 uses Explicit Intent and Activity2 uses Implicit Intent.







If u like this tutorial then do not forgot to comment on that
for any further query, you can also mail at pranavdv@gmail.com

Monday, October 17, 2011

HTML 5 Canvas Tag

Line Example




Arc Example







Curves Example






HTML 5 basic






About HTML5



HTML5 defines the fifth major revision of the core language of the World Wide Web, HTML. "HTML5 differences from HTML4" describes the differences between HTML4 and HTML5 and provides some of the rationale for the changes.
HTML5 is a cooperation between the World Wide Web Consortium (W3C) and the Web Hypertext Application Technology Working Group (WHATWG).
WHATWG was working with web forms and applications, and W3C was working with XHTML 2.0. In 2006, they decided to cooperate and create a new version of HTML.

Some rules for HTML5 were established:
  • New features should be based on HTML, CSS, DOM, and JavaScript
  • Reduce the need for external plugins (like Flash)
  • Better error handling
  • More markup to replace scripting
  • HTML5 should be device independent
  • The development process should be visible to the public

HTML5 Strcture




















HTML4 Strcture




Tuesday, October 11, 2011

Client Side Scripting

With the use of latest technology concept HTML5, CSS3 and jQuery, we are able to manage Client Side Scripting.

I am developing web pages and web sites with this latest technology also giving Training for this.

so for any question any time u can mail me.

Thanks and regards
Pranav Varma

Notification Example

Notification Example This is an example Notification for Android Operating System.. It covers a two notification, one has sound, vibratio...