• Stars
    star
    21
  • Rank 1,084,038 (Top 22 %)
  • Language
    Java
  • Created over 8 years ago
  • Updated over 8 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

This tutorial demonstrates how to deal with search view in android using PHP as server side scripting language and MySQL as backend. For Tutorial http://androidcss.com/android/android-search-view-php-mysql/

More Repositories

1

android-material-design-user-interface-login-screen

It is important for any app to have good and consistent user interface. Well formed UI design not only attract users it also shows professionality of your application. This tutorial depict UI/Material Design for android login screen. For Tutorial link http://androidcss.com/android/android-material-design-user-interface-login-screen/
Java
38
star
2

login-system-with-android-php-and-mysql-using-httpurlconnection

Android has deprecated the Apache module(HttpPost and HttpGet) since API level 22, Now the alternate way is to use JAVA's built in library HttpURLConnection Class. This tutorial does not involves any library to send and recieve data like Volley, HttpOk etc. For Tutorial link http://androidcss.com/android/login-system-with-android-php-and-mysql-using-httpurlconnection/
Java
33
star
3

fetch-json-data-in-android-and-display-with-recyclerview

This tutorial demonstrates how to fetch JSON data in Android and display with RecyclerView. The data may be from JSON file or PHP script. For tutorial http://androidcss.com/android/fetch-json-data-android/
Java
25
star
4

android-autocomplete-search-suggestions-with-php-mysql-json

Filter the data loaded from PHP MySQL or JSON file in respond to user input and show them on autocomplete view as search suggestions. For tutorial http://androidcss.com/android/android-autocomplete-search-suggestions/
Java
16
star
5

android-navigation-drawer-menu-on-top-of-actionbar

Apps like gmail, you see when click on menu icon, a nice Navigation Drawer slides from left on top of Actionbar. Let’s see example layout. For tutorial http://androidcss.com/android/android-navigation-drawer-top-actionbar/
Java
10
star
6

css3-floating-button

With a power of css3 animation it is possible to implement css3 floating button only with css and without the use of javascript or jquery library. This tutorial explains 3 different versions of css3 floating button. For tutorial link http://androidcss.com/css/css3-floating-button-tutorial/
HTML
10
star
7

chrome-custom-tabs-android-example

Define custom color for chrome tabs(toolbar) and transition for chrome to meet your UI guideline when launching chrome browser from your app. For Tutorial http://androidcss.com/android/chrome-custom-tabs-android-example/ ‎
Java
6
star
8

android-swipe-refresh-layout-with-recyclerview

Fetch fresh data from PHP or JSON file by swipe down to refresh RecyclerView, using Swipe Refresh Layout in android. For Tutorial http://androidcss.com/android/android-swipe-refresh-layout/
Java
5
star
9

pure-css-loading-animation-for-ecommerce-websites

The 5+ CSS loading animation provided here may help your e-commerce website's design look good. Hope, this tutorial helpful for you. For tutorial
HTML
4
star
10

pure-css-drawer-menu-material-design

Most of the Apps contains 3 lines bar on top header when click on that icon you see a nice menu sliding from left side, what is called drawer menu. This tutorial is about implementing pure CSS drawer menu for HTML. For Tutorial link http://androidcss.com/android/pure-css-drawer-menu/
HTML
3
star
11

android-to-fetch-php-file-without-using-any-library

Android to fetch PHP file without using any library. For tutorial http://androidcss.com/android/android-fetch-php-without-library/
Java
3
star
12

pure-css-full-width-search

With full width search bar, your design looks good with small scale devices like mobile and tablets. Let’s make this for desktop browsers too. For tutorial http://androidcss.com/css/pure-css-full-width-search/
HTML
2
star
13

pure-css-solar-system-animation

CSS3 animation has power to do anything like simple to complex animation. This tutorial demonstrates the CSS solar system animation. For tutorial link http://androidcss.com/css/pure-css-solar-system-glowing-sun-center/
HTML
2
star
14

App-to-display-statistics-using-Android-MySQL-PHP

If you look at the AdSense Android application from Google, you like to see, earning statistics for days, months, and years in a subsequent row. What we are going to develop in this tutorial is a similar kind of application which involves fetching of statistic data from MySQL PHP.
Java
2
star
15

pure-css-ripple-effect

If you have used lollipop version of android you see a nice ripple effect on button clicks. This tutorial is about achieving similar result, the css ripple effect using only css. For tutorial http://androidcss.com/css/pure-css-ripple-effect/
HTML
1
star