I am now a DZone MVB (Most Valuable Blogger)

|

Today, one more feather is added in my crown…..Yeh 🙂 🙂 FYI, this is the 2nd feather, 1st was JavaCodeGeeks 🙂 Let me tell you exactly!! Few days ago, Mr. Mitch Pronschinske ,Senior Content Curator and Editor-in chief at DZone contacted me and saying that “With the quality of writing...

Windows Phone Emalator with Local keyboard input

|

While working on Windows phone 7 development, you might have faced a problem that you are not able to input through your local keyboard into the Windows phone 7 emulator keyboard. Have you faced this problem? Solution: Just Press the “Page Up” key on the keyboard or Press the “Pause/Break...

AIDE – Write code using your Android device

|

Yes, this article is about to write code for android app directly on your android phone or tablet. I came across an android application which can help you to write code from phone and tablet directly. App name: AIDE – Android Java IDE I have tested AIDE on both the...

Android – Load WebView with ProgressBar

|

Problem: How to load WebView with ProgressBar? Description: Earlier I have published an article for Android – WebViewClient example where we have discussed about how to load URL inside the application instead of opening a native browser. Now, just consider the case where we require to include progress bar to...

Android – ViewStub example

|

Problem: How to implement ViewStub in Android? Description: I have used ViewStub almost for implementing Title Bar (i.e. Header) for most of the application. I have defined a Title bar layout only for once and then I have re-used the same layout for every activity by the use of ViewStub....

Android Gallery Example

|

Problem: Android Gallery example Output: Description: Many times we have to display images in horizontal row and based on the selection of the particular image we have to show it inside the ImageView, so for the same task, i have written an article, also provided a source code example. So...