News

SQL is used to interact with databases. Learning the language can take your Android development game to a whole new level. This primer will get you started.
What is SQLite. SQLite is a relational database management system, similar to Oracle, MySQL, PostgreSQL and SQL Server. It implements most of the SQL standard, but unlike the four database engines ...
Android Studio 3.1 is officially live in the stable channel, and it brings a wealth of new features and optimizations, including a new Android Emulator ...
I'm charged with writing a web service to serve data (read-only) from a SQL Server database to the standard mobile devices. I was planning on writing a web service with .NET (WCF) to serve the ...