Wednesday, June 4, 2014
My first Android App - Hello World
I am very happy to announce to the world, I made 'Hello World' app on Android.
Here I attached my project's source code and APK file. For install on your android device just download and open the APK file.
Subscribe to:
Posts (Atom)
Learn JavaScript - String and its methods - 16
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>String and it's methods - JS...
-
1. Get JQuery Cookie library in hand To implement this first you need to have JQuery Cookie library. So please save following JS file a...
-
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>String and it's methods - JS...
-
To check a record exist on table use below code, $exist = User::find()->where(['email' => $email])->exists(); if($exis...