Quantcast
Channel: Geeks.Gallery
Browsing all 75 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

Android Drawing Line-Chart graph using AchartEngine library

In this blog post, I would like explain how to draw a better Line chart graph using AChartEngine library. Step 1: Create a new project File -> Android Project. While creating a new project give...

View Article



Image may be NSFW.
Clik here to view.

AngularJS – Introduction

Hello Readers, I would like to write something I learnt recently about AngularJS. AngularJS is a javascript framework developed by a google employee. AngularJS is an easy to use framework. We have to...

View Article

Image may be NSFW.
Clik here to view.

Integrating Facebook like and share with Callback function

Hello Readers, Consider you have a situation where you have to include Facebook like and share into your web application, and also you have to insert the user details in the database after a user likes...

View Article

Image may be NSFW.
Clik here to view.

Settings Screen Using PreferenceManager

In this blog post, I would like to explain how to code Settings Screen using PreferenceManager. In this tutorial let’s learn to create a settings screen for an app with Notiifcation. First, create a...

View Article

Image may be NSFW.
Clik here to view.

Creating Notification with AlarmManager using Service, AutoStart and...

In this blog post, I would like to explain how to code Notification with AlarmManager using Service, AutoStart on Reboot and Settings screen for User. 1) Create SettingActivity.java class and copy the...

View Article


Image may be NSFW.
Clik here to view.

Read and copy DataBase from Assets folder

In this blog post, I would like to explain how to read and copy your own Database in the Application. First, create your own database. To do this, you need Mozilla firefox browser with SQLite Manager...

View Article

Image may be NSFW.
Clik here to view.

Using ViewSwitcher in Android

In this blog post, I would like to show how to use ViewSwitcher in Android. 1. Create a new project File -> Android Project. On MainActivity.java and copy paste this code: import...

View Article

Image may be NSFW.
Clik here to view.

Using ViewFlipper in Android

In this blog post, I would like to show how to use ViewFlipper in Android as a slideshow automatically and manual too. 1. Create a new project File -> Android Project. On MainActivity.java and copy...

View Article


Image may be NSFW.
Clik here to view.

Using ViewAnimator in Android

In this blog post, I would like to show how to use ViewAnimator in Android. 1. Create a new project File -> Android Project. On MainActivity.java and copy paste this code: import...

View Article


Image may be NSFW.
Clik here to view.

Share this application with your friends on settings screen via social network

In this blog post, i would show you how to code to share this application with your friends option on settings screen via social network. To achieve this, you need to know how to code settings screen...

View Article

Image may be NSFW.
Clik here to view.

Horizontal and Circular Progress Bar in Android

Hello Readers, I would like to write about Progress Bar in android. Progress Bar is used to indicate the amount of Progress has taken place and progress to be completed. One can see progress bar during...

View Article

Image may be NSFW.
Clik here to view.

AngularJS – How to get data like jQuery AJAX from database using PHP

Hello Readers, Today I would like to explain about retrieving data from database using PHP, like we do it in jQuery AJAX. For this first we have to create a PHP file that generates data in JSON format....

View Article

Image may be NSFW.
Clik here to view.

Android working with large arrays – arrays.xml file

Hello Readers, I hope many of us know about using arrays in Android. Arrays can be of any type, lets say integer or string. Consider a situation where you may have to deal with a string array that has...

View Article


Image may be NSFW.
Clik here to view.

how to code Notification with different styles in Android

In this blog post, I would like to show how to code Notification with different styles in Android. There are 3 styles for Notification. Normal View Notification Big View Notification Custom View...

View Article

Image may be NSFW.
Clik here to view.

How to select multiple values from HTML select box and access it in PHP

Hello Readers, I would to write a blog on selecting multiple values from a select box. Consider the select box, <form> <p>Select your favorite Fruit</p> <select name="fruit">...

View Article


How to display the images from SQLite in Android

Hi Everyone In this Blog post i am going brief about how to display image from SQLite Database in Android. Step 1: Add the following xml file in your layout folder. <?xml version="1.0"...

View Article

Image may be NSFW.
Clik here to view.

Find Nth element in a linked list

Hello readers, This post is on finding the Nth node in a linked list. Linked list plays an important role when it comes to data storing and accessing data. Searching / traversing a linked list has a...

View Article


Image may be NSFW.
Clik here to view.

how to code Notification with different styles in Android – part II

In this blog post, I would like to show how to code Notification with different styles in Android. There are 3 styles for Notification. Normal View Notification Big View Notification Custom View...

View Article

Image may be NSFW.
Clik here to view.

how to code Notification with different styles in Android – part III

In this blog post, I would like to show how to code Notification with different styles in Android. There are 3 styles for Notification. Normal View Notification Big View Notification Custom View...

View Article

Image may be NSFW.
Clik here to view.

How to add Google Custom Search Engine in your website

Hi Everyone, In this blog post i am going brief how include custom google search in your web pages. What is Google Custom Search Engine? Google Custom Search lets you include a search engine on your...

View Article
Browsing all 75 articles
Browse latest View live


Latest Images