
Search In
Basic difference between the two is the Synchronization. Vector is Synchronized and Arraylist is not. If your application will be having single thread of execution use Arraylist else Vector.
ArrayList is fast because its not synchronized. Its
If you are looking for the code to download the image through the image's url then you are reading the best and simplest blog for the same.
For image downloading I'm using DownloadManager, with the help of DownloadManager I will request to d
Hi, I'm new to Android world and I got a problem when I try to upload my first game which is 350 MB to Google Play Console. I have searched for many days but I still have no idea what is the right way to handle it. It seems like Dynamic Delivery
Has anyone ever used MPI_THREAD_MULTIPLE with thread intensive applications? All my applications hang and found that this MPI feature was only lightly tested and doesn't work in all cases. Does anyone have a workaround?
Below is a simple applica
There is a lot of buzz in the market about the Apple developers who are working to develop the latest iOS version. Yes, we are talking only about the iOS 11. As Apple iPhones are hugely responsible for reshaping our digital lives, this new version is
I am an experienced founder based in New York City who just completed the UI/UX for a new type of niche social/dating app I'll be launching called POMPUR. I'm looking to hire a highly experienced Swift iOS mobile developer to code the POMPUR
Quick sort in C programming is used to sort the elements of a list or an array either in ascending or in descending order.
Quick sort is based on the pivoting of the element and comparison and sorting is being made based on this element.
&n
Hello.I'm making an application in ionic.I'm using cordova geolocation plugin.I want when i change my position location to be updated .I should see an alert but i don't see anything.What i should do ?
Here is my code:
$ionicPlatform
Hello,
I have a doubt regarding Touch Event. Say I need to write something like my name "Sangita" with just single tap on the keypad. In short I need to automate the whole process in one touch that would otherwise take 7 touches. The first touch work
To play a video from a url in iPhone sdk just write down following line of code:
Step 1: Create a MPMoviePlayerViewController object as *moviePlayerController.
Step 2: Create a Url and initialize your movieController with Url.
Step 3: and Now play y
