Android Architecture Components - Part 2
Welcome to part 2 of our series on Android Architecture Components. In the previous post we introduced the components and created Entities, DAOs and Database...
Welcome to part 2 of our series on Android Architecture Components. In the previous post we introduced the components and created Entities, DAOs and Database...
At Google I/O 2017 Android Architecture Components were introduced. These components are building blocks that work together to implement an app architecture ...
Welcome to part 4 of our series. In the previous post we remodelled our app to group related tasks in task lists. Today we are going to add user authenticati...
In the previous post we added the Firebase realtime database to our app and linked it to our ListView using the Firebase UI library. In this post we are goin...
In the previous post we created a simple task management application that had the basic functionalities of adding tasks and marking them as completed. Howeve...