Quantcast
Channel: Dans un an... » app development
Browsing latest articles
Browse All 10 View Live

Neomades – Cross Platform Mobile Development

Cross Platform Mobile applications development tools : I wondered if anyone here ever tried such tools. We met a guy from Neomades in MWC on 2011 and I found Yeecco (http://www.yeecco.com/) solution on...

View Article


App Marketing Tools For Developers

Quelques liens vers des outils pour travailler son ASO (AppStore Optimization) dont AppCod.es dont adesyf a parlé ci-dessous :o) Over the last few years, a lot of tools and services have been created...

View Article


Hitbox Team – Dustforce sales figures

Dustforce is just over a year old now. How well has it fared in the past year, and what does that mean for Hitbox Team? In this article, we discuss in great detail the financial performance of Dustfor…

View Article

My First Year in the App Store

An example of what we can do…… This is the first of 10 posts about my first year as a profitable entrepreneur. They will be released every Tuesday for the next 9 weeks. I released my first app one year...

View Article

Essentials of Mobile App Testing – v1

What you have to do to deliver a great App which fits the user's expectations  In this document we look at how the testing of mobile applications helps to achieve quality. We explore a typical way that...

View Article


iOS Tips : NSNotification raised multiple times

If you add the notification observer in a method called multiple times, you will receive the notification multiple times too. To avoid that , you’ve got 2 solutions : Try to either put the...

View Article

Histoire d’une app : GéoFrance

Sachant que je développe des applications pour mobile, un jour mon plombier (véridique !) m’a dit : “ça serait génial si on pouvait avoir une application qui donne la correspondance entre les noms et...

View Article

iOS7 Status Bar Color

To set Status bar with different color in each viewControllers : – set “View controller-based status bar appearance” to YES in info-plist file, – set the status bar in AppDelegate as it should be on...

View Article


iOS : Macro to check screen size

#define IPHONE_5 ([[UIScreen mainScreen] bounds].size.height > 480.0f) Usage: if (IPHONE_5) … //do whatever need to be done :o)

View Article


iOS tips: — View Property —

“The frame rectangle, which describes the view’s location and size in its superview’s coordinate system.” versus “The bounds rectangle, which describes the view’s location and size in its own...

View Article
Browsing latest articles
Browse All 10 View Live