Sunday, 22 November 2015

Android Custom ListView - Master-Detail View[Open Activity]



ProgrammingWizards Android Custom ListView With Master Detail - open
activity,pass data,android master detail flow
tutorial,activity,example,tabs,fragments

­,actionbar,
template,flow,add
items,naviagtion drawer,swipe,sqlite,android listview tutorial,with
image and text,animation,with buttons,onclick,
database,click,search,filter,adapter,cus­tom adapter,arrayadapter,baseadpater,listact­ivity,
clickable,checkbox,eclipse,android studio,expandablelistview,fragment,popul­ate,

DESCRIPTION
Master
Detail Apps are more common than you think.You use them
everyday,irrespective of the device.In a master detail view you have the
Master View that basically contains a List of items.When you click a
single item it takes you to the Detail View where you can get more
information about that particular item.
In our case we shall open a new activity and pass data to it from our master.

Cheers!!

Saturday, 21 November 2015

WordPress Full Tutorial - Download,Install Create News Website



ProgrammingWizards Wordpress Full Tutorial - download,install,create
website,news,wordpress tutorial beginners,download,install,theme,plugin,

­website,add menu item,database,
admin panel,blog,gallery,custom posts,content,css,website development,

DESCRIPTION
Wordpress
development is quite popular.There are two types of Wordpress Website
Development: the first is for blogging.This can be found in
Wordpress.com.Its not such customizable and is recommended only for
blogs.Then there is Wordpress.org.This is very powerful and you can
build from E-commerce to Social site etc.Today we talk about
downloading,installing,setting it up with Wamp Server locally,create a
full news website.

Cheers!!

Laravel 5 PHP - Install Via Laravel Installer [Windows]







ProgrammingWizards Laravel PHP - install windows,laravel 5 tutorial,composer,install windows,authentication,admin,beginner,bo

­otstrap,basics,
crud,cms,controller,router,deployment,da­tabase,

DESCRIPTION.
Hi
guys.At programmingWizards we want to share our knowledge as much as
possible in as many programming languages as we know.Today we shall
start off with Laravel PHP.Laravel is an object oriented,powerful PHP
framework that comes with many features.It actually makes PHP fun again.
Today we start off with how to install using Composer.
Cheers!!

Android DialogFragment With Custom GridView



ProgrammingWizards Android GridView With Images and Text -android fragments tutorial,dynamic fragments,fragmenttransactions,pass data,bundle,listviews,list,menu,navigation drawer,android studio,eclipse,communication,
static fragments,vs activity,back button,animationaction bar,android gridview example,custom,adapter,header,stretchmode,gridlayout,row height,
border,divider,images,onclick,animation,populate,buttons,androidstudio,eclipse

Description
Long Time..No See. Hello Guys.Its been such a long time since I posted a tutorial.Slightly over a month.I was held up with a certain python project.Anyway today we look at a Android Custom GridView Inside a Dialog Fragment.The gridview has images and text and we handle onItemClick events.

Cheers!!

MySQL Tutorial - Download,Install,Create Database Table and Add Data [Wo...



ProgrammingWizards MySQL Beginners Tutorial -
download,intsall,Full,create database,table,add data,mysql tutorial for
beginners,database,workbench,create,addi

­ng,tables,full,advanced,
sql,administration,basics,blob,gui,inser­t,update,delete,

Description
MySQL
is a beast when it comes to Relational Databases.Its not only the most
popular but also one of the very best.And its free.Its fast.It is used
by big tech companies like Youtube,Facebook and Wikipedia.We just have
to learn it.Today we get started by downloading,installing,creating a
database,creating a Table and adding data,all via MySQL Workbench.We
shall also see how to download and install MySQL Workbench of course.

Cheers!!

Android AsyncTask With ProgressBar Update



ProgrammingWizards Android Async Task - update progress
bar,threads,multithreading,android asynctask
loader,callback,tutorial,cancel,asynctas

­k,parameters,onpostexecute,
onpreexecute,progressdialog,get
results,onprogressupdate,progressdialog android,dialog
style,color,cancel,dismiss,spinner,async task,theme,
indeterminate,dialog fragment,button,progressbar,background color,

Descriptions
AsyncTask
class in Android enables us write multithreaded applications without
getting our hands dirty.Yet it still gives just enough power without
limiting us.The best way to explain this class to beginners is by
updating a progressbar while simulating work in the background.

Cheers!!