Navigation Drawer over CustomTabs
Create Navigation drawer over custom tabs menu with custom toolbar and custom navigation drawer.
Continue ReadingCreate Navigation drawer over custom tabs menu with custom toolbar and custom navigation drawer.
Continue ReadingLearn how to enable PHP on IIS. In this post i explain simple steps to setup PHP on IIS server and use php platform independent feature.
Continue ReadingLearn how to load contact list in custom listview in your app like whatsapp etc.
Continue ReadingNavigation drawer is most common thing you find in android application. But now most of app using tab with navigation drawer to provide user best interface and make app more simple to use by providing more feature on single screen. In this post i explain you how to create a navigation drawer with tabview.
Continue ReadingSMS verification is very easy and more user friendly than email verification. Now a days where most of app have a registration form, we need to confirm the user information is accurate and user enter valid phone no. In this i explain you how we can create simple sms verification in android application.
Continue ReadingIn this post i explain how to create a class to reuse AsyncTasks in android and call this class multiple time without extending AsyncTask again and again.
Continue ReadingLoad data from SOAP based web service. SOAP is a standards-based web services technology that allows providers to abstract data and transport implementations over the web.
Continue ReadingNavigation Drawer is very useful to create menu in app. In this post i explain you how to create a navigation drawer with toggle icon animation using material design in android application.
Continue ReadingLoad data on scroll down android listview. In this post learn how we load data in listview on scroll down in android using footer view.
Continue ReadingAndroid swipe refresh is very useful to refresh list if your app not auto synchronize data from web service in this post i explain how to implement new SwipeRefresh layout.
Continue ReadingGoogle introduce new reCaptcha technology through which we prevent site from roboot and most important feature we don’t need to enter captcha code you need to check the book and google automatic detect that you are human or roboot. In this post i explain you how to implement google reCaptcha in your website using php.
Continue ReadingIn this post i explain you how to create a simple chat application layout using listview in android.
Continue Reading