Python is a great way to create web apps, but what happens when you need to add a database? You'll find out exactly how to handle that in our new short...
Today, we'll continue to build our fitness app by adding a feature for saving and viewing your walking sessions. We'll be using SQLite to save data locally.
ActiveRecord comes with a powerful set of validators and other features for attributes of a persisted data model. But what happens when you need a complex...
Stetho is an open source debugging platform developed by Facebook that allows you to debug your Android apps using Google Chrome's developer tools. It offers...
At some point in your mobile development career, you are going to need to deal with data. Dealing with data means more than processing and displaying...