- Home
- Author: Paresh Mayani
Paresh Mayani
CEO & Co-Founder at SolGuruz® | Organiser @ GDG Ahmedabad | Top 0.1% over StackOverflow | 15+ years experienced Tech Consultant | Helping startups with Custom Software Development
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 and will search the same string input in the Google search. For implementing this functionality we use Intent.ACTION_WEB_SEARCH . Solution: GoogleSearchIntentActivity.java main.xml Note: Don’t forget […]
-
Paresh Mayani
- March 28, 2012
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 displayed in your blog, I’d […]
-
Paresh Mayani
- March 27, 2012
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 key“. Both of these keys […]
-
Paresh Mayani
- March 21, 2012
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 devices phone and tablet. Here […]
-
Paresh Mayani
- March 12, 2012
Android – Underline text in TextView
How to underline text in TextView? Solution:
-
Paresh Mayani
- March 7, 2012
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 show loading process. Here we […]
-
Paresh Mayani
- February 21, 2012
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. Now, let me clear idea […]
-
Paresh Mayani
- February 14, 2012
Search
Explore Topics
Short Stories
From Payroll to People: The Evolution of
- 7 min read
How to Host a Web App :
- 6 min read
Why Hiring a Flutter Developer is the
- 10 min read