Skip to main content

Posts

Showing posts from August, 2015

Iteration 8 (10 August – 16 August)

In this iteration I worked on gathering up all separate knowledge bases in to one. And Finally I configured a parent Activity (class) which will create all the processes and add them to one knowledge base. Then I created a "StatefulKnowledgeSession" where those all activities who extended the parent activity can start their own process by calling the example process through "StatefulKnowledgeSession "

Iteration 7 (3 August – 9 August)

I completed following features in this iteration Messaging - send a text message in a task Location Access - give the GPS location by google play services. Sharing - sharing files through WiFi - direct and Bluetooth. Scan the tags - user can scan QR code and get data using ZXing bar-code reader Use Gallery - user can select pictures in storage.

Iteration 6 (27 July– 2 August)

I  continued working with the development of the Android version of the engine. In this iteration I implemented the following features to the prototype jbpm-android basically created by Kris Verlaenen. Browser Activity- open a search in browser through given link or user input words Camera Activity - User can use camera to capture images. In these Activities I created a separate Knowledge Base for each process. And in Last Iteration I am hoping to add all processes to a single knowledge base.