Simple React Native App Structure
This post reflects a personal opinion on how to organize and structure a React Native project and some best practices to have.
Building a cross-platform todo mobile app using Flutter: Pt. 2
In the first part of this series (which you should totally take a look at) , we set up our workspace to build apps with Flutter.
Building a cross-platform to-do mobile app using Flutter
I’ve been playing with this tool for some time, but not enough to have a thorough understanding of it. So, as I’m writing this post, I’ll actually be learning along with it.
Building Mobile Applications with React Native. A brief introduction
The number of mobile devices is estimated to cross the 5 billion [1] mark between 2018 and 2019. This is pushing the mobile application development market forward, with the ever increasing demand for…
Core Data on iOS 10, a brief overview with an Example
Core Data is a framework, provided by Apple, to be used on Applications for iOS and macOS. As Apple states, it is not a database, but instead a persistence framework that commonly uses SQLite to…