How to start with Android – Basics and Fundementals.
Hello all This post for everyone who like to start with android and know the basics. It includes Introduction to Android Android Architecture Dalvik Virtual Machine Android Application Fundamental...
View ArticleHow to create a List with Alphabet Overlay in Android
Hello everyone… Today’s post is about simply loading the ListView with some alphabetically sorted data BUT with the first alphabet overlay over them when you scroll. It’s same as the overlay you see...
View Article900 million Android activations
Google’s Android OS has more than 900 million users, the company said Wednesday at its I/O event began in San Francisco. Google also announced several APIs that will let developers add more...
View ArticleHow to create a beautiful wheel animation in android?
Today’s post is about animation, a beautiful animation, exploring capabilities of android. You can click on the link to download the code. Here we will have three java classes and no XML files. 1....
View ArticleSamsung Galaxy S4
Display 5inch Full HD Super AMOLED (1920 x 1080) display, 441 ppi AP 1.9 GHz Quad-Core Processor / 1.6 GHz Octa-Core Processor The seletion of AP will be differed by markets Network 2.5G (GSM/ GPRS/...
View ArticleWave Scale Animation in GridViews in Android
Hello all Previously I have shown many posts where we animate each row of the GridView randomly, linearly etc. GridView RandomFade animation in Android and Cascade animation in a ListView in Android....
View ArticleGoogle to unveil Moto X to take on Apple.
Google bought Motorola in 2011 and ever since there has not been a phone from Google and Motorola. Now it is that Google will be unveiling Moto X to take on rival Apple. iPhone overprice tag has not...
View ArticleHow to create a SearchView with Filter mode in a ListView in Android?
Actually this is fairly simple. Android by default provides a SearchView class that has the ability to filter. Just look at the XML layout that I am using in this post. It consists of a SearchView and...
View ArticleHow to create animation by default in a GridLayout in Android?
This example shows you how to create animation using the default XML tag in a gridview. This application demonstrates how to use the animateLayoutChanges tag in XML to automate transition animations as...
View ArticleGoogle’s Android will beat Apple’s iphone in total number of apps downloaded...
Analysts are saying that Google play store will be the most popular platform for downloading mobile apps in the next few months. History of Google Play Google Play, formerly known as the Android...
View ArticleHow to hide and show a Fragment with animation in Android? and How to retain...
Hello everyone This posts helps you to hide and show a fragment with animation (without XML files animation). And also it shows how to retain a saved state(for eg: a value in a textview). A little...
View ArticleHow to initialize a Fragements with attributes as a Bundle at runtime and...
This post Demonstrates a fragment that can be configured through both Bundle arguments and layout attributes. You can click on the links to download the source code. Here there are two fragments in the...
View ArticleHow to display a context menu from a fragment?
Hello all I think you all know about the context menu in android. It appears as a popup when you long press something. Fragment also provides some methods for registering with the contextmenu and...
View ArticleUse of custom animations in a FragmentTransaction when pushing and popping a...
Hello all We have seen many examples of how to use fragments in android. You can search coderzheaven for all types of transactions using Fragments. Today in this post we will see how we can apply...
View ArticleApple iPhones may come up with as less as $99 in the future
Yes, these are the rumours about the future iphone. Apple is reportedly looking at iPhones with bigger screens and will be releasing the low cost phone in a range of colors as soon as this year, the...
View ArticleHow to create a fully customizable Toast which will use your own time...
Hello all We all have seen toasts right…ok then you have already customized your toasts right. Here I will show you a method to create toasts which will last the time you set and the gravity. You can...
View ArticleNavigation Drawer Example in Android.
Navigation Drawer The navigation drawer is a panel that transitions in from the left edge of the screen and displays the app’s main navigation options. Displaying the navigation drawer Creating a...
View ArticleUsing a ListBox, Dynamically adding contents to a listbox in Windows Phone
This post shows how to add string objects to a ListBox Control in Windows Phone. Make sure to choose a C# template for the project. This is the layout . This is the complete Layout Just change the...
View ArticleHow to get a return value from a DialogFragment? or Using DialogFragments in...
Hello all…… This post examples how to get an edittext value from a dialog fragment. You can use the same method to get a button click from a dialog or events like that. You can click on the download...
View ArticleHandling Multiple Instances of a Widget in Android and Identifying each...
Hey everyone…….Hope all are well….. This post is about Android Widgets. This is going to be one of the bigger posts in Coderzheaven. This posts helps you to handle multiple instances of a Widget. Many...
View Article