- 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 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 just go through this example […]
-
Paresh Mayani
- January 4, 2012
Android – Get current date and time in different format
Related Article: Get current date and time. But this article guides you to fetch current date and time in different formats. Just define your SimpleDateFormat object with desired format and format the current date and time by using format() method. Calendar c = Calendar.getInstance(); System.out.println("Current time => " + c.getTime()); SimpleDateFormat df1 = new SimpleDateFormat("dd-MMM-yyyy"); […]
-
Paresh Mayani
- December 29, 2011
Android – DatePickerDialog example
Problem: Select date from dialog and display it in TextView. Solution: DatePickerDemoActivity.java main.xml Download full example: Android – DatePickerDialog example
-
Paresh Mayani
- December 23, 2011
Android offers free training to novice android programmer
Recently android team has launched bunch of articles and tutorials for the novice and experienced android programmer. Android team has prepared training classes in such a way that android developer can easily develop great apps for android and they have included almost all the needed articles at one place. Training classes also contains sample code […]
-
Paresh Mayani
- December 17, 2011
Android – RatingBar example
Problem: How to place rating bar and have rating value in android app? Solution: RatingBarDemoActivity.java main.xml Download full example: Android – RatingBar example
-
Paresh Mayani
- December 17, 2011
Android – java.io.IOException: Unable to open sync connection!
Problem: java.io.IOException: Unable to open sync connection! Description: Today during the android application development with Samsung Galaxy S, i was having trouble to run the application, whenever i try to run the application, it was giving me this issue. After little bit search, i came to possible solution for this issue. And its working fine […]
-
Paresh Mayani
- December 16, 2011
Android – WebViewClient example
What is WebViewClient and what is it’s usage? When the user clicks a link from a web page in your WebView, the default behavior is for Android to launch an application that handles URLs. Usually, the default web browser opens and loads the destination URL. However, you can override this behavior for your WebView, so […]
-
Paresh Mayani
- November 24, 2011
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