
Search In
Hi,
I want to create Android APP, which displays the list of videos of the SDcard on the half side of the screen, and the remaining half side should display the video of which I have selected from the list of videos.
When we have to create a hash in just one line we can use this particular ruby code:
@users = User.find :all
user_hash = Hash[@users.map {|x| [x.id, x.name]}]
Here we created a hash in just one line with Id as the key of hash and name of
This video tutorial describes how to implement AlertDialog in your activity.
A dialog that can show a title, up to 3 buttons and a list. It is a subclass of Dialog that can display one, two or three buttons.
This video tutorial describes the three wa
Articles is the piece of information that includes text, images, links etc., which you want to display on to your site. To create articles you need to follow the following steps:
Login to back-end of the Joomla site.
Click Content ->Article ->
Create a strong encrypted password in Java : In almost every application we need to create a strong encrypted password. There are many encryption algorithems to create password. It is good approach to have a strong salt and on the basis of that salt
In openerp first install board module and inherit object and views in board module and check the current users id values and dictionary values for every fields and then create new record in board module in openerp.
you can use this function as given
To create a table in MySQL, we use the CREATE TABLE statement. A table is a combination of row and columns.
CREATE TABLE Syntax
CREATE TABLE table_name
(
column_name1 data_type(size),
column_name2 data_type(size),
....
);
In the above syntax para
hello, can somebody help me, how to add arrow left and right to this product view?
do i need to use extension? if so, what extension do i need to use? or do i need to add hard code ?
please help me, thanks in advance
I have just created a walk cycle animation in Autodesk Maya. now i want to copy that animation in another character. how can i do that? is it possible to copy animations from one rig to another ?
Hello friends, I am writing this blog which will let you know how to create a file using cat command.
Using cat to create a file
cat is useful for creating a file. Enter the command cat, followed by the > (the right chevron) character and the fi