Sencha Touch 1.x: Examples and Showcases

Page 2 of 14 FirstFirst 1 2 3 4 12 ... LastLast

+ Post New Thread

  1. Ext.ux.TouchCalendar

    Hi all, I'd like to introduce a new Sencha Touch extension that has been in progress for a wee while but I've struggled to find time to complete...

    Started by Stoot98, 20 Nov 2011 11:39 AM
    2 Pages
    1 2
    • Replies: 14
    • Views: 8,309
    7 Sep 2012 9:22 PM Go to last post
  2. API and EXT.Application

    The API states that EXT.Application class represents a sencha application. I cannot find it used in any example. I would think that I would code...

    Started by ainden, 30 Oct 2010 12:14 PM
    api, ext.application
    • Replies: 4
    • Views: 3,309
    3 Sep 2012 4:01 AM Go to last post
  3. Animated iOS (iPhone/iPad) style On/Off toggle

    I took this a bit further, since I wanted an on/off that animates like the one in iOS. Here's the full code, along with the image for the slider if...

    Started by jep, 8 Sep 2011 9:03 AM
    • Replies: 2
    • Views: 2,681
    31 Aug 2012 1:27 AM Go to last post
  4. Public Tube: - London Undeground

    Hi All, This is my first Sencha Touch web app, Public Tube: - http://bit.ly/ed03G8 A simple web app which displays the London...

    Started by flyingmachete, 21 Jan 2011 10:20 AM
    2 Pages
    1 2
    • Replies: 11
    • Views: 8,786
    30 Aug 2012 12:33 PM Go to last post
  5. cross domain Problem while Ajax call

    I am new to Sencha touch. i am trying to get content of XML file in list-view.IT works when i create my own XML file and run it on Apache server.But...

    Started by rahul.naik, 27 Mar 2012 7:36 PM
    • Replies: 5
    • Views: 3,373
    28 Aug 2012 1:50 AM Go to last post
  6. On/Off toggle buttom

    Hi, A small tweak in css gave me usual Toggle Button that we used to see in Iphone Example { xtype: 'toggle', ...

    Started by tomalex0, 13 Sep 2010 8:56 PM
    3 Pages
    1 2 3
    • Replies: 26
    • Views: 21,844
    24 Aug 2012 4:04 AM Go to last post
  7. Example touch events: tap, tapstart, tapmove, doubletab, drag and pinch

    I wrote a example application which make use of the following touch events: tap tapstart tapmove doubletab drag and pinch

    Started by mrsunshine, 24 Jun 2010 4:06 PM
    • Replies: 8
    • Views: 16,346
    21 Aug 2012 2:51 AM Go to last post
  8. Another new Sencha App Launch from MadMobile :)

    http://markertek.madmobile.com/ Mobile Web application to augment their (large) electronics product based web site. Fun project, and thanks the...

    Started by Bucs, 12 Apr 2011 11:14 AM
    • Replies: 4
    • Views: 2,607
    25 Jul 2012 10:14 AM Go to last post
  9. Ext.ux.touch.ListPullRefresh

    *UPDATE* I have implemented the event based system suggested here, doing away with static methods, and I'm very happy with the results - please take...

    Started by VinylFox, 10 Nov 2010 8:46 AM
    3 Pages
    1 2 3
    • Replies: 28
    • Views: 15,699
    20 Jul 2012 2:43 AM Go to last post
  10. Ext.ux.touch.Rating

    I’d like to introduce you Ext.ux.touch.Rating control for Sencha Touch framework. GitHub: https://github.com/podlipensky/Ext.ux.touch.Rating ...

    Started by Podlipensky, 20 Jan 2011 10:00 AM
    3 Pages
    1 2 3
    rating
    • Replies: 22
    • Views: 7,459
    17 Jul 2012 7:56 AM Go to last post
  11. TouchMail - Email for the touch

    Hi all, I'd like to share my attempt at the Sencha Touch Contest :) (Which did not make it to the top 10) What I have is an email application with...

    Started by ficeto, 28 Oct 2010 11:34 AM
    • Replies: 4
    • Views: 3,423
    10 Jul 2012 12:38 PM Go to last post
  12. Trena Music Festival App

    This is our latest Sencha Touch 1 app. http://wfx.no/trena

    Started by SimonFlack, 29 Jun 2012 4:30 AM
    • Replies: 4
    • Views: 1,666
    2 Jul 2012 8:56 AM Go to last post
  13. Login Page with Manifest feature and Webstorage.

    I have managed to created a small demo of login application which works in online and offline mode. In addition to this i have tried to use Web...

    Started by tomalex0, 28 Jul 2010 8:37 AM
    4 Pages
    1 2 3 ... 4
    • Replies: 36
    • Views: 19,381
    30 Jun 2012 3:52 AM Go to last post
  14. Ext.ux.touch.SwipeTabs

    This is a plugin that enables the user to swipe left and right to navigate between tabs. https://github.com/VinylFox/Ext.ux.touch.SwipeTabs ...

    Started by VinylFox, 8 Nov 2010 11:02 AM
    3 Pages
    1 2 3
    • Replies: 24
    • Views: 8,576
    28 Jun 2012 1:23 AM Go to last post
  15. Ext.plugin.touch.CardSwipe

    Just a convenience plugin. Have a Panel using the CardLayout? You can add functionality of using the swipe event to go forward or back. Pretty...

    Started by mitchellsimoens, 29 Mar 2011 10:46 AM
    2 Pages
    1 2
    • Replies: 12
    • Views: 4,334
    22 Jun 2012 4:42 AM Go to last post
  16. List Items Striping

    Hello everyone, I've just started playing around with the Sencha Touch 1.0 and the List control when I noticed there was no 'striping' config...

    Started by mrtedweb, 22 Jul 2011 3:00 PM
    • Replies: 6
    • Views: 3,920
    19 Jun 2012 8:56 PM Go to last post
  17. Native iPhone App, ported to Sencha in one night.

    My brother and I have been working with a firm in Little Rock, Arkansas to provide free information about the state legislature. We created a free...

    Started by minorbug, 15 Feb 2011 6:57 AM
    • Replies: 4
    • Views: 2,553
    26 May 2012 12:44 PM Go to last post
  18. Ext.layout.OBoxLayout

    I like using HBoxLayout and VBoxLayout but when a person rotates their device, the components don't really take the best use of the screen. For...

    Started by mitchellsimoens, 24 Mar 2011 1:05 PM
    • Replies: 3
    • Views: 1,929
    22 May 2012 4:17 AM Go to last post
  19. Shop Touchera

    Hello, I wanted to share an app my friends and I built over the past couple of months. We aim to make it the ultimate fashion / shopping guide in...

    Started by jpongin, 21 Oct 2011 9:28 AM
    mcommerce, shop, shop.touchera.com, touch, touchera
    • Replies: 6
    • Views: 3,756
    18 May 2012 1:20 AM Go to last post
  20. Open External Links in new browser from a Button

    I had some problems using window.open() from a button and found out that apps running in standalone mode on the iPhone can only open "<a href" style...

    Started by SimonFlack, 4 Apr 2011 10:27 AM
    3 Pages
    1 2 3
    • Replies: 23
    • Views: 10,397
    17 May 2012 6:19 AM Go to last post