Wednesday, June 4, 2014

10 Interview Mistakes To Avoid

My first Android App - Hello World

I am very happy to announce to the world, I made 'Hello World' app on Android.

This is my first, 'Hello World' app on android. Here I just used two activity, one for get user input and another one for display that input. That's all...

Here I attached my project's source code and APK file. For install on your android device just download and open the APK file.





Learn JavaScript - String and its methods - 16

<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>String and it's methods - JS&l...