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

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