1 . First get current play store version. int currentVersion,updateVersion; VersionChecker versionChecker = new VersionChecker(); try { String latestVersion =…
Continue ReadingSwift 3 / 4 get current location with location manager .
Step – 1 : First define LocationManager . And Current location of CLLocaion . var manager = CLLocationManager() var…
Continue ReadingSwift 3 /4 take photo from camera or gallery and show it .
Step One : First create a project and take imageView and a button to capture image . Connect it to ViewController…
Continue Reading