|
You are here |
www.thepolyglotdeveloper.com | ||
| | | | |
danielmangum.com
|
|
| | | | | Building apps using Ionic is useful for the ability to build for both IOS and Android from the same codebase. However, mostly because Ionic is build on top of the Apache Cordova framework, it can be difficult to make sure your environment is configured with the required version of each build component. This is where Docker can be helpful. You can create a container that has a consistent environment and run it locally to build your project. | |
| | | | |
blog.blundellapps.co.uk
|
|
| | | | | This blog post explains how to create Room DAOs specifically for your Android debug build. These debug-only DAOs enable you to implement developer-centric features without affecting your production app. Keeping your codebase clean is essential for long-term maintainability. Debug-only DAOs help achieve this by isolating developer tools from user-facing features. Consider an app that caches | |
| | | | |
golb.hplar.ch
|
|
| | | | | ||
| | | | |
nitayneeman.com
|
|
| | | An overview, concrete guide and kinda cheat sheet for the popular browser automation library, based on Node.js, which provides a high-level API over the Chrome DevTools Protocol. | ||