Tuesday, April 2, 2013

Hand Turkey - A Multi-Touch Thanksgiving App is now available for Android tablets running Jelly Bean and Ice Cream Sandwich

Download now on Google Play


Tracing your fingers on a sheet of paper is so... 20th century. This Thanksgiving, place your hand on your Android tablet to magically create your very own hand turkey!

Kids these days demand the latest in multi-touch technology when creating their arts & crafts. Your child`s preschool teacher will swoon over the accuracy of your child`s hand turkey.

Decorate your hand turkey with stars, hats, and three piece suits! Share your hand turkey with your friends on Facebook and Twitter! Optimized for Android tablets, 7-inch through 10-inch, running Ice Cream Sandwich and Jelly Bean.

Download now!


Saturday, January 12, 2013

Scrolling Digital LED Ticker library for iOS

I have released on github a framework to add an authentic scrolling LED ticker to any iPhone or iPad app, as originally seen in the Stock Picking Darts app. Display stocks, sports scores, news, or any other content on the ticker- all you need to provide is the ticker data.

Download now on GitHub

Key features:

  • Individually-rendered lightbulbs, with customizable bulb colors and images. The ticker appearance can be completely changed by implementing a simple delegate method.
  • Customizable ticker speed
  • Support for all English letters and numbers on the ticker, plus the ability to add digital representations of characters in any other language on the ticker, to add internationalization support.
  • Support back to iOS 4.3, with a pre-compiled XCode framework for armv7 and armv7s.
  • Example code and documentation provided to get up and running quickly.

Getting up and running

Clone the repository:

git clone https://github.com/jayayres/JATicker-iOS.git

Open up the example project at JATickerView/samples/JATickerViewSample/JATickerViewSample.xcodeproj .

Follow the following instructions to add the ticker framework to your own XCode project:

1. In XCode 4, select the build target for your project. Choose the Build Phases tab. Select Link Binary with Libraries, then press the plus sign. Press Add Other..., then choose JATickerView/bin/JATicker.framework , and press Open.


2. Select File -> Add Files to ..., and select JATickerView/bin/JATickerResources.bundle . Make sure to check Copy items into destination group's folder, then click Add.

3. Inside of the ViewController file that you wish to use a ticker view, import .

4. The main ticker view type is the JATickerView. You may add this view either through InterfaceBuilder or programmatically via code.

5. Be sure to set the JATickerView's delegate to a class implementing the JATickerViewDelegate protocol. The most important delegate method to implement is: -(NSString*)tickerView:(JATickerView*)tickerView tickerDataAtEnd:(NSUInteger)currentLength; which returns to the ticker a string to display. This method is called whenever the ticker has run out, or is about to run out, of text to display. It is also called the first time after the startTicker method is invoked.

6. Call the startTicker method on JATickerView to start the ticker, after its delegate has been set.

Download now on GitHub

Thursday, September 27, 2012

Hand Turkey - A Multi-Touch Thanksgiving App

Download now in iTunes




Tracing your fingers on a sheet of paper is so... 20th century. This Thanksgiving, place your hand on your iPad to magically create your very own hand turkey!

Kids these days demand the latest in multi-touch technology when creating their arts & crafts. Your child's preschool teacher will swoon over the accuracy of your child's hand turkey.

Decorate your hand turkey with stars, hats, and three piece suits! Share your hand turkey with your friends on Facebook and Twitter! Optimized for iOS 6.

Note: It is recommended that you disable multi-touch gestures in the iOS Settings menu; otherwise, you will find yourself accidentally switching to other apps while creating your turkey.

Download now!


Tuesday, March 13, 2012

Brute-force URL Scheme Discovery tool for iPhone and iPad




Many iPhone and iPad apps support custom URL schemes that can be used to launch the apps. However, app developers do not always publicly advertise these URL schemes. I have written a simple tool that tries out every possible URL scheme to see which ones are supported by apps on the device. Run it overnight on your phone to discover hidden supported URL schemes! It works its way up from shorter permutations to longer ones. Longer URL schemes are likely undiscoverable with this approach due to excessive memory (it does a breadth-first-search) and runtime requirements. I may modify this at some point to be able to support longer URL discovery by enhancing the algorithm. However, you can easily modify the app to start with a prefix if you want to prune down the number of URLs to try out.

Download the source code now from GitHub.

Sunday, February 12, 2012

Stock Picking Darts - Invest with your Pet Monkey for iPhone, iPad, and iPod touch

Stock Picking Darts - Invest with your Pet Monkey - the new app from jaysapps, is available now in the iTunes Store for iPhone, iPad, and iPod touch. Download it today!

This app allows you to choose a stock portfolio using the approach preferred by 9 out of 10 monkeys- on a dartboard!

Quotes from users:
-"Money-market funds are for chimps. Real monkeys pick stocks."
-"In these tough economic times, hoarding banana futures is no longer a safe investment strategy. Let the darts fall where they may."



Always invest responsibly. Do not use this app for real investment decisions. This app is intended for entertainment purposes only and is not intended to provide investment advice. It is not affiliated with any financial publications.



Contact info: