September 10, 2013

Apple has released the Gold Master (GM) version of iOS 7 to developers, according to reports from Twitter. This is significant because the GM version is likely the last official pre-release version of an iOS release before the final arrives.
In addition, Apple is now reaching out to developers in its program to solicit updates that ready their apps for iOS 7. An email, forwarded to us by a developer, features the following text:
iOS 7 will soon be in the hands of hundreds of millions of customers. Reimagine your app's interface with the clarity, translucency and depth of iOS 7. Integrate APIs for AirDrop, multitasking, games, and camera, as well as new APIs that take advantage of the powerful new capabilities of iPhone 5s.
In it, Apple encourages developers to 'reimagine' their apps for the new 'depth' and translucency of iOS 7. It also, as usual, promotes new APIs like AirDrop that it wants them to take advantage of. Apple often promotes and features apps that use the newest features of iOS.
This encouragement, which is already being heeded by many developers if the beta invitations we're seeing are any indication, will cause a huge shift in the look and feel of your apps. Expect less three dimensional illustration, more animation and depth of layers. A lighter, brighter look is on the way to your favorite utilities.
Screen Shot 2013-09-10 at 1.10.25 PM
The GM seed version is 11A465, and likely features the final tweaks to iOS 7 that we'll see before it arrives on September 18th for iPhone and iPad. Typically, the GM version of iOS 7 is the exact same version that will arrive over the air or via iTunes to users. It's the edition that Apple is shipping on all of the devices already winging their way towards the U.S. from its suppliers in Asia.
If you're a developer, you can download the GM here, if you're not, you'll have to wait until the 18th to get your hands on it.

Source : techcrunch
filmykeeda_banner_300x250.png (300×250)

Posted on Tuesday, September 10, 2013 by Admin

No comments

iOS version code-names
While Android's dessert-derived code-names like Cupcake and Ice Cream Sandwich are publicly pitched by Google and used by media, Apple's iOS code-names don't get anywhere nearly as much attention. Developer Steve Troughton-Smith, however, gave them some Twitter love this morning.
  • 1.0: Alpine (1.0.0 - 1.0.2: Heavenly)
  • 1.1: Little Bear (1.1.1: Snowbird, 1.1.2: Oktoberfest)
  • 2.0: Big Bear
  • 2.1: Sugarbowl
  • 2.2: Timberline
  • 3.0: Kirkwood
  • 3.1: Northstar
  • 3.2: Wildcat (iPad only)
  • 4.0: Apex
  • 4.1: Baker
  • 4.2: Jasper (4.2.5 - 4.2.10: Phoenix)
  • 4.3: Durango
  • 5.0: Telluride
  • 5.1: Hoodoo
  • 6.0: Sundance (rumored)
Nowhere near as sweet as Google's, or even the big cats Apple uses, very publicly for OS X releases, including the latest 10.7 Lion. Maybe they could spice things up a little. What do you think, Star Wars planets? Pasta shapes? Tasty caffeinated beverages?

filmykeeda_banner_300x250.png (300×250)

Posted on Tuesday, September 10, 2013 by Admin

2 comments

This chart provides data about the relative number of devices accessing the Play Store recently and running a given version of the Android platform as of September 4, 2013.
VersionCode nameRelease dateAPI levelDistribution
4.4 KitKat TBATBA0%
4.3Jelly BeanJuly 24, 2013180%
4.2.xJelly BeanNovember 13, 2012178.5%
4.1.xJelly BeanJuly 9, 20121636.6%
4.0.3–4.0.4 Ice Cream Sandwich December 16, 20111521.7%
3.2 Honeycomb July 15, 2011130.1%
3.1 Honeycomb May 10, 2011120%
2.3.3–2.3.7GingerbreadFebruary 9, 20111030.7%
2.3–2.3.2GingerbreadDecember 6, 201090%
2.2FroyoMay 20, 201082.4%
2.0–2.1EclairOctober 26, 200970%
1.6DonutSeptember 15, 200940%
1.5CupcakeApril 30, 200930%
filmykeeda_banner_300x250.png (300×250)

Posted on Tuesday, September 10, 2013 by Admin

No comments

September 04, 2013

EmoticonShortcut codeNotes
Shark(^^^)Shark with sharp teeth out.
Penguin<(")Penguin looking to the left.
Robot:|]Robot face. 
Happy:)A happy smiley face. 
Sad:(A sad and frowning smiley... 
Tongue:PSticking tongue out. 
Grin:DA big grin and laughing. 
Shocked:OShocked and surprised. 
Winking;)Winking. 
NerdB)Nerdy smiley with glasses. 
CoolB|Cool smiley wearing... 
Upset>:(Upset and angry. 
Unsure:/Unsure or doubtful emoticon. 
Crying:'(Crying emoticon with tears..
Devil3:)Laughing devil emoticon. 
AngelO:)A blushing angel with a halo. 
Kiss:* sending a kiss and a... 
Heart<3A red heart emoticon. 
Keke^_^Kekeke happy emoticon. 
Bored-_-Annoyed, sighing or bored. 
Confusedo.OConfused or WTF emoticon. 
Angry>:OUpset, angry or shouting... 
Pacman:vA Pacman emoticon. 
Cat:3Cat faced smiley. 
Putnam:putnam:Christopher Putnam

Posted on Wednesday, September 04, 2013 by Admin

No comments

July 03, 2013

Xcode is the complete toolset for building Mac apps and iOS apps — and with Xcode 5, the tools do more than ever to help you create fast, efficient, high-quality apps. Xcode automatically configures your apps to use the latest Apple services, manages your many images in a unified asset catalog, and helps you design an app that looks gorgeous on iOS 7 or OS X Mavericks.
Xcode 5 makes it incredibly easy to create and run tests, analyze your code, and monitor performance. And with access to continuous integration baked right in, your team can create better apps than ever before.

Automatic Configuration

Xcode 5 automatically configures your app to enable Apple services such as iCloud, Passbook, or Game Center, directly within the IDE. The new capabilities editor makes it as easy as flipping a switch to enable Apple services. Simply enter your Apple ID, and Xcode will manage your teams, certificates, and entitlements for you. Xcode will add the proper frameworks, create the appropriate provisioning profiles and entitlements, and sign your app automatically when you click ‘Run’.

Test Navigator

Creating a quality app requires that you write comprehensive tests. Test-driven development is easier than ever with the new Test Navigator in Xcode 5 which helps you create, edit, and run your unit tests. A single click can run individual tests, or a selected group. The Assistant editor provides new test-specific categories that automatically place your tests and application code side by side.

Bots for Continuous Integration

Xcode 5 works closely with OS X Server for OS X Mavericks to easily create ‘bots’ that continuously build your app, execute your complete test suite, and run the Xcode static analyzer to find potential bugs. You can create a new bot in only a few clicks, and immediately start it running on any Mac in your network. While the remote Mac is doing all the integration work, Xcode on your local machine displays the build and test reports.

A nightly bot is great for generating a regular release for your QA team. Bots can also be configured to execute on every check-in, alerting committers immediately when something is broken. Bots can even test your iOS app on connected iPhones and iPads, surfacing any device-specific bugs. Learn more about continuous integration
Auto Layout

Auto Layout is a powerful technology that allows you to create a single user interface which automatically adjusts to screen size, orientation, and localization. With Xcode 5, Interface Builder’s support for Auto Layout has been greatly enhanced. Interface Builder offers as much or as little help as you like, giving you a free-form canvas on which to create your next great app. Xcode offers helpful alerts when constraints are missing or mis-configured, and Interface Builder can even fix the layout for you.

Asset Management

A beautiful app is composed of many images: icons for iPad, iPhone, and Mac, launch screens for different screen sizes, and all your custom artwork. Asset Catalogs, labeled as .xcassets in Xcode 5, make managing your images much simpler. You can work with all versions of each image without managing individual files, or memorizing filename conventions. The Asset Catalog can even create image ‘splits’ that enable your images to scale dynamically with the interface’s layout, 

Debug Gauges

New debug gauges in Xcode 5 show resource consumption data at a glance, including CPU, memory, energy use, iCloud, and OpenGL ES. The gauges themselves add very little overhead while your app runs, making it obvious when CPU or memory usage spikes, and alerting you to an otherwise hidden problem long before your users see it. Clicking a gauge reveals a full report, complete with a preliminary diagnosis of what may be plaguing your app. You can then click a single button to launch Instruments, which will immediately begin performing a deeper analysis of your app’s performance.

Xcode Visual Debugger

Built on the powerful LLDB debugging engine, the Xcode visual debugger in Xcode 5 is cleaner and more readable, and the Data Tips that hover over your code are more responsive. Variables in either view are formatted to be easier to understand at a glance, and you can now use Quick Look to quickly peek at an image, web page, bezier curve, or a document in memory. You can even print the object within the editor using a single click.

Source Control

The new top-level Source Control menu always shows the currently active branch of the project you are working on, and gives you quick access to switch, create, and merge branches. You’ll never need to leave your code to create a new feature branch, or fix a bug. If you don’t remember writing the code in front of you, you can check who to blame for that line, right in the editor. The new Accounts preference in Xcode gives you a single place to manage all your repositories, and OS X Server for OS X Mavericks can even host Git repositories for you and your team.
filmykeeda_banner_300x250.png (300×250)

























































Auto Layoutwhile keeping the file size small.

Posted on Wednesday, July 03, 2013 by Admin

No comments