One of the difficulties with developing hybrid apps is passing data between views and persisting information between app sessions. Minimongo is an implementation of a MongoDB like database that can run within the browser. The database can be stored in memory, in IndexedDB (browser based storage), or persisted with SQLite using the Cordova plugin for…
Parallax headers have become a common pattern for list views and other content views. React-native-parallax-header-view is an open source UI component allowing you to easily create views with a parallax header in React Native. This version is updated from the original by yohaisengu works with newer versions of React Native (15.5.0+). With React-native-parallax-header-views you can…
While SwiftUI is excellent there are some issues when dealing with missing components, and often needing to interface with UIKit. SwiftUIX is a project that aims to fill the gaps providing many missing components with a simple coding style. There are also some other helpers included such as helpers for color, control flow, and custom…
DoraemonKit is an open source in app tool that helps speed up native iOS & Android development and testing. With DoraemonKit you get a nice interface from which you can tweak numerous values such as GPS coordinates. Some of the features of DoraemonKit: Mocking GPS Coordinates Checking for operations in sub-threads CPU, memory, network usage…
If you’ve been looking to get into Flutter, here’s a nice timely speed coding video showing how to create a Covid-19 stats UI from Abu Anwar. In just 21 minutes Anwar creates the app, and source code is available on Github. Links: Covid-19 App In Flutter source code on Github The Flutter Way Youtube Channel…