Android ActionBar Tabs with swipeable views using ActionBarSherlock
In the previous post we looked about the ActionBarSherlock basic .In these Post we look to develop the Swipe tab Example Using ActionBarsherlock this would give a complete idea of difference.'); var s...
View ArticleAndroid Navigation Drawer sliding menu with fragments
Back with tutorial and this time its sliding menu on left side using Navigation Drawer in your android app.Navigation is important factor in your app and most of the app uses side sliding...
View ArticleMastering Hybrid apps with Ionic and Angular js
Getting Started with Ionic Framework1)Introduction:A)Ionic is open source framework used for developing mobile applications. It provides tools and services for building mobile UI with native look and...
View ArticleBuilding Sample Restaurant App using Ionic and Angular.js
Creating Restaurant Apps with ionic framework.Ionic is a fantastic and established framework for creating hybrid mobile apps for both iOS and Android. Ionic 2 modernizes the framework leveraging...
View ArticleWhy We Love Android Studio 2.0 (And You Should, Too!)
Things About Android Studio 2.0 You should know like a boss!Building an app just got a lot easier thanks to Google’s release of Android Studio 2.0. Following the highly successful initial launch of its...
View ArticleAndroid Working with Material Navigation Drawer
It seems that the Navigation Drawer is here to stay. I like the pattern besides some criticism, so I decided to implement it on a couple of apps I'm working on. What you can read here are just my...
View ArticleImplementing Android Push Notification using GCM
Sending Push notification is one of the important features of an mobile application.Most of the marketing things happens the way push notifications are sent. Polling is quite hard on server as it may...
View ArticleImplementing Android Push Notification using PHP,MYSQL and GCM-II
In the last post we checked how to work with GCM on the client side.Now in this post we are going to post notification through PHP and MySql DB.The Mysql DB will be used to store token ID generated...
View ArticleWorking with Ionic 2,Angular.js and cordova Geolocation
As suggested by some of our readers ,Today we are presenting new post for Ionic-2 with geolocation using angular.jsIn this post for a sample we are going to build a weather app using the Forecast API...
View ArticleRedesigning Facebook FeedView in Ionic and angular
Making Time: Redesigning Concept Facebook Feed For Android with Ionic and angular.jsIn UX design, few things are more intricate than time and personal time management — only a good arsenal of mobile...
View ArticleAndroid Material Support Design-Tabs
Android Design Support Library made our day easier by providing backward compatibility to number of material design components all the way back to Android 2.1. In Design support Library the components...
View ArticleWorking with Android Material Support Design-Bottom Navigation Bar
Today we are presenting AndroidBottomSheet which is included in latest support-design libraray.Bottom sheet comes with two implementations BottomSheetBehavior andBottomSheetFragmentDialog.There are two...
View ArticleWorking with Android material Design Recyclerview and CardView
TheRecyclerView widget is a more advanced and flexible version ofListView. This widget is a container for displaying large data sets that can be scrolled very efficiently by maintaining a limited...
View ArticleAndroid Oauth Login with Google Account with new Google Play Services
To use Google sign in, you need to first set up a project on the server using Google's developer console. Go to accounts.google.com and make sure that you're signed in to your google account. And, if...
View ArticleAndroid App Testing getting Started!
Testing your app is an integral part of the app development process. Testing allows you to verify the correctness, functional behavior, and usability of your app before it is released publicly. The...
View ArticleAndroid Building Simple In-App Browser using Chrome Custom Tab
Webview was something developer used to for Android apps which required which required communication to open web URLs. Launching the browser is a heavy context switch that isn't customizable, while...
View ArticleMaterial Design Floating Action Button(FAB) with Animation
Floating action buttons are used for a special type of promoted action. They are distinguished by a circled icon floating above the UI and have special motion behaviors related to morphing, launching,...
View ArticleAndroid Bottom Navigation Bar tutorial with Fragments
The Bottom Navigation Bar View has been in the material design guidelines for some time, but it hasn’t been easy for us to implement it into our apps. In the previous post we looked in BottomSheet used...
View ArticleHow to setup the right way for data analysis
Hi, Folks! Welcome to new additions to our learning Data Analysis, Big Data with python, R, Julia etc.We will try to make it simple and explain and look up to produce easy content to help you learn...
View ArticleThe Ultimate guide On Jupyter Notebook[Part-1]
What is a Jupyter notebook?¶In this case, “notebook” or “notebook documents” denote documents that contain both code and rich text elements, such as figures, links, equations, … Because of the mix of...
View Article