www.flurry.com  and sing up, entering all the information required and accepting the terms and the conditions. ">
Arianna Testi, Wednesday 12 March 2014

How to create a Flurry account?

Today I’m going to explain you how to create a Flurry account, to have more analytics data of your app.   First of all go to www.flurry.com  and sing up, entering all the information required and accepting the terms and the conditions.
Jerome Granados, Thursday 6 March 2014

Disqus now available in your app

If you read carefully tuesday's update, you saw that we enabled Disqus comments on GoodBarber. Many of you had requested this feature, so we set aside our developments on GoodBarber 3 for a few hours, in order to bring this feature to GoodBarber 2. It's now ready to be used. Let me explain how to turn on Disqus comments into your app.
Dumè Siacci, Wednesday 22 January 2014

How to enable the Google Analytics tracking in my app?

A few weeks ago, we talked about how to understand your app analytics. It's a gold mine to figure out the behavior of your users, and to evaluate your app's performance, whatever is your goal.   The GoodBarber internal statistics are a very good starting point, but in some cases, it can be interesting to plug external analytics tools, like Flurry Analytics or Google Analytics. There are great chances that you already use Google Analytics if you have a website, so, if you use it also for your app, you will be very familiar with it too.   Let's see together how to make your app send data to Google Analytics.
Arianna Testi, Wednesday 1 January 2014

How to do the web analysis of my mobile app?

In the era of the Web 2.0, the real life overlapped the virtual one, making crucial for any business, the study of the habits of their users while they are surfing on the web.   Thanks to web analysis became possible not only to analyze your target customers, the access, the traffic, etc ... but there are also offered the tools to optimize your investments on the web advertising, to improve conversion rates and the results of your business.
Dumè Siacci, Wednesday 11 December 2013

How to plug social networks sharing features in your app

Your GoodBarber app embeds social sharing features that will help your users to spread the word about your content. It means that almost everywhere in the app, your readers have access to a "share" button that will lead them the sharing screen.   You've probably already added such features to your website: you can easily understand that the more the process will be easy for your users to share your posts or videos, the more they'll share it :)   Since the GoodBarber 2.5 Salvador release, we've also integrated Facebook likes into the apps. It means that once your reader is logged in your app with his Facebook account, he'll just have to click on the "heart" button to like the post he's reading. It's not exactly the same action than a real Facebook share: a share will create a new post in the user's timeline, and a like will just appear in the Facebook ticker feed.   To be honnest, as a Facebook user, I prefer most of the times to just "like" a blog post than to actually "share" it to my friends: the two actions are totally different and apply in different situations.   GoodBarber also allows you to ask your users to login using Facebook or Twitter to post a comment, to bookmark a content, or to submit a picture/video/text from a Submit section. You should enable this feature if you don't want the comments on your website to be anonymous.
Jerome Granados, Wednesday 2 October 2013

How to install a domain name on my HTML5 web app?

That's one of the great features that comes with GoodBarber Salvador. Every GoodBarber account has now a great web app, in addition to the native app for iPhone and the native app for Android! While the iPhone app is written in objective C, the Android app is written in java, this web app is written in HTML5. The web app runs on every browser, no matter the phone or the OS you use, that is to say that, now, your readers on Windows Phone or Blackberry can access your content from their mobile phone.  The web app is truly fantastic. It has the same look and feel as the native app. Our engineers made a great job because it was a big challenge to obtain such a result. Why? Because contrary to many app builders who run HTML5 apps encapsulated in a native shell, we decided to make the opposite. We looked at the native apps generated by GoodBarber and we ask our engineers to reproduce the same in HTML5. When you know GoodBarber's passion for native apps and the elaborated features and UX we provide in our apps, you assess the challenge :)
Written on Monday 30 September 2013

How to use our 6 new browsing modes?

Hello guys, last week we introduced the new release of GoodBarber Salvador. In this release you can find more than 50 innovative features. We will detail the main one in some articles and Friday Talks.  Today, we're starting with the 6 new awesome browsing modes and a classical "how to" use them, with some tips and tricks ;)
Méryl Fiamma, Monday 23 September 2013

How to make a clear app with a lot of content?

Hello GoodBarbers, today I am in a solving problem mood, good news right? ;) I am surfing on Internet a lot, checking blogs, websites, news, social networks and everything I am interested on. I noticed that many blogs have lots of content giving a lot of information with more than 5 menus and subcategories. So, I thought it would be a good idea to write an article about it and let you know that it is not a problem for GoodBarber. You can have all this content in your app ;) The little story before was just a story to start the article, and because I am speaking writing a lot ;) More seriously, in this article we'll give you all tips and information you need to easily create categories and subcategories but also keep your application clear.
Dumè Siacci, Monday 5 August 2013

How to activate the native YouTube player in your Android app

In last week update, we published a brand new feature allowing your users to watch YouTube videos directly from your Android app (either in articles and video sections). It uses the native YouTube player for a better user experience. If you've already re-built your app since the update #1238, you just need to follow these steps to activate the new player. If not, follow this quick process, re-build your Android app from your GoodBarber backend, and publish an update on the store!
Dumè Siacci, Wednesday 10 July 2013

[Tech] How we do icon coloration at runtime #Objective-C #iOS

GoodBarber allows you to create full customized, beautiful apps, in just a few clicks. Among the hundreds of other features, we implemented an icon coloration process, which you can use to create beautiful design effects.  We chose to let you choose amongst a large icon set — you can even upload your own TabBar icons — and you can imagine that it was completely impossible to anticipate all the customization possibilities. So we started to think about an automated customization process for these icons, and we wanted to keep a standard-based icon set (white PNGs with alpha channel only). So here is what we developed to color the icons directly in the native client applications, with just a white PNG and a hexa color.