FbAlbumPreview jQuery Plugin
Hi there guys! Today I want to share with you a jQuery plugin that I made. This jQuery plugin will enable your users to preview your web albums instantly. My inspiration here is the Facebook albums, if...
View ArticleAndroid SharedPreferencesManager Class
Today I'm going to talk about how I manage Android SharedPreferences in my application. Not a long time ago, I posted about SharedPreferences, so you can take a look back if you don't have any idea yet...
View ArticleInstant Android Webview Code
Hi guys! Today I want to share a class I created to help me whenever I have a WebView activity in my app. I simply call it a WebView helper class. The main benefit of having a class like this for your...
View ArticleAndroid Camera Code
Today we are going to do a code that can enable your android application to capture images using the device camera. In this example code, we will have:A "Take Picture" button on our main activity, when...
View ArticleJavaScript Array CRUD Example
Our code for today will give us example on how to Create, Read, Update and Delete (CRUD) items in a JavaScript array. This technique will give you full control over the fields and values of each array...
View ArticleAndroid libphonenumber Example
Today I want to show you a simple example code on how to use a very useful library called libphonenumber, a phone number handling library from Google. It can validate the correct number format for your...
View ArticleWorking with Text Files in Android
Today we are going to code about a sample app with some operations I usually play with text files in my Android applications. These operations would include creating, reading, updating,and deleting...
View ArticleMore of Android AlertDialog
Ages ago, I posted about a very simple example use of Android AlertDialog. Today I want to share about some more example uses of Android AlertDialog. In this post, you can see and learn codes not only...
View ArticleCoding A Responsive Website Design
In today's tutorial, I'm going to show you a systematic and very simple way to create a responsive website with CSS3 media queries and HTML5. Responsive web design has been around for few years now and...
View ArticleAndroid: Copy Asset To SD Card
Assets folder is where you can store some files for you app. Today I'm going to show you how to copy files from your android app's asset's folder to the device SD card. I used this when I have to...
View ArticleProgramming a Simple Application with Android SQLite - Tutorial
February 7, 2013 Update: For those who don't like a tutorial with an example application, I posted another version of Android Sqlite tutorial which is shorter and easier to grasp.Hi guys! Our tutorial...
View ArticleAndroid SQLite Example (Version 2)
Hi guys! Some friends told me that my previous Android Sqlite database tutorial was a bit not for beginners. So I'm posting another version of my Android Sqlite tutorial. This version is very simple,...
View ArticleShare URL, Text or Image with Android Share Intent
In today's tutorial, we are going to do a code that will enable your app to share a URL or text and Image to other apps installed in your Android device like Facebook, Twitter, Messaging, Instagram,...
View ArticleWays to Create a Splash Screen for Android App
Today we're going to create a splash screen for your Android app. A splash screen is usually an image or a view that appears to the user while the app is loading, it is also a way to make your brand or...
View ArticleParse XML in Android With Three Input Sources
XML parsing could be one of the most basic requirement on your Android application. In today's tutorial, we are going to read XML files using three input sources. There can be three sources of your...
View ArticleCustomized List Items in Android ListView
Almost all Android apps uses ListView - showing list of records, settings, songs, articles, and many other types of data a certain app can handle. A ListView is simply a vertically scrollable list of...
View ArticleHow Do You Start A Facebook Page?
Hi guys! Most of the top posts here in my blog is related to web development with Facebook. Many asks beforehand how to create a Facebook page where we will pull our data. So here's a step by step...
View ArticleSolving Your Table Row Data's Long List Of Options
When building a web application, there are some situations where you want to have long list options for a table row data. Like in our example for today, I have a list of "Authors", I wanna have the...
View ArticleHow To Get Facebook App ID and Secret Keys?
After creating a Facebook page where we will pull our data, we have to create an app to get an appId and appSecret keys. Those keys are required to use the Facebook PHP SDK and do our queries like...
View ArticleResposive Web Design Testing Tools
Hello geeks! This is a quick guide on how you can test your responsive website without actual gadgets or devices. I personally recommend these tools for testing on devices such as smartphones, laptops,...
View Article