driechel
driechel

Reputation: 3453

Sencha Touch Fastbook

Today I have been using the sencha touch framework to build an mobile app. I was very impressed (like many others) with the fastbook app that they showed. On the blog it says that sencha touch 2.2.0 uses a lot of techniques used in the fastbook app. However when I try their example they do not even come close to the responsiveness of fastbook. The transitions are not so smooth and if you tap their is the delay that most html5 apps have.

My question is can I somewhere find the sourcecode of fastbook? I would love to know how they did the "sidebar" navigation because that responds very "natively".

Upvotes: 2

Views: 2177

Answers (3)

Michael Mullany
Michael Mullany

Reputation: 31715

Many of the Fastbook techniques (including animationQueue) are in Touch 2.2 and more will be in Touch 2.3 - which is in beta right now. The smooth side bar animation uses multiple iframes, and that's a part of Fastbook that is not (and won't be) in Touch 2.x because the API is not compatible with Touch 2 conventions. We didn't release source because Jacky used an edge build to create the app that used an experimental MVVM. We didn't want people to use this code in their apps because it was undocumented and not production quality.

You can see a much longer description of how Jacky did Fastbook in his SenchaCon 2013 session, which we'll be posting soon.

Upvotes: 1

Dinkheller
Dinkheller

Reputation: 5054

Try this one:

Sencha Market Sidebar

Upvotes: 0

GenieWanted
GenieWanted

Reputation: 4513

I am afraid that there is no way finding the sourcecode of Fastbook. Please read this link:

http://www.sencha.com/forum/showthread.php?255853-Fastbook-Source

It would have been wonderful had they released it. But, incase if you are very specific on implementing slide navigation (Facebook-like) in Sencha Touch. This link will be a great help:

http://innofied.com/simplest-slide-navigation-with-sencha-touch-2-2/

Upvotes: 3

Related Questions