• JavaScript
  • How to use Smarty templates in Node.js

    Larger projects can lead you to use multiple technologies. Say you are using Smarty templates in PHP and want to use/share same templates in Node.js. jSmart is a way to go. jSmart is a port of the Smarty Template Engine to  make it Javascript Templating Engine. jSmart can work in browsers and CommonJS environments like Node.js. […]

  • Android
  • In Android, How to obtain Uri of image on SD-Card

    How to get URI of image stored on SD-Card? Step 1:- Read the image from SD-Card.

    Step 2:- Once you get object of image file, you can get URI of the image.

    Next:- You ready to use URI wherever you want. Below e.g. shows we can use it to start intent for the […]