Swifty Teaches You to Code in Swift on Your iPhone or iPad


iOS: If you want to create an iOS app or a Mac app, Apple would like you to use their new programming language, Swift. For those new to coding, Swifty is one of the easiest and simplest way to get started learning.
Swifty walks you through the basics of coding, starting with running your first program (printing your name) and learning about variables and functions. The tutorials are optimized for the iPhone's and iPad's touch interface, so instead of typing in tons of code, you'll be shown an explanation of new programming concepts then some lines of code with some options missing. Tap or type to choose an option, then run the code to reveal the result.
This format makes it ideal for learning on the go and in short sprints. To access all 200+ interactive lessons, you'll need to buy the in-app upgrade ($2.99), but the first chapter with 13 lessons covering Swift basics is free to try.
Swifty (Free; $2.99)
Learn How to Port Your iOS App to Windows 10

Learn How to Port Your iOS App to Windows 10

Learn How to Port Your iOS App to Windows 10
It’s no surprise that Microsoft wants us to create apps that can run on Windows 10. To that end, the company has posted a tutorial for everyone who’s made an iOS app to easily bring it over to Windows 10.
The tutorial includes the code for a simple to-do list in Xcode, which you can them turn into a Visual Studio solution. From there, Microsoft’s Windows Bridge for iOS ports your app to Windows 10. The tutorial also includes advice on making sure your app will scale properly on different sized screens and troubleshooting bugs.
Cross-platform apps are the best kind of apps, so hopefully this will catch on and the Windows 10 Store will have many more apps to choose from.

Android 6.0 Marshmallow Tips


Google Now on Tap

Google Now on Tap is one of the best features in Android Marshmallow. It offers quick information on whatever you’re looking on your smartphone. There’s no need to close apps or copy and paste phrases anymore. Once it’s enabled, you can bring up Google Now on Tap from any app, simply by selecting text and long-pressing the ‘Home’ button. If you’re looking for this feature, go into Google Now -> Settings -> Now cards and you can enable or disable ‘Now on Tap’.
google now on tap

Grant App Permissions Individually

App permissions is another top features of the Android 6.0 Marshmallow. The new feature lets users manage each of the app permissions individually. To access app permissions, go toSettings -> Apps and tap an individual app to see its permission. Change the switch for the permissions that you want to grant or revoke the permission. You can also view a list of permissions to determine whether you have granted particular apps. Just go to Settings ->Apps, then tap the overflow menu in the top right corner. Now go to Advanced App Permissions.
android marshmallow app permissions

Play Android Marshmallow Easter Egg

Like last year’s Lollipop Easter Egg, the Marshmallow Easter egg is a Flappy Bird lookalike. This time, though, Google has added a multiplayer feature. To open it, go to Settings -> About Phone. Then tap the Android version repeatedly until you see the Marshmallow (M) icon appear in the center of the screen. Tap on the “M” logo to turn it into a Marshmallow with antenna. Then press and hold on the Marshmallow until the game screen loads.
android marshmallow easter egg

Enable System-UI Tuner

System UI Tuner is a hidden feature in Android Marshmallow 6.0 that allows you to customize quick settings and status bar shortcuts. You can also turn on demo mode of the device with system UI tuner.
To enable the System UI Tuner, pull down the notification panel and long-press the cog at the top next to the battery indicator. Hold it down until it begins to spin and a message will pop-up saying “Congrats! System UI Tuner has been added to Settings.”
android marshmallow system ui tuner

Show Battery Percentage in the Status Bar

Android Lollipop has enabled you to show the battery percentage on the status bar using a third-party app. With Android 6.0 Marshmallow, Google has tweaked things a bit and no longer requires the use of a third party app to enable this hidden battery percentage. Instead, it has tucked the option inside the hidden System-UI tuner. Just tap ‘System UI Tuner’ from the main Settings page, and toggle the switch of ‘Show Embedded Battery Percentage’ to turn the feature ON.
show battery percentage on android marshmallow

Android App Development Tuto


Android App Development Tutorial Part 1



To see Full Tutorial Join us in our Channel
Thanks for watching
Please subscribe to our Channel

Manage Your Android Smartphone From Desktop



Here we will talk about some software used to manage your smartphone easily let’s check out those tools:

1. Airmore

Airmore is an app that allows you to stream videos, photos and your music collection on your smartphone also you can  manage contacts, send multiple messages at once to your contacts or even make a call.

How to Use


  1. Install the app for Android or iOS. Open the app.
  2. Open Airmore Web on your PC browser, and scan the QR code displayed. Click "Accept" on your mobile.
  3. Alternatively, connection can be made via IP or code or mobile hotspot connection as well

2. Web PC Suite

Web PC Suite enables you to see and stream your photos, music, videos, documents, APK, and other kind of files from your Android to PC, via WiFi or personal hotspot. The interface functions via drag-and-drop.
How to Use
  1. Download the app and open it.
  2. Go to the website and scan the QR code there. Alternatively, you can login via your account as well.web pc suite
Web PC Suite works across a wide range of desktop, mobile and tablet platforms bridging transfers between Android, iOS, Symbian, Windows Phone and Blackberry with PC, OS X and Linux.

3.Airdroid

Airdroid is one of the most popularly known Mobile to PC apps .

How to Use

  1. Install Airdroid, and open the app.
  2. Open Airdroid Web and scan the QR code to connect.You can download the desktop app for Windows or Mac OS X
  3. Starting the app on the desktop will launch the app on your mobile.








With Airdroid you can transfert files between phone and pc also you can link your computer to the phone's camera add to that you can run your phone's application from your pc.



































iOS - Environment Setup

iOS - Xcode Installation

Step1 Download the latest version of Xcode from(https://developer.apple.com/downloads/)
Step 2 Click the Xcode dmg file.
Step 3 You will find a device mounted and opened.
Step 4 There will be two items in the window that's displayed namely, Xcode application and the Application folder's shortcut.
Step 5 Drag the Xcode to application and it will be copied to your applications.
Step 6 Now Xcode will be available as a part of other applications from which you can select and run.
You also have another option of downloading Xcode from the Mac App store and then install following the step-by-step procedure given on the screen.

Interface Builder

The interface builder is the tool that enables easy creation of UI interface. You just have to drag and drop into your UI view.











You have objects library at the right bottom that consists the entire necessary UI element

iOS Simulator

An iOS simulator actually consists of two types of devices, namely iPhone and iPad with their different versions. This is an iPhone simulator 
iPhone Simulator
With this simulator you can simulate location with latitude and longitude , memory warning and others but this similator cannot test accelerometer features.So we will need an iOs device to test your application with all features