Go Language For Java Developer Part-6 : Operators
Operators in Java and Go Lang. Every programming languages support operators. Operators are work like a function with different syntax compared to normal function. For example arithmetic operator...
View ArticleAndroid App Review: Vyomo Beauty Salon Booking
https://play.google.com/store/apps/details?id=com.vyomocp&hl=enSearch & Discover Legendary Salons & Spas Around You in Less Than 2 Minutes. Book the top beauty & wellness professionals...
View ArticleAndroid App Review: First Run C25K Fitness Trainer
Design ReviewFirst Run application design don't have 'Wow' factor but it's also not ugly. You will find inconsistency in many screens. At first, the application will impress you with splash screen and...
View ArticleGo Language For Java Developer Part-5
VariablesVariable: A variable is a storage location for holding a value. The set of permissible values is determined by the variable's type.Java VariableJava language has primitive type and objects,...
View ArticleGo Language For Java Developer Part-4
KeywordsFollowing keywords are reserved and may not be used as identifiers.Java Language...
View ArticleGo Language For Java Developer Part-3
Java Language: Data TypeIn Java, We have premitive data types and objects. Java support 8 premitive data types for different purpose. Data...
View ArticleGo Language For Java Developer Part-2
Normally first program you write in any programming language is "Hello World". Hello World is simple program which print "Hello Word" text on console / screen.Java: Hello WorldAs Java Developer you can...
View ArticleGo Language For Java Developer Part-1
Go language is normally known as golang. It's general purpose programming language developed at Google in 2007 by three Google employees namely Robert Griesemer, Rob Pike, and Ken Thompson. In November...
View ArticleAndroid M API Changes
Andorid M Preview FeaturesApp LinkingAuto Backup for AppsAuthenticationFingerprint AuthenticationDirect ShareVoice InteractionsAssist APINotificationsBluetooth Stylus SupportImproved Bluetooth Low...
View ArticleAndroid Simple SyncAdapter
SyncAdapter is standard and preferred way to sync application data with server, cloud or MBaaS backend. SyncAdapter is the most efficient way to make your application update to date. It will help you...
View ArticleHow Smart Watch can change your life
_"A smartwatch (or smart watch) is a computerized wristwatch with functionality that is enhanced beyond timekeeping, and is often comparable to a personal digital assistant (PDA) device" - _Wikipedia...
View ArticleWearable technology to monitor Parkinson’s disease
Introduction Parkinson's disease is a degenerative disorder of central nervous system. It's more common in older people after the age of 60. It is sometime call idiopathic because it has not external...
View ArticleMonolithic vs MicroService Architecture
Monolithic architecture is something that build from single piece of material, historically from rock. Monolith term normally use for object made from single large piece of material.” - Non-Technical...
View ArticleAndroid Login with Facebook
Pre-requisite Official Document: https://developers.facebook.com/docs/android/ Official Tutorial: https://developers.facebook.com/docs/android/login-with-facebook/v2.2 Previous Article:...
View ArticleAndroid Login with Google Plus Utility
Pre-requisite Official Document: https://developers.google.com/+/mobile/android/sign-in Tutorial from AndroidHive : http://www.androidhive.info/2014/02/android-login-with-google-plus-account-1/ Note:...
View ArticleAndroid 5.0 Lollipop API Change
src: http://www.android.com/new/images/banners/lollipop-1600.png Android 5.0 Lollipop Features Material design Performance focus Notifications Your apps on the big screen - TV Document-centric apps...
View ArticleMigrating Web Site to AWS Cloud - A Quick Guide
src: http://static.itpro.co.uk/sites/itpro/files/styles/gallery_wide/public/images/dir_246/it_photo_123370.jpg?itok=7W22DtbC This is a quick tip to migrate your existing website to AWS Cloud. I assume...
View ArticleAndroid L Preview API Changes
src: http://developer.android.com/preview/images/l-dev-prev.png Android L Preview Features A New Design - Material Design A New Runtime - ART (Android Runtime) Enhanced Notifications Project Volta-...
View ArticleAndroid Triangle Pager Sliding Tabs
TriangleTabs is extension of PagerSlidingTabStrip Note: This is not a plug and play library that you can directly import in project and use. Triangle tabs is extension of PagerSlidingTabStrip library....
View ArticleMicroservice Architecture - A Quick Guide
src: http://infoqstatic.com/resource/news/2013/12/micro-service-architecture/zh/resources/1.PNG 1. What is Architecture (Software)? Architecture is the fundamental organization of a system embodied in...
View Article