We provide complete mobile and web apps development solutions

Monday, August 19, 2013

Sqlite Join - Android, IOS

Sqlite join is used to combine two or more tables in a database. Here is the examples for understanding sqlite join. sqlite> .schema CREATE TABLE  EMPLOYEE(EmpId INTEGER, EmpName TEXT); CREATE TABLE COMPANY(EmpId INTEGER, Position INTEGER,JoiningDate DATE); Joining Two Tables: sqlite > select EMPLOYEE.EmpName, COMPANY.Position from EMPLOYEE JOIN COMPAN...

Fused Location Provider android- Google I/O 2013 - Beyond the Blue Dot: New Features in Android

Normal 0 false false false EN-IN X-NONE X-NONE ...

Sunday, August 11, 2013

Android Internet Connectivity Check Api

   ConnectivityManager connManager = (ConnectivityManager) contex.getSystemService(Context.CONNECTIVITY_SERVICE); android.net.NetworkInfo wifi = connManager                    .getNetworkInfo(ConnectivityManager.TYPE_WIFI); android.net.NetworkInfo mobile = connManager       ...

Online Training

Your Name :
Your Email: (required)
Your Message: (required)

Powered by Blogger.

Recent Posts

Find Us On Facebook

Popular Posts