Adding HTML Editor to Your Site Sushil September 24, 2016 1 Comment Edit What is HTML Editor? HTML Editor is a web form similar to word processor (Ex. Microsoft word or Google Docs) that allow users to enter an...
Runtime Permission in Android Marshmallow Example Sushil August 28, 2016 Add Comment Edit Android has introduced Runtime Permission system (API level 23) for better privacy protection of its users. Android Marshmallow will not gr...
SQLite in Android Example Sushil June 09, 2016 Add Comment Edit Here we'll create a simple Android Application to store user data into SQLite database. Dependencies To use RecyclerView in Androi...