Android – How to implement Google Search inside application?
In Android application, if there is functionality of implementing Google search then here is the easy solution to implement it. In this example, we will accept input from the user...
In Android application, if there is functionality of implementing Google search then here is the easy solution to implement it. In this example, we will accept input from the user...
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....
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...
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...
How to underline text in TextView? Solution:...
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...
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...