TagApps

XtmasTree – Full article about it and other Portuguese Christmas apps

The full Notícias Magazine’ article which features XtmasTree app is now online (pages 48-51): “http://edicoes.uscm.controlinveste.pt/ci/NoticiasMagazine/2013/Dezembro/NMXLNatal/“.

Article PDF: XtmasTree@Notícias Magazine – DN&JN (2013-12-01).pdf

XtmasTree featured in two Portuguese Newspapers (DN/JN)

Today, we are featured in Notícias Magazine which is distributed with two reference newspapers in Portugal, Diário de Notícias and Jornal de Notícias.

The article includes an interview with me about our XtmasTree app, and other Portuguese app developers who have developed Christmas apps.

Ricardo and XtmasTree app featured in DN/JN (1/12/2013)

Ricardo and XtmasTree app featured in DN/JN

English article translation (by Google): http://goo.gl/bEb7IB
Original article @ DN/JN: http://goo.gl/lounVshttp://goo.gl/sWhslN

JSON vs XML – Part 1: Data Size

In this test to compare XML vs JSON files data size, I transformed a sample of our XML data files to JSON, and I’ve obtained the following results:

File Name XML Size (bytes) JSON Size (bytes) Difference (bytes) Difference (%)
groups 6.218 3.379 – 2.839 -45.6 %
matches 14.541 8.823 -5.718 -39,3 %
scorers 1.250 652 -598 -47,8 %
TOTAL/Average 22.009 12.854 -9.155 -41,6 %

Well, after this first experiment it seems that I can save about 41,5 % on my data size if I change from XML to JSON files.

But wait! And if I reduce my tag/field names’ length to only 2 characters long?

Here are the new results that I obtained after that change…

File Name XML Size (bytes) JSON Size (bytes) Difference (bytes) Difference (%)
groups 3.444 2.934 -510 -14,8 %
matches 8.189 7.154 -1.035 -12,6 %
scorers 756 556 -200 -26,5 %
TOTAL/Average 12.389 10.644 -1.745 -14,1 %

Well, that size difference becomes reduced from near 41,5% to about 14%! It seems that with JSON I can save at least almost 2 KB per App update.

If I have 1.000 updates/day it gives less 2 MB of bandwidth which is perfectly negligible.With 1.000.000 updates/day it gives 2 GB/day, which becomes about 60 GB/month. It’s true that can save me some bucks if I’m paying a non unlimited bandwidth hosting service. But maybe it isn’t sufficient to make me change my App, specially if it doesn’t will make my App to be implemented faster and run significantly better.

By the way, until I publish the next post “JSON vs XML – Part 2: Parsing and Display Speed“, I recommend that you read an interesting article from Nicholas C. Zakas, which I found among many other articles about XML vs JSON: “Is JSON better than XML?“.

It compares several aspects of those two technologies in a succinct way.

Note: This is the first post of the “JSON vs XML – Data Size, Parsing and Display Speed” set.

JSON vs XML – Data Size, Parsing and Display Speed

In my previous post “App Interface and Data Update with UIWebViews, XML, XSLT and HTML“, I’ve written a little bit about how I have used XML to dynamically update and display our App’s data.

Following that, now that I’m preparing a new similar App, I’ve read lots of stuff about JSON and about JSON vs XML on the web, which is making me to consider the change of XML by JSON.

Many people argues that JSON is better than XML but that’s not clear and it seems that it depends a lot in what we need to do! Well, I know that’s not something new, it’s what happens most of the times when we’ve to choose some technology against other(s).

But I want to choose the “best” for my case, since I have plans to port this new App at least to Android OS and maybe to Windows Phone 7. And if that choice can reduce my total work in those platforms, it’ll be an important choice.

In general what I’ve seen is that XML is largely supported in all common browsers and in those mobile platforms. JSON is relatively new, however it’s becoming supported almost everywhere but mostly without native parsers.

That’s the case with iOS and WebKit (Safari’s engine). So I decided to do some previous experiments…

Since this article is growing a little more than I preview, I’ll publish the results of my tests in the following posts:

App Interface and Data Update with UIWebViews, XML, XSLT and HTML

I haven’t wrote almost anything about the development of my first App launched on the App Store: SA2010SS. Now it’s time for a little about that…

I’m picking up that code to reuse it on the next App, which will be similar  but this time, based on the National Soccer League(s) with the addition of one or two interesting features, I hope.

This post is focused on the strategy that I used for our App’s main interface and data updates.

Starting by the data updates, our App gets the data from the server, downloading three XML files, each one with:

  • match results;
  • standings;
  • best scorers.

For the user interface I’ve used some standard iPhone controls (mainly for buttons) but the main screen is almost filled with an UIWebView.

What that means?

That means that the mainly part of our App UI is done using standard HTML web pages. I had some problems to implement this “workflow”, but after achieving that, it allowed us to easily tune our UI, using standard web technologies: HTML + CSS.

The main pages/views are obtained via XSLT:

XML -> XSLT (with CSS) applied -> HTML

So, when the App updates data, it receives three XML files, the correspondent XML data for the screen that the user is seeing, is transformed applying a corresponding XSLT file and then the new HTML page is generated and presented on the UIWebView.

I know this method is not so fast as if I had only used iPhone controls from the UIKit Framework for the views. But the pages scroll and transitions are fluid, except on the first time the App creates and presents each view, which take maybe 2 or 3 seconds do appear.

That’s not perfect, but it was a nice trade-off which allowed us to cut some time (that would be used to learn to use those controls) on our App development and design.

Nevertheless, in the future maybe it’ll be easily to port it to Android OS or any other platform which supports web views.

I’d like to hear your opinions and suggestions about this scheme or better alternatives. Leave me a comment…

Interesting Stats about iPhone/Android Apps Business Market

If you develop Apps for mobile devices, whether it be iPhone, Android, Blackberry, Microsoft or other smartphones/tablets, don’t miss to see those interesting stats/charts:

There you can get some precisous information, like:

  • the most popular Apps categories;
  • the free/lite version app conversion rates to paid versions, by platform;
  • the ads reaction by users age profiles;
  • and much more…

Category of apps used in the past 30 days

Source: Nielsen @ Business Insider

My first iPhone App on the App Store! :-)

I haven’t had time to write here, but soon I’ll try to start writing a lot of stuff I had learned with this little project.

By now, I only wan’t to let you know what was the project I had wrote a little about in my second post.

The final App name is South Africa 2010 Soccer Scores and you can find it on the App Store:

You can also see some info and screen-shots on our App @ http://xphone.me/sa2010ss/.

South Africa 2010 Soccer Scores - App Logo

South Africa 2010 Soccer Scores - App Logo

Unfortunately, I had this idea only some days before the World Cup started!

Nonetheless you developed it then we submitted it to the App Store. After 8 days we were notified of a possible copyright issue with a part of the original name of our App!

In less than a day we changed its name, the splash and title images, etc… and submitted it again…after one week it was approved and published on the App Store.

Unfortunately, that day was July 9th, less than 3 days to the end of the 2010 World Cup! :-/

Well, but in the last 3 days we had more downloads than we imagined from a lot of different countries!! That’s a little good return because it boosts our motivation to the next projects, especially an evolution of that App! 😉

And the work was worth it!! We got some experience and we learned a lot!!

Now we know what is to transform an Idea into a real App in the Apple App Store!

…and that is real a really nice feeling!! =:-)

Maybe on of this days I write a little post-morten about this App development.

I’d like to finish this post with kudos to André, he had done some really good logos/images for our App. And we had done a great team on this project. I’d also to thank to Eugen from Icon Drawer for letting us freely use his cute country flags

See you soon…

Ricardo

PS: If you try our App, please send us your comments & suggestions to “xphone.me@gmail.com“.

You have great ideas for mobile Apps? …but you don’t code?

You have great ideas for mobile Apps? You’d like to develop those ideas but don’t know how to program?

Now you can do it!!

Transform your ideas into real Apps for your Android phone, with Google App Inventor: http://appinventor.googlelabs.com.

I haven’t tried it yet but I think that for us, developers,it can be a very interesting tool because it allows us to sketch our Apps more faster. And it can be even better, if it allows us to take that sketch App code, and put it in the traditional pipeline, using Eclipse or other IDE to develop more advanced features.

Share your ideas with me, write a comment here…

© 2025 myDevNotes

Theme by Anders NorénUp ↑