Re: [android-developers] Re: Replace Old DB file

2013-03-18 Thread Nirav Parmar
If I have understood your problem correctly this link will help you. http://stackoverflow.com/questions/7268908/access-the-phone-internal-storage-to-push-in-sqlite-database-file Thanks Regards, Nirav Parmar On Mon, Mar 18, 2013 at 3:20 PM, rachana govilkar rachana.govil...@gmail.com wrote

Re: [android-developers] ListView Navigation

2013-03-12 Thread Nirav Parmar
In my opinion creating new activity or fragment will be better choice. If you will just change the content in list.I am afraid how you will return back from that subcategory to category as back will end that activity. On Sun, Mar 10, 2013 at 12:19 AM, arazlam...@gmail.com wrote: I have a basic

Re: [android-developers] Re: Search Query

2013-01-25 Thread Nirav Parmar
to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -- Thanks Regards, Nirav -- -- You received this message

Re: [android-developers] Google Map

2012-11-27 Thread Nirav Parmar
-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -- Thanks Regards, Nirav -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

Re: [android-developers] Google Map

2012-11-27 Thread Nirav Parmar
androiddebugkey - keystore C:\Users\predator\.android\debug.keystore -storepass android -keypass . On Tue, Nov 27, 2012 at 4:27 PM, Nirav Parmar n.parma...@gmail.comwrote: HI Ehsan Currently u may have generated Map key using debug keystore...Try to generate it using application's keystore

Re: [android-developers] single selection listveiw

2012-11-02 Thread Nirav Parmar
Hi Rauf, Did you have tried this listView.setChoiceMode(ListView.CHOICE_MODE_SINGLE); Thanks Regards, Nirav On Fri, Nov 2, 2012 at 10:19 AM, rauf qureshi qureshira...@gmail.comwrote: Thanks for reply me but i did that by check box. following code i have used

Re: [android-developers] Re: RDP for Android

2012-10-16 Thread Nirav Parmar
bandwidth, you will probably only send what has changed. So, you will calculate the smallest rectangle that encompasses all changes and send that screen data as a compressed bitmap. On Friday, October 12, 2012 2:36:06 AM UTC-5, Nirav Parmar wrote: Hello everyone, I need to develop an app

Re: [android-developers] Re: RDP for Android

2012-10-14 Thread Nirav Parmar
it little more... Thanks Regards, Nirav On Sat, Oct 13, 2012 at 12:42 PM, Chris Sarbora top...@gmail.com wrote: Sorry, I would but I'm busy finishing up my Remake Halo in 4 Easy Steps blog post. RDP (or VNC) are very complicated. You won't find an example project out there. If you want to write

[android-developers] RDP for Android

2012-10-12 Thread Nirav Parmar
Hello everyone, I need to develop an app for remote desktop connection..searched a little about that but didn't found any good explanation or example.. Can anyone suggest a good staring point or some example which can guide ?? Thanks Regards, Nirav -- You received this message because you

Re: [android-developers] C2DM application server

2012-10-12 Thread Nirav Parmar
+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -- Regards, Nirav Parmar. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

Re: [android-developers] First android app

2012-08-21 Thread Nirav Parmar
Hello Cham, In my opinion Developer site is best..it has good examples..Also you can download API demos for each platform.You can learn lot from that demos.. Best of luck.. Regards, Nirav On Tue, Aug 21, 2012 at 2:29 PM, cham herbias cham.herb...@gmail.comwrote: I am a computer engineering

[android-developers] How to code for Wifi Direct on the android version 2.3

2012-08-16 Thread Nirav
I have noticed on the official Android blog that WiFi Direct APIs are supported on googles phone which are having versions 4.0 or later. Also I have seen the code to access WiFi Direct API. But I have doubt that on some blogs people have written that some 2.3 version android devices also support

[android-developers] Printing Documents from Application

2011-09-30 Thread Nirav Parmar
Hello Friends, I want to add one feature in my app, by which i can print documents through wireless printer from app.Is there any API which i can use?please give your suggestions..Thanks :) Nirav Parmar. -- You received this message because you are subscribed to the Google Groups Android

Re: [android-developers] information about android softare

2011-07-29 Thread Nirav Parmar
Deepak, Android is not lyk ny software..u can say android, OS for moblies...n yes u can install android in PC but jst for developing applications.. Nirav Parmar. On Tue, Jul 26, 2011 at 1:44 PM, deepak gusain deepakgusai...@gmail.comwrote: Dear all android-developers, I want

Re: [android-developers] error NO SUCH TABLE FOUND

2011-02-22 Thread Nirav Parmar
thanks justin..I solve that problem.it was silly mistake from my side coz i m new to it.thanks again On Thu, Feb 17, 2011 at 4:59 AM, Justin Anderson magouyaw...@gmail.comwrote: It would be very helpful if you posted some code... On Wed, Feb 16, 2011 at 12:23 AM, Nirav Parmar nirav.spa

Re: [android-developers] How to change the Width and Height of the AVD

2011-02-22 Thread Nirav Parmar
Hi you can go to AVD manager --then edit AVD In skin there are many options in Built-in combobox.i prefer WVGA800.choose according to your need Nirav Parmar On Tue, Feb 22, 2011 at 12:59 PM, Sivaprakash sivaprakashshanmu...@gmail.com wrote: Hi I have created an AVD emulator but I want

[android-developers] error NO SUCH TABLE FOUND

2011-02-16 Thread Nirav Parmar
hi all, i m new to android. i jst wrote query to insert data in database.bt i got error in logcat that No such table Table name found.i checked path also.m i missing something. thanks in advance. NIRAV -- You received this message because you are subscribed to the Google Groups Android

Re: [android-developers] Best way to store data in database

2010-12-08 Thread nirav sabhaya
BroadcastExample.java -- package com.example.broadcast; import android.app.Activity; import android.content.Context; import android.os.Bundle; import android.telephony.*; import android.util.Log; import android.widget.TextView; public class BroadcastExaple extends

[android-developers] DTMF dectator

2010-12-08 Thread nirav sabhaya
Hello, I want to fetch DTMF.so in android how i can fetch this ?guide me. Thanks -- 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

[android-developers] Multiple view in Listview

2009-11-12 Thread Nirav
Hi , I have created listview with multiple view in one raw. Now I have imageview in raw and want to take click event of this view. So Is there anybody who have solved this issue. What should I do? Thanks in advance. -- You received this message because you are subscribed to the Google Groups

[android-developers] Re: Change backround of the view embedded in the ListView item

2009-10-22 Thread Nirav
Looking at your problem, the solution is that you can use expandable list view to do the your task. It will solve your all prooblem and can change your background using selector also --~--~-~--~~~---~--~~ You received this message because you are subscribed to

[android-developers] Tabview with same activity in tabs

2009-10-01 Thread Nirav
I am trying to use same activity in different tabs in tabview. But, Instead of starting new activity, it shares variables. I want that each activity in a tab should not share any variable and they all activity should be seperated from each other. In short , i want to start new activity though it

[android-developers] keyevent from softkeyboard

2009-07-02 Thread Nirav
I want to catch each and every click on softkeyboard. onKeyDown() is not called when key is pressed . If anybody knows ..help me. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] Set Ringtone

2009-06-04 Thread Nirav
How to set ringtone by using filename inplace of using its ID number. I don't want to use. Uri newUri=Uri.parse(content://media/external/audio/media/+ (String.valueOf(position+1))); Settings.System.putString(this.getContentResolver(), Settings.System.RINGTONE, newUri.toString()); Inplace of