Search found 11 matches

Go to advanced search

by Derrick Johnson
Sat Mar 02, 2013 5:49 am
Forum: Issues
Topic: BootStrap / Holo Theme
Replies: 1
Views: 376
 
Jump to post

BootStrap / Holo Theme

Is there a way to use twitter bootstrap to style the app? I am looking to modernize the interface similar to the standard holo theme for Android.

by Derrick Johnson
Fri Jun 29, 2012 10:42 pm
Forum: Issues
Topic: JSON RPC
Replies: 1
Views: 347
 
Jump to post

JSON RPC

How can I implement JSON RPC. POST /miniapi HTTP/1.1 Host: apps.everbread.com Content-length: [length of json content] Content-type: application/json Accept-Encoding: gzip Connection: Keep-Alive {"jsonrpc": "2.0", "id": "1", "method": "search&qu...
by Derrick Johnson
Wed Jun 27, 2012 1:06 pm
Forum: Issues
Topic: Can you access the Service directly from Javacript?
Replies: 1
Views: 395
 
Jump to post

Can you access the Service directly from Javacript?

For example output columns are date, time, country. Can you access them without mapping?

by Derrick Johnson
Thu Jun 21, 2012 4:38 am
Forum: Issues
Topic: Integrate Factual API
Replies: 1
Views: 382
 
Jump to post

Integrate Factual API

Im looking to integrate the factual API. It require Oauth authentication. http://developer.factual.com/display/... Example Authorization: OAuth oauth_consumer_key="L8EV8QCTylBk3FacaGvPbM9wIGiRFkkVofO9C1Rc", oauth_signature_method="HMAC-SHA1", oauth_timestamp="1336689694"...
by Derrick Johnson
Wed Jun 20, 2012 12:33 pm
Forum: Issues
Topic: text to speech, voice recognition
Replies: 5
Views: 993
 
Jump to post

text to speech, voice recognition

Is it possible to implement text to speech and voice recognition? I show that it is phone gap compatible?

https://github.com/phonegap/phonegap-...

by Derrick Johnson
Wed Jun 20, 2012 12:09 am
Forum: Issues
Topic: Mapping Json to Grid
Replies: 10
Views: 1468
 
Jump to post

Mapping Json to Grid

{ "rid": null, "input_text": "trip to chicago", "api_reply": { "ean": { "longitude": "-87.65005", "latitude": "41.85003" }, "Locations": [ { "Next": 11, "Index": 0, "Home"...
by Derrick Johnson
Wed Jun 20, 2012 12:08 am
Forum: Issues
Topic: Mapping Json to Grid
Replies: 10
Views: 1468
 
Jump to post

Mapping Json to Grid

by Derrick Johnson
Tue Jun 19, 2012 11:09 pm
Forum: Issues
Topic: Mapping Json to Grid
Replies: 10
Views: 1468
 
Jump to post

Mapping Json to Grid

by Derrick Johnson
Tue Jun 19, 2012 10:43 pm
Forum: Issues
Topic: Mapping Json to Grid
Replies: 10
Views: 1468
 
Jump to post

Mapping Json to Grid

Still having problems.

I have a json response called airprice and need to parse the first part of the response.

ORD,MDW,MKE

I just need ORD.

What javascript would I need to put in?

by Derrick Johnson
Tue Jun 19, 2012 12:57 pm
Forum: Issues
Topic: Mapping Json to Grid
Replies: 10
Views: 1468
 
Jump to post

Mapping Json to Grid

Max,
I am returning data and would like each date to iterate to a separate row, with the price in the next column.

IE,
06/12/2012 $500

Go to advanced search