How to create Swiping Windows in Android from Android 2.1 onwards?
Have you seen the Google Play application in your Android phone. Wondered about how they implemented swiping windows in it. Don’t Worry, Here is an example which implements it. Here we will create...
View ArticleUsing DialogFragments in Android – A Simple example.
You can click on the links to download the code. A little on Dialog Fragments A fragment that displays a dialog window, floating on top of its activity’s window. This fragment contains a Dialog...
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 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 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 ArticleFlipCard animation using Fragments in Android.
Hello all I am back with fragments again. I know you have seen a lot of posts on fragments and fragment animation. This one will be another useful post for you. This post helps you to show a FlipCard...
View Article