Coding
Web SQL
Hello everyone and welcome back to fancy hints. Today, let’s store some data in web SQL, yes SQL in the web. We will be using a local method to cache data from the users client Read more…
Hello everyone and welcome back to fancy hints. Today, let’s store some data in web SQL, yes SQL in the web. We will be using a local method to cache data from the users client Read more…
Hello guys. Today we’ll talk about how to protect your binary code or dlls from being reflected. This post covers the protection of dll files generated by visual studio. What is Reflection For those who Read more…
Hello amigos 🙂 Today, I will introduce a library which will help you implement animation within your android applications. It can be used for animating views upon their entering or exiting from an activity. Moreover, Read more…