Java is a high-level, class-based, object-oriented programming language that is designed to have as few implementation dependencies as possible. it is a general-purpose programming language intended ...
The journey to becoming a civil servant through the UPSC Civil Services Examination is both challenging and rewarding. Vajirao IAS Academy in Delhi is dedicated to providing aspirants with the ...
Hi! I'm working at an application which use location.I want my location to be updated everytime when i'm moving,without making a refresh.How i can do this?
No postings in this category.
No postings in this category.
At any time while we are creating our game, we might want to see how it looks when we build and run it outside of the editor as a standalone or web player. I will explain how to access the Build ...
JSTL Custom Function : In this article I am going to teach you how to create custom JSTL function. We had used many JSTL functions which are already in the lib.But if you want to create a custom ...
This blog will help you to send Push Notifications to iPhone devices from server side where server side code is written in Java. public Boolean sendPushNotificationForiPhone(String message, List ...
I want to generate 5 digit sequential serial number . For example: starting serial number must be 00000 then next will be 00001, 00002..... 00011 like this .
Below is the code that will show the full size image in a dialog box popup without defining layout xml file . In the code below I have taken two imageview named profile_pic and pro, to get the ...
This Blog will guide how to create DLL file from java using JNI. Please follow the below instructions. First create a java file that contains the native method and it loads the DLL file. Create ...