Re: [android-developers] Not able to store the file in SD card in samsung galaxy

2011-08-01 Thread Viral Brahmbhatt
Hi, have you include the permission in manifest file.. if not add following lines in your manifest file. uses-permission android:name=android.permission.WRITE_EXTERNAL_STORAGE/uses-permission hope this will help On Mon, Aug 1, 2011 at 2:13 PM, Selvam selvammscinfot...@gmail.com wrote:

Re: [android-developers] checkbox in listview

2011-08-01 Thread Viral Brahmbhatt
Hi Goutom, * * In getView() method of your adapter class, you can find the check box element from your listview. implement the onClick() of your listview, and set the checkbox checked in listview's onClick method. that should work for you. On Mon, Aug 1, 2011 at 5:10 PM, Goutom

Re: [android-developers] Listview with image, text and checkbox

2011-07-28 Thread Viral Brahmbhatt
a list to mark every checkbox status. In the getView method ,when you get Checkbox view, you should set the check status by yourself. Hopelly that can help you. 2011/7/26 Viral Brahmbhatt viralbrahmbh...@gmail.com Hi there, I am trying to implement a listview with image, text and checkbox

Re: [android-developers] Listview with image, text and checkbox

2011-07-27 Thread Viral Brahmbhatt
'imageLoader' to load the images in the background. Hope this helps. Regards, Simon On 26/07/2011 2:57 PM, Viral Brahmbhatt wrote: ok.. np.. thanks for your response. plz note my skype id: viralbrahmbhatt. if you can add me to your list, we can directly chat on this. On Tue

Re: [android-developers] Listview with image, text and checkbox

2011-07-27 Thread Viral Brahmbhatt
in the background. Hope this helps. Regards, Simon On 26/07/2011 2:57 PM, Viral Brahmbhatt wrote: ok.. np.. thanks for your response. plz note my skype id: viralbrahmbhatt. if you can add me to your list, we can directly chat on this. On Tue, Jul 26, 2011 at 7:20 PM, Simon Platten simonaplat

[android-developers] External JAR file to reduce the code in class file

2011-07-27 Thread Viral Brahmbhatt
Hi all, there is a jar file available, including which you can reduce most of the coding on your class file.. i dont remember the name of the jar file.. do any one have any idea of that? or any one has used it. please let me know, if any one has any idea of this.. -- *Regards, Viral* -- You

Re: [android-developers] External JAR file to reduce the code in class file

2011-07-27 Thread Viral Brahmbhatt
I dont think it's about proguard.. i have seen in one of my colleague's application at my last work place.. there was a jar file On Wed, Jul 27, 2011 at 5:09 PM, Mark Murphy mmur...@commonsware.comwrote: You are probably thinking of ProGuard. On Wed, Jul 27, 2011 at 7:26 AM, Viral Brahmbhatt

Re: [android-developers] Listview with image, text and checkbox

2011-07-27 Thread Viral Brahmbhatt
Any body having any luck on this? On Wed, Jul 27, 2011 at 2:59 PM, Viral Brahmbhatt viralbrahmbh...@gmail.com wrote: Hi Simon/Abhishek, I am attaching herewith the sample project. Please have a look, and let me know, if you can help me out. On Wed, Jul 27, 2011 at 1:50 PM, Viral

Re: [android-developers] External JAR file to reduce the code in class file

2011-07-27 Thread Viral Brahmbhatt
any one having any idea about this? On Wed, Jul 27, 2011 at 5:17 PM, Viral Brahmbhatt viralbrahmbh...@gmail.com wrote: I dont think it's about proguard.. i have seen in one of my colleague's application at my last work place.. there was a jar file On Wed, Jul 27, 2011 at 5:09 PM, Mark

[android-developers] Listview with image, text and checkbox

2011-07-26 Thread Viral Brahmbhatt
Hi there, I am trying to implement a listview with image, text and checkbox within it, using baseadapter. the problem is, let's say i have 20 items in list, so when i select the first item checkbox, and scroll down the list, i can see the item #9 and #17 also get checked automatically. can

Re: [android-developers] Application stop unexpectedly

2011-07-26 Thread Viral Brahmbhatt
first of all remove this line TextView txtView = (TextView)this.findViewById(R.id.textview); and place it in onCreate() method, after this line. setContentView(R.layout.main); On Tue, Jul 26, 2011 at 6:29 PM, Rikki rikki.a...@gmail.com wrote: I am receiving application stopped unexpectedly

Re: [android-developers] Re: Application stop unexpectedly

2011-07-26 Thread Viral Brahmbhatt
like an error message with a button on it. On Jul 26, 6:02 pm, Viral Brahmbhatt viralbrahmbh...@gmail.com wrote: first of all remove this line TextView txtView = (TextView)this.findViewById(R.id.textview); and place it in onCreate() method, after this line. setContentView

Re: [android-developers] Listview with image, text and checkbox

2011-07-26 Thread Viral Brahmbhatt
need to manage the change over in the getView method. On Tue, Jul 26, 2011 at 1:33 PM, Viral Brahmbhatt viralbrahmbh...@gmail.com wrote: Hi there, I am trying to implement a listview with image, text and checkbox within it, using baseadapter. the problem is, let's say i have 20 items

Re: [android-developers] Need help on adding overlays on Map View

2011-07-26 Thread Viral Brahmbhatt
have a look at this link http://developer.android.com/resources/tutorials/views/hello-mapview.html On Tue, Jul 26, 2011 at 3:01 PM, Rikki rikki.a...@gmail.com wrote: Hi I am a newbie to Android Development. So spare me if I ask wrong questions I am developing a POI search app for nearby

Re: [android-developers] Listview with image, text and checkbox

2011-07-26 Thread Viral Brahmbhatt
(GMT) shoudl be home at 17:30 ish. On Tue, Jul 26, 2011 at 2:23 PM, Viral Brahmbhatt viralbrahmbh...@gmail.com wrote: Hi Simon, Find below my getView() method call let me know, what do i need to do? --- public View getView(final int position, View converView

Re: [android-developers] Re: Internet connection is not working in emulator

2010-10-04 Thread Viral Brahmbhatt
Anyone having any solutions I am still not able to crack this On Sat, Sep 25, 2010 at 3:19 AM, Viral Brahmbhatt viralbrahmbh...@gmail.com wrote: Hi, I am using Win XP, and i have wireless internet connection on my laptop. there is no proxy On Sat, Sep 25, 2010 at 2:44 AM, DanH danhi

[android-developers] Re: Internet connection is not working in emulator

2010-09-24 Thread Viral Brahmbhatt
Hi, can any one please help me on this? On Mon, Sep 13, 2010 at 11:31 AM, viral viralbrahmbh...@gmail.com wrote: Hi, I am not able to run the internet from my android emulator. whenever I try to run my browser i am getting following error on various platforms Following are some of the

Re: [android-developers] Re: Internet connection is not working in emulator

2010-09-24 Thread Viral Brahmbhatt
Hi, I am using Win XP, and i have wireless internet connection on my laptop. there is no proxy On Sat, Sep 25, 2010 at 2:44 AM, DanH danhi...@ieee.org wrote: Here are a few ideas: http://stackoverflow.com/questions/2039964/how-to-connect-android-emulator-to-the-internet Would help to know