
Search In
Hi there.
I have a task to Calculate the ranking for students in a classroom.
For example, if Remi's score is 14, Yan's score is 2 and Maria's score is 20 then Remi's ranking is 2 since he has the second-highest score, Yan'
Hi guys, I was just working on a character animation in Maya and got stuck in a slight problem.
I have created a 100 frame animation for a character . Now i want to use that animation again but in backwards. So basically I want to reuse that existin
I came across a requirement where i had to find the current domain address of the app as i had to send an email to users with a public page url. I knew the virtual address of page but it would not work as in order to open a page from my website using
Hello Everyone,
I am working on iOS + Cordova platform.
When i clicked on camera button ,the preview is not coming..
Any thing i Have to add in JS file or CameraPreview.m file to interact to each other...
Please help.
I am new in Cordova and iOS..
Hello everyone,
Please help me .
I am working on iOS + Cordova platform
I am implementing Zooming functionality in Native iOS in Camera plugin.
But in Which file I have to do that..
And i Want to Zoom camera within View.
Please help guys really..
T
This blog will help the readers to understand that how ATM machine dispatches the money. Lets have a look on the ATM code in PHP:
<?php
$amount = $_REQUEST['amount'];
$rupees = array(1000,500,100,50,20,10);
$count = array(0,0,0,0,0);
for($i=0;
What is beacon Bluetooth Profile and iBeacon distancing
Hi,
I want to develop a mobile application for Android, windows and iPhone. I heard that Google developed a language in which you can develop application for Android, windows and iPhone by using just one language or may b just one platform. But i do
Counting number of vowels,consonants and digits in a string:
In this program we are counting how many vowels ,consonants and digits are in the string which will be entered by the user. After user inputs a string , string will be iterated from 0th i
