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...@gm

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, wrote: > I have a basic question. On my mai

Re: [android-developers] Re: Search Query

2013-01-25 Thread Nirav Parmar
send email 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 & Re

Re: [android-developers] Google Map

2012-11-27 Thread Nirav Parmar
>keytool -v -list -alias > androiddebugkey - > keystore "C:\Users\predator\.android\debug.keystore" -storepass android > -keypass . > > On Tue, Nov 27, 2012 at 4:27 PM, Nirav Parmar wrote: > >> HI Ehsan >> Currently u may have generated Map key using debug keystore...Try

Re: [android-developers] Google Map

2012-11-27 Thread Nirav Parmar
se 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+unsubscr...@googlegroups.com > For more options, visit this

Re: [android-developers] single selection listveiw

2012-11-01 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 wrote: > Thanks for reply me but i did that by check box. > > > > following code i have used for that >

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

2012-10-16 Thread Nirav Parmar
minimize 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 wrot

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

2012-10-14 Thread Nirav Parmar
little more... Thanks & Regards, Nirav On Sat, Oct 13, 2012 at 12:42 PM, Chris Sarbora 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 &g

Re: [android-developers] C2DM application server

2012-10-12 Thread Nirav Parmar
more options, visit this group at >>> > http://groups.google.com/**group/android-developers?hl=en<http://groups.google.com/group/android-developers?hl=en> >>> >> -- > You received this message because you are subscribed to the Google > Groups "Android Developers&quo

[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 be

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 wrote: > I am a computer engineering student. Can you help

[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 Wi

[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 "An

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 wrote: > Dear all android-developers, > > I want to know or in

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 emul

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 wrote: > It would be very helpful if you posted some code... > > On Wed, Feb 16, 2011 at 12:23 AM, Nirav Parmar wrote: > >> hi

[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 Group

[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

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] 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 "And

[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 t

[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