[android-developers] Re: Beginner Question

2009-11-29 Thread Dinesh Harjani
Hello! When the emulator starts, it needs to load the OS like a real device; that's why you're seeing the word Android. It can take a long time to load, specially if it's loading Eclair. Once it starts though, you don't need to close it every time you build your app; Eclipse will install it

[android-developers] Re: Problem with fwrite onto sdcard

2009-12-06 Thread Dinesh Harjani
I'm no expert, but if you allow me, why do you need to use the ndk? This can be done perfectly and quickly using the sdk. Besides, it's easy to find samples for the sdk; just Google it. On Dec 4, 11:56 am, KK krishnakumar.ramachand...@gmail.com wrote: Hi,   I am very new to Android. I am

[android-developers] Re: Bluetooth

2009-12-21 Thread Dinesh Harjani
Hi; I've not checked it out myself, but this should be able to help you: http://developer.android.com/resources/samples/BluetoothChat/index.html On 20 dic, 17:40, DAVIDT dtole...@gmail.com wrote: Hi All, How to detect the bluetooths device found? Thanks -- You received this message

[android-developers] Re: Weird Issue with CheckedTextView in a ListView

2009-12-28 Thread Dinesh Harjani
Hi; I had a similar issue when I implemented a listview with checkbox items using the Efficient Adapter example. I realised that the checked items were not being stored, so I built a static Boolean in my custom adapter and listen to the checkbox when it is checked/unchecked and update the Boolean

[android-developers] Re: Android 2.1 SDK

2010-01-07 Thread Dinesh Harjani
Have faith, guys; I'm sure it's coming. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

[android-developers] Re: HttpPost and byte[] on Android?

2010-07-14 Thread Dinesh Harjani
I believe this will be very helpful: http://evgeny-goldin.com/blog/2010/05/01/uploading-files-multipart-post-apache/ Download the source for the FileUpload (it should contain the MultiPartEntity) and add it to your project as a library. Then you can add all the byte[] that you want, but remember

[android-developers] Re: CANNOT manage to get ADB working whatever I do.

2010-05-27 Thread Dinesh Harjani
I know it sounds stupid, but have you enabled USB debugging inside Application Settings - Development? If you don't have it checked, it won't show up in ADB and thus you won't be able to install apps on it. Hope to have been of some help. - Dinesh -- You received this message because you are

[android-developers] Bordered ScrollView

2012-10-01 Thread Dinesh Harjani
Hi, I've had an issue for a couple of months now and given that I've come up against it yet again, I couldn't keep it in two separate sides of my app. My issue is, I have a black border written as an XML drawable in my project, and I've used it a lot. I like to use it to mark small windows