BREAKING:

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 3.0 HoneyComb- Display ActionBar – 1

The ActionBar is a widget for activities that replaces the traditional title bar at the top of the screen. By default, the ActionBar includes the application logo on the left side, followed by the activity title, and any available items from the Options Menu on the right side. The ActionBar offers several useful features, including […]

Read More

Android – GUI/Wireframe Design/Mockup Design Tool for Android Application

Currently, I am being involved in Android Development since a year. Let me clear the agenda of this article: Before starting to develop application, we needs to have MockUp or Wireframe designs for the Android Application which we are going to develop. I know there is a DroidDraw tool (DroidDraw: User Interface (UI) designer/editor for […]

Read More

[HowTo] Android – InputStream to String Conversion

Many times we require to convert the InputStream to String value. Here is the Snippet which is used to convert the InputStream into the String.

Read More

Android/Eclipse programming shortcuts

Initially when i was facing trouble to implement some re-usable things like making comments, organizing imports, etc. Here are some shortcuts which we can use while doing programming in Android / Eclipse: Toggle Comment => Shift + Ctrl + C Remove Block comment => Shift + ctrl + Generate Element Comment => Shift + Alt […]

Read More

Samsung Galaxy 3gt-i5801 is not being detecting in my pc => Repair Samsung USB connection

Here is the original question that i have raised at Samsung Galaxy 3gt-i5801 is not being detecting in my pc. Actually, Initially when i have purchased this phone, at that time i was developing applications and successful to run the applications on my phone. But after few days, phone is not being detecting by my […]

Read More

Android – Change Title bar Text and Image

In Android, mostly we see the activity with normal title bar i.e. Activity name in Title bar but here i am going to present how do we change the title bar text and title bar image (Background image, icon with text). From my point of view, there are 2 ways to change the title bar […]

Read More

Unix – Command line Arguments

What is command line argument? Those values which we pass at the time of running the shell scripts are known as Command line values(arguments). Command line arguments are treated as special variables within the script. They can be changed with the shift command. The command line arguments are enumerated in the following manner $0, $1, […]

Read More