Latest News
Yusata has been invited for second Conference by IRTE.
Yusata has been invited for second Conference in the series, to be called Road Map for Indian Automobile Safety with regard to YLogApp, which provides features of Road Crash Investigation.The Ministry of Road Transport and Highways, Global NCAP and IRTE are organizing the Conference, which will bring together leading experts in motor vehicle safety and will include discussion on developments about the Bharat New Vehicles Safety Assessment Program atthe Road Safety Hall of Nations, College of Traffic Management, Faridabad, NCR Delhi on Monday, November 03, 2014.Latest Blogs
The action bar (Action Bar) is located at the top of the activity. It can display the activity title, icon, actions which can be triggered, additional views and other interactive items. It can also be used for navigation in your application.The action bar is enabled for devices which specify a target SDK of API version 11 or higher. Read More
The Google Chart API is a tool that allow us create a chart from some data and embed it in a web page. Google creates a PNG image of a chart from data and formatting parameters in an HTTP request. Read More
SeekBar is one of the useful user interface element in android applications. SeekBar is an extension of ProgressBar that allows the selection of integer values using a natural user interface. Basically SeekBar has a thumb that you can slide to choose a value between 0 and some maximum that you set. Read More
A Google chart combines a Doughnut chart and a Pie chart in a single chart. Gauge charts are very useful to display when our measure lies within a threshold and outside a threshold value.Create a project with the name of GoogleChart which contains the one MainActivity and another is GaugeChartActivity and PieChartActivity. Read More
iOS (previously iPhone OS) is a mobile operating system developed by Apple Inc. and distributed exclusively for Apple hardware. It is the operating system that powers many of the company's iDevices. Read More
Performance management is an on-going process of communication between a supervisor and an employee that occurs throughout the year, in support of accomplishing the strategic objectives of the organization. The communication process includes clarifying expectations, setting objectives, identifying goals, providing feedback, and reviewing results. Read More
In the process of updating it for iOS 7.0, I wanted to display a video to show a demo on how to use the app. I thought that I could take advantage of the MPMoviePlayerController to play/pause the movie within my app, but it doesn't work with YouTube links. Read More
SQLite is an Open Source database. SQLite supports standard relational database features like SQL syntax, transactions and prepared statements. The database requires limited memory at runtime (approx. 250 KByte) which makes it a good candidate from being embedded into other runtime Read More
DynaActionForm Beans are the extension of Form. The Struts DynaActionForm class let you create a form bean dynamically and declaratively. It enables you to create a "virtual" form bean in Struts configuration file instead of creating a real Java form bean class. Read More
Table View is one of the common UI elements in iOS apps. Most apps, in some ways, make use of Table View to display list of data. The best example is the built-in Phone app. Your contacts are displayed in a Table View. Another example is the Mail app. Read More