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

BlackBerry – Custom label field

Problem: How do i define Custom label field in BlackBerry? Solution: customLabelField.java

Read More

Android – copy files from Assets to SD-card

Problem: How to copy files from Assets to SD-Card? Solution: CopyFileAssetsToSDCardActivity.java

Read More

Android – Read text file from SD-card

Problem: How to read simple text file from SD-card? Description: First of all, let me give you a link: Environment class and getExternalStorageDirectory() method, through this method we gets the root directory of sd-card, because if we write only “/sdcard” as a static value then there may be a chance of problem because there may […]

Read More

Android – Read file from Assets

Problem: How to read files (Images or text files) from Assets folder? Description: I assume you are aware about File reading operation, but here we have question that how can we get a list of files which we have placed in Assets folder. Here AssetManager class can help you to access any files lying inside […]

Read More

Android – Pick image from native gallery

Problem: How i pick image from native gallery and display it inside the ImageView? Description: First of all, to launch the native applications for Gallery, just write the below, there may be having many applications if you have installed other gallery like application, for example: QuickPic or any gallery application. Now we have to fetch […]

Read More

Android – Fetch Inbox SMS

Problem: Fetch Inbox SMS programatically Description: In this tutorial, I just have fetched SMS from the Inbox and displayed inside the ListView. SMS is fetched inside the ArrayList and then using this arraylist, I have created ArrayAdapter. Now just set this adapter to the ListView, that’s it. Now, We can fetch the SMS from Inbox […]

Read More

Just reached 5 digits on StackOverflow :)

Today I just want to share one good news which is I just crossed 5 digits reputations on stackoverflow and now have hands on Moderator tools 🙂 , I am being a member of Stackoverflow since almost one and half year.

Read More