Showing posts with label Andriod. Show all posts
Showing posts with label Andriod. Show all posts

Friday, August 12, 2016

Application Components in Andriod




  • -buliding blocks of andriod application
  • -Apllication manifest  file  AndriodManifest.xml


  1. Activites -UI and handle the user interaction to the smartphone
  2. services-background processing associated with an application
  3. broadcast recievers-communicate andrios os and application
  4. content providers-handle data and database management issues


Installation of Andriod


Operating System needed:


  1. -MS XP
  2. mac OS10.5.8
  3. Linux GNU C library 2.7


Required tools

  1. Java JDK5 
  2. Andriod SDK
  3. java runtime Enivronment 6
  4. Andriod Studio
  5. Eclipse IDE(Optional)
  6. Andriod Development Tools


History of andriod

Features of android


  1. Beautiful UI
  2. connectivity-gsm,cdma,UMTS,buletooth
  3. storage-SQLite,light weight retional database
  4. media-h.263,h.264,mpeg 4,amr,aac,aac5.1 mp3,ogg,wave 
  5. messaging-SMS and MMS
  6. web browser-based on open souce webkit layout engine,
  7.  chorme javascript engine supporting HTML5 and CSS3
  8. multi touch-HTC hero
  9. multitasking-run simultaneously,one task to another task
  10. resizable widgets-content or shrink them to save space
  11. multi language-single direction and bi-directional
  12. gcm-google cloud messaging
  13. wifi direct-peer to peer connection
  14. android Beam-NFC based technology


Categories of Android applications

Wednesday, August 10, 2016

Why Andriod?



  •  -open source
  • large devlopment
  • increased the marketing
  • inter app integration
  • reduced cost of development
  • higher sucess ratio
  • rich development enivironment

What is Andriod?


Andriod

  • open source
  •  Linux-based Operating System
  • application development for mobile devices 
  • develop for Android
  •  different devices powered by Android


Andriod

Andriod
 -Open Source
 -Linux based operating System
 -using smartphone and tablet
 -Java programming Language

Wednesday, August 5, 2015

Import and Export subsite in SharePoint 2013 Using PowerShell Script

 Add-PSSnapin Microsoft.SharePoint.PowerShell


 Export-SPWeb "http://raghu/sites/test/test1" –Path "C:\rm.cmp" -includeusersecurity

 Import-SPWeb "http://raghu/sites/test/test1" -path "C:\rm.cmp" -IncludeUserSecurity