RenderScript implementation of BLAS? - renderscript

I've seen this: https://github.com/android/platform_frameworks_support/commit/35ef270f319aeac81d562897c480b507102dc9ae
And so I'm wondering when this will be available to the external 3rd party developers for general usage. Any info would be greatly appreciated.
Thanks!
Anthony

It is already part of the M preview and will be in the forthcoming M SDK.

Related

CanĀ“t open an submitted sap app (via Eclipse Neon) on Fiori LaunchPad

I'm going to try to be as more specific I can be.
So I'm building an Planning Calendar app on SapUi5 similar to this one.
But after I 'share project' on Eclipse and try to open the app on Fiori LaunchPad it gives me this error:
I'm new to this language and any kind of help will be appreciated. If you need anything else please let me know.
Thanks in advance for your help
Well after some time searching and analyzing the code with my fellow partners the only answer we can assume is the answer of #Ethan Jewett which is: 'Not sure. You'll probably have to share your app with someone to fully diagnose. It's possible that you used example code in your index.html and are pulling UI5 from a CDN or something instead of using the local one.'. If you want to understand (well) the problem please check the comments. Thanks to Ethan for all his help!!

What are some bitly libraries for iOS?

I'm looking to see what options there are for bit.ly libraries on iOS?
I have seen:
MKBitlyHelper
and
iPhone-bitly
Are there others people are using?
You don't say why you don't like the two previously mentioned, but a third option is to look at the implementation in ShareKit (see SHKTwitter.m). It's just two methods, and quite simple.
The only ones I've heard of are MKBitlyHelper and iphone-bitly.

How to create chart application in iphone

I'm assigned with new task for creating chart application in iphone like.,(BarChart,PieChart,etc..,).But,i have no idea for chart application in iphone.Please anyone help me out to guide me to start chart application in iphone.If any of the frameworks or API used for this kind of chart application means please explain that also.
Give a shot to:
Core-Plot Framework
To get it working, read here.
You can also see the accepted answer of this SO question.
For a little bar-chart tutorial go here.
There is also:
s7graphview less features but It's an option.
If you can rely on the web, although it's a far from optimal solution, you can embed a UIWebView in your application, and use the Google Graph Visualization API or you can use a UIWebView with an HTML5 graph library lake rgraph. Look here for a jQuery based solution. Filament Group made also this one.
At the and some sample code from Apple (Accelerometer Graph).
A commonly used Cocoa "native" charting library is core-plot. Whilst I've yet to personally use it, it seems to be quite popular and is under active development.
Here you go, but next time please use the search function first:
http://code.google.com/p/core-plot/
Cocoa Graphing/Plotting Framework that Works on iPhoneOS
A popular one is core plot. http://code.google.com/p/core-plot/

How to achieve this using Joomla?

I want to build a website using Joomla. My target is something like this http://www.training.my/. My question is how to achieve the functionality like that website?(The course pricing table, the download menu)
If you know some extension that is useful for this, please recommend for me.
Thank you.
You need DT register. It's commercial but well worth the price.
http://extensions.joomla.org/extensions/calendars-a-events/events/events-registration/2037

jqTouch & Documentation

I'm playing around with jqTouch - a very impressive project - however, I was wondering if there was some systematic documentation I could get my hands on?
The website gives some demos, but I'm finding it very slow going having to look through the source code to figure out what class I should assign to my divs, lis, etc.
Anyone got any pointers?
Thanks in advance,
There is no real documentation per say, however check out
Best article about how to use jQTouch
for some useful tutorials.