Posts

Retrolambda in Android

Image
Hi, folks, it's been a long time since we have discussed with new changes happening in the Android world. Today I would like to convey about a new feature which is used in Java 8  called Lambda functions. It's very interesting that Java is improving its coding structure with new updations. Hence Java 8 was a previous year release and currently, they have updated with Java 9 we are eagerly updating our technological deeds soon. In this blog post, I would like to give some detail about Lambda functions which was introduced in Java 8. Lambda function helps in making the declaration and instance creation much more simple and faster execution process. It also helps in reducing the line of codes which lead a developer much easier and approachable access to the specific program he wrote. As we know from the latest Android Studio updates IntelliJ is automatically handling the methods and instance creation in converting to the lambda expression. But some more method...
Image
Good day buddies today I would like to share my earlier launched app in play store. sorry for the delay in updating it in the blog. We came up with an idea of helping medical professionals by releasing an application which helps in making their work load down upon the different categories of drug calculation. Drug Dairy simplifies your drug calculation and make time more worth full. this application is exclusively made for professional medical personals in basis of amount calculations of each drug in different way of consumption. https://play.google.com/store/apps/details?id=com.examples.drugdairy.drugdairy
Image
Hi folks today I would like to share an information regarding Google cloud messenger or push notification method in android application. Even I think for all android developers you might have notified by the google threw mail. Previously the GCM API's were absolutely free service. But now the google is panning to bring up the pricing for appropriate on the beginning of July. I will share that mail in my blog so as all developers out their just get notified and enquire more. Hello Google Cloud Storage User, Please be advised that, beginning  July 14, 2015 , Google will begin charging the following fees for Google Cloud Storage: $0.01 per GB of data transferred between buckets located in different regions of the same continent Egress rates per GB of data transferred between buckets located on different continents Until then, you will be able to view your current usage  in the billing details for your project  in order to help you estimate the impa...
Image
Good day folks, as i had seen an interesting article on mobile UI design guideline am  sharing with you. Kindly keep in touch while I bring new updates. See the complete iOS and Android Designs Guideline Cheat Sheet

Knowing the screen size.....

Image
Good day folks, Had a long time break in blogging. Today I would like to speak about the UI design in android platform. Had found a lot interesting stuff in past few weeks. Knowing the screen size of an android device is very important for an Android UI designers. It's like keeping a blood relation with all kind of new phone releases in market so as to know the screen density pixels of each. While developing an android application  a developer have the responsibility in complete success of implementing proper functions. At the same time if the UI design falls down in different pixel density that will lead to application draw back. So its's very important to know each and ever screen size and should be an updated person about each and every phone release's in android world. As android world is very vast we have to swim deep in knowing it and explore like Columbus to find new innovative method to solve in one click  Model             ...
Image
Hi guys,  Recent days I was in busy with recent changes happening in android development. It was quite interesting to find that Google has brought up with lot more new API's and updates. Meanwhile was busy with building some recent projects even though I found my time to update the new API's available in SDK manager. As most curious thing was I just ended up coding with one of my new project and ready to test and build in eclipse IDE. After finishing downloading my new updated API's I found some recent errors with App-compact v7.jar over my LIB file. As usual was fixing it by correcting properties of the project and IDE even I found some hard to fix it. Even though I fixed the properties in eclipse by using each and every method I found that the dependencies were not matching with IDE resulting failure in adding LIB files. Even though I tried every method to fix this error like  "File->Import (android-sdk\extras\android\support\v7). Choose "appcom...
Image
An android activity life cycle is most precious thing to keep in mind for each developer. The logic of an android app building comes under the open logic of activity life cycle. Here we can see on create, on resume,  on pause, on stop and on destroy methods (in the above specified life cycle). Each specified method are interlocked with each other at the runtime of an android application. Every method have equivalent role in implementing their function so as to perform without a runtime error. Of-course you might be thinking that generating a method without a proper function is impossible. Well let me say my point in saying that the proper use of timeline path of the activity life cycle can resist the runtime errors and can build a well quality application. For more info just click the link below. http://developer.android.com/guide/components/activities.html