How to upload Xcode project in Github in 1 minute 07:06 Add Comment Today I published a new video about how to upload Xcode project in Github. Let's check it out. :) Read More
Floating Action Button: How to Use 06:19 Add Comment Now a days, Floating Action Button ( FA) is popular under the materials design concept. You can customize your fab icon with several defaul... Read More
MySQL allowing ON UPDATE CURRENT_TIMESTAMP for a DATETIME field 23:31 Add Comment Info: DATETIME cannot use CURRENT_TIMESTAMP on update. Instead, change it to a TIMESTAMP . Solution : Set column Filed Type times... Read More
How to use Android Asynchronous Http Client in Android Studio 01:26 Add Comment From Developer Library: An asynchronous callback-based Http client for Android built on top of Apache’s HttpClient libraries. All request... Read More
Show line number in Android Studio 01:02 Add Comment Step 1: File > Settings Step 2: Editor > General > Appearance > click show line number (Check Box) Read More
samsung device testing with secret code 09:26 Add Comment You can test your samsung android mobile handset functionality by entering secret code to the Dialer Pad. Steps: 1. Open your phone call Dia... Read More
Make a Signed Apk Within 3 mins in Android Studio 22:06 Add Comment Today i share video with you, about how to make a signed APK file from your Android Studio for your android project. Read More
Different between Explicit and implicit activity call in android? 10:02 Add Comment An intent is an abstract description of an operation to be performed. There are two types of intent in androids. Explicit Intent & Im... Read More
open all file list in a directory and open corresponding file viewer 02:50 Add Comment If your app needs all your sd card file list & want to open corresponding application like Music player for .mp3 file, Gallery for .jpeg... Read More
Hide your keyboard, when you tapped outside your UITextField 20:53 Add Comment In your .m implementation file, - (void)viewDidLoad { [super viewDidLoad]; // hide your keyboard when you tap outside... Read More
Show a UI Alert With Message & Title: Code Snippet 20:37 Add Comment You can show your alert message by pasting following code below: UIAlertView *alert = [[UIAlertView alloc] initWithTitle:@"Alert... Read More
Calll a method in a Dynamic way: Java 00:08 Add Comment Suppose you have a class called shows below with methods. public class ActivityAnimator { public void flipHorizontalAnimation(Ac... Read More
Muslim Scholars Lectures: Published in Google Play 06:33 Add Comment Hey mates; How are you all? Recently we published new app named " Muslim Scholars Lectures " for Android. Google Play: Downl... Read More
Cartoon Mania : A House of Entertainment : Published in Google Play 06:07 Add Comment Hey mates; How are you all? Recently we published new app named " Cartoon Mania " for Android. Google Play: Download Link ★ ★... Read More
Samsung device functionality testing by secret code 22:04 Add Comment You can test your samsung android mobile handset functionality by entering secret code to the Dialer Pad. Steps: 1. Open your phone call... Read More
get meta data from manifest android 21:09 Add Comment You can get meta data value from your android manifest. Simply writing two line of code. Here, I caught the API_KEY from com.google.andro... Read More
Library: Integrated Social SDK for Android 03:40 Add Comment From the library Author: SocialAuth Android is an Android version of popular SocialAuth Java library. Now you do not need to integrate... Read More
New Apps: Amazing Wallpapers HD Free is Published 22:19 Add Comment Amazing Wallpaper HD Free. Recently i just published a wallpaper application named Amazing Wallpaper HD Free. It's pretty han... Read More
Android Real Device to Computer Screen Share 03:15 Add Comment Real Device to Computer Screen Share Sometimes you need to share your Android handset to computer screen for capturing video to upload pr... Read More
Awesome : Universal ADB (Android Debug Bridge) Driver for Windows 22:42 Add Comment Universal ADB (Android Debug Bridge) Driver for Windows Have problems with your Android Phone to connect with Eclipse or Android Studio wh... Read More
JSON Parsing Android: Code Snippet 21:41 Add Comment This Method give whole JSON as a String. public static String jsonTest(String Url){ DefaultHttpClient httpclient = new Defa... Read More