How can I create a table with rally-app-builder in SDK 2.0rc2? - rally

I need to create a table like this
I am using the rally-app-builder, and was wondering if there is some way of doing it with that?
I've been looking for hours, and couldn't seem to find something that suited my needs.
Just a side question, was is the best way of developing for rally, is it through the rally-app-builder or what do you guys do?

You should find the getting started guide in the SDK docs helpful:
https://help.rallydev.com/apps/2.0rc2/doc/#!/guide/getting_started
There is also a walkthrough of using Rally App Builder to build your first app:
https://help.rallydev.com/apps/2.0rc2/doc/#!/guide/app_builder
This basic grid example should help as well:
https://help.rallydev.com/apps/2.0rc2/doc/#!/example/Grid

Related

How to Create Markers Eclipse Plugin

Can anyone share to me a complete sample project on creating problem markers for the java editor of eclipse.
I'm fairly new to java and I want to create an eclipse plugin that will detect custom coding problems. I've tried doing some research learned that I will need to use markers to accomplish this but I'm having trouble understanding the resources online.
I was hoping that I would understand this better if I have a working sample/project that I can play around with but I cant find one from my searches.
You definitely want to read the original Mark My Words article on eclipse.org. It's old, but not out of date.

Customize user interface for n8n workflows

Is it possible to customize the user interface for n8n workflows? if possible, can someone give an idea. Thank you.
You can find the source code for all the frontend code inside their repository: https://github.com/n8n-io/n8n/tree/master/packages/editor-ui
The editor-ui folder inside packages is what you are looking for.
The app is written using Vue.js ans it's very easy to understand. You can see the n8n-theme*.scss files in the mentioned folder that could be a good starting point.
Feel free to add / share ideas on what you're looking to do and I'll try to help if possible.
Also they have a very active community that can be found here: https://community.n8n.io/

Is it possible to create a Binding Library from a sample code even if it doesn't work / it's full of errors?

I was thinking that I need to be able to build and run a sample code first to make sure all of its functionalities work. Before I could create a Bindings Library out of it, and use it in my Xamarin app.
This is the sample code:
https://github.com/hannesa2/LiveEdgeDetection
This code uses OpenCV and I need it for my Xamarin app
I try to build and run it, but there are endless of errors. I do not have a lot of experience using Kotlin either. So I was wondering if it is possible to skip this part. I am a beginner, but from how I understand Bindings Library it should be possible? Ideally, the git repository should successfully work elsewhere. Maybe not just in my computer/Android Studio.
Although, I would understand if it's not possible either.
Thank you.

Is anyone using or working on the Skeleton Framework?

I'm wondering if anyone is working on or using the Skeleton Framework (http://www.getskeleton.com) any more? The GitHub site does show a little activity from time to time but I'm wondering if there is a way for me to chat with people that know what's going on with it.
I've been using the framework at work one all of my recent projects and I want to get a little more involved with it's development.
Thanks
I'm currently using it to build my portfolio site. Haven't seen any recent changes to it but it does seem to be getting used quite a bit from what I've researched. I enjoy how it's bare bones, simple to use and ready to go with your own custom code. You have something you need help with?

Where to get sample Code for titanium code?

I am just a beginner in Titanium and searching for few sample source code to learn from and run. Downloading and working with kitchen sink or with the API is a big pain, to understand as well as to work with.
Although everything is there in both and they have given sample but that seems like not an implementation. I just want to have some source code to learn how, when and where to use the elements? How things work, how are they integrated etc.
Usually at the Q&A section there are samples of code. Just search what you are looking for: http://developer.appcelerator.com/questions/newest
The Wiki provides examples: http://wiki.appcelerator.org/display/guides/Home
Even this website provides code samples, check out the Titanium Tag: https://stackoverflow.com/questions/tagged/titanium
And last, but not least, there seem to be more and more code samples in the API Docs: http://developer.appcelerator.com/apidoc/mobile/latest
Good luck!
As an option, you can find good application samples on CodeCanyon. They're not free but you can learn a lot by examining how to start from scratch to build an application like;
Simple Foursquare like apps
Photo gallery apps
TODO apps etc.
http://codecanyon.net/category/mobile/titanium
I found this Forging Titanium series on Vimeo.com to be one of the best. Just watch out this complete series. Beside providing you with basics and advanced limelight on elements and functionality, also provide link to many github public repository we can follow and get numerous sample codes.