Android ListView is a view which groups several items and display them in vertical scrollable list. The list items are automatically inserted to the list using an Adapter that pulls content from a source such as an array or database.
Read More »Download free notepad++
You can download free notepad++. Click on this link Download Now
Read More »Download free Photoscape software
You can download free vlc player. Click on this link Download Now
Read More »How can create connection with database usin php ?
First of all we need a connection with database. after this we can modify and access the data from the database.
Read More »How to upload file on server using php ?
We can easily upload a file or image on the server using this php code. Before upload an image or file we should configure php.ini file. In your “php.ini” file, search the file_uploads directive, and change it to On: file_uploads = On
Read More »Download free vlc player
You can download free vlc player. Click on this link Download now
Read More »Download free games in .vxp (.mre)
You can download free games in .vxp format. Click on this link Download now
Read More »Free download uc browser in .vxp (.mre)
You can download free uc browser in .vxp format. Click on this link Download now
Read More »How can start session in php ?
A session in php is started using session_start() function. Globle variables (eg. $_SESSION.) are used for session variables. Now we create a page “example_session.php” and start a session with some session variables :
Read More »How to download images from server in android application ?
In this tutorial we will show how to use picasso library in Android. Picasso is open source and widely used image downloader library in android. There are various methods for downloading images from server . From which Picasso library is widely used for this purpose.It is easy to use. How …
Read More »