Tag: tutorial

  • UIView With Rounded Background Designable In Storyboard

    UIView With Rounded Background Designable In Storyboard

    This class can be inherited as a base class for having any time a framed background behind the UIView. It is also designable in the Storyboard. I’ve used it in UITableViewCell for my customCell view.

  • Canon EOS 1100D Continuous Power With LP-E10 Battery Hack

    Canon EOS 1100D Continuous Power With LP-E10 Battery Hack

    This video is about using is the Canon EOS 1100D (or Canon KISS X50 Canon REBEL T3) with continuous AC power supply with home made battery hack. The battery we’re going to open and convert to permanent AC power is LP-E10.

  • Using Real 1 Bit Boolean Variable For Arduino Memory Efficiency

    Using Real 1 Bit Boolean Variable For Arduino Memory Efficiency

    We love Arduino we want to make some fancy project  but in this beautiful playground we have some limitations.  32K Programming memory is quite enough but 2K SRAM is becoming insufficient  when we use  lot of variable, especially if we don’t use the variables in efficient way. For example; if the variable will have a value between 0 and 255 ve use…

  • iOS Swift Programming Patterns: Singleton

    iOS Swift Programming Patterns: Singleton

    What is Singleton Pattern? The Singleton pattern is class which initiated once itself and give global access to this created instance. As it has a unique instance, class variables and methods are shared in entire application/namespace. To understand better let’s check where we can use this pattern.

  • Using an Arduino as an AVR ISP (In-System Programmer)

    Using an Arduino as an AVR ISP (In-System Programmer)

    This tutorial explains how to use an Arduino board as an AVR ISP (in-system programmer). This allows you to use the board to burn the bootloader and/or onto AT mega 328.