Fermicoding is a Drupal development company specialized in creating high-complexity Applications. We are open to small and simple projects as well.
In this article we will go through how to setup an app with StackNavigator, DrawerNavigator, TabNavigator and how to navigate using it.
First we'll start with initiatiating the App and installing dependencies:
$ react-native init tutorial && cd tutorial
$ yarn add react-navigation
We'll…Read more |
In one of the projects, the specification included the use of Leaflet maps. One of the difficulties was to make the Leaflet overlays automatically retrieve the list of Drupal content types, not all of them, but only the specific ones. This task seemed to be even more difficult because the only…Read more |
So… another EXIT season is beginning and we’ve started to clean up the festival’s main website. Changed some photos, added a faded overlay background, and a cool autostarting promo video. I`ve set everything up, but then realized I was gonna get the same old comments from upstairs I always get when…Read more |
Modals are very useful for showing information to Website visitors. Here’s a simple way of how to create a custom modal in Drupal 8, and how the contents of the modal can be easily modified.
The first step: we create a custom block.
Go to admin/structure/block/block-content and click on the „Add…Read more |
If you still don't have the Web Services and Rest UI modules on your Drupal website, you can see how to add them to web services.
If you do have them, let's see how to CRUD a node using Drupal’s Web Services.
You have to enable Get, Create, Update, and Delete node on /admin/webservices/restui.
Also…Read more |
A Sitemap is a list of all Web pages from a Website, and it's very useful because it helps your content appear faster in the user's browser. There are two types of Sitemap, static and dynamic.
Static Sitemaps are being used today only for static Websites, or for Websites that do not have a lot of…Read more |
The Leaflet is an open source JavaScript library used to build Web mapping Applications. Along with Google maps, it's the most popular way of presenting maps in apps. Leaflet module is available for Drupal versions 7 and 8, but at the time I`m writing this blog, only the beta version for Drupal 8…Read more |
Facebook Instant Articles is a feature that helps content publishers share articles from their Websites to Facebook more easily.
Readers can then access that article easier, page load time is up to 10 times faster then it was before. Since it was introduced in May 2015, many of world's largest…Read more |
What is Cordova?
Cordova is a Mobile Application development framework first introduced in 2009. The principle on which this framework builds its Apps spawned the phrase "hybrid Apps". Hybrid Apps are essentially Websites embedded in a Mobile App through a WebView component ( native browser ).
What…Read more |
FB album browser is one of those plugins that let us use the power of 3rd party integration with minimal programming knowledge.
It is written using jQuery by Dejan Stojanovic. It makes it possible for a user to integrate their Facebook photos and albums within the website using the plugin.
FB album…Read more |
Fermicoding is a Drupal development company specialized in creating high-complexity Applications. We are open to small and simple projects as well.
Modern web development is all about JavaScript. It is fast, easy, and popular among developers.
When everyone has an App idea, there are many companies that can build you one, but fewer that can do it right. So technically, what makes a good App?
For anyone who owns a Shopify store, it is clear that you can only do so much to distinguish yourself from the competition on the same platform.
A quick recap: Bitcoin, the world's first cryptocurrency is a protocol structured as chained blocks, described as a ledger, running on a peer-to-peer network.