Friday, 16 January 2015

Setting up windows machine jdk environment



Hello and welcome to your first android development  project. This tutorial will take you through the whole process of  setting up your first android project.
Make sure that that you have  an installed  version of  JDK  on your computer.
Follow the following link to download and install Jdk 


After installing Jdk ,

1.     Open Control Panel
2.     Go to System and Security
3.     Go to System
4.     On the left open Advanced system settings
5.     Go to advanced and open Environmental Variables
6.     Give the variable  name as path and the variable value as
C:\Program Files\Java\jdk1.6.0_18\bin

Now the JDK have been installed on your computer  but you can confirm that.
And to check if you have installed Jdk on your computer  run the CMD as an administrator and type in java and the following is displayed on the CMD

Now you have Jdk installed on your windows machine.
Download and install Eclipse from  http://eclipse.org .
In the next tutorial I will be showing you how to set up your first android project.









Sunday, 28 September 2014

BACK TO WORK

Our followers we are releasing a new mobile application in www.mobango.com and keep up with us by downloading our app

@ Mixtra 2014

Monday, 17 March 2014

What is to be a programmer



I imagine how it is easy to think in one dimension.This is one fact that make the introduction to computer programming one of the hardest tasks to students especially when fast introduced  to C-programming.
A programmer should always think in a multidimensional way to avoid era's for example if you checkout this code you will understand what i mean.

if(i>20){
 printIn("marks"+grade);
}
 else{
 printIn("marks")
}
This is how a programmer will solve his/her daily life issues no matter the case
                                                       by http://www.mixtratechnologies.blogspot.com

Friday, 14 March 2014

Body Mass Index Calculator

This is a calculator that calculates the body mass using weight and height
Body mass = (weight)/(height*height)
Calculating the body mass index will help you understanding your health  because if you are
obsess you will be given the way to go about to reduce weight.
Take for example an underweight person the body mass index is below 19.0 and this calculator uses
weight and height to find this.

Body Surface Area calculator





This is a calculator that is used to find the body surface area using a variety of formulas as follows:

The Mosteller¹ formula

BSA (m²) = ( [Height(cm) x Weight(kg) ]/ 3600 )½
The SI unit for BSA is


The Gehan and George4 formula

BSA (m²) = 0.0235 x Height(cm)0.42246 x Weight(kg)0.51456

The SI unit for BSA is
 let me consider this two formulas now as am using then to make my new mobile application tSo be called Body Surface Area calculator




Twitter