Archive of stories published by devops and cross platform development

Android Simple Thread Example

In this article we are going to create a simple thread example, in the android documentation the thread is defined as a concurrent unit of execution. It’s very important to know that every thread has its own call stack for methods , arguments and local variables. We have two…


Building Web APIs with ASP.NET Core — Attribute routing

Let’s review what this url http://localhost:51071/api/values means, where did “/api/values” come from? What made this get a request from the browser to arrive at that particular action on my controller? All this was done by attribute


iOS Customize TableView Cells with image

In the previous tableview example, we have created a simple Table View app to display list of countries. In this tutorial we are going to customize the table view cell.

Add images folder

These were the top 10 stories published by devops and cross platform development; you can also dive into yearly archives: 2014, 2015, 2016, 2017, and 2018.

About
devops and cross platform development
posts related to my daily life as a devops and cross platform developer
More information
Tags
Editors