[android-developers] exit from application

2012-02-01 Thread Narendra Bagade
Hello all, How to exit from application. -- Regards, Narendra . -- 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 androi

[android-developers] NDK set up

2012-01-27 Thread Narendra Bagade
Hi All, 1.How to set up development environment for NDK? 2.Once set up done ,how to run sample app of NDK? I have searched a lot about NDK but didn't get proper guidance. Please help to get into above two point -- Regards, Narendra . -- You received this message because you are subscribed

[android-developers] autostart of application on restart of device

2012-01-18 Thread Narendra Bagade
Hi all, How to auto start application on device start up. -- Regards, Narendra . -- 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, sen

Re: [android-developers] Voice Recognition and Inputmethod

2012-01-09 Thread Narendra Bagade
I am looking for the same... On Fri, Jan 6, 2012 at 9:36 PM, RW wrote: > Good morning, > Does anyone know how to add the voice recognition button and > functionality to a custom keyboard? > > Thanks > > -- > You received this message because you are subscribed to the Google > Groups "Android De

Re: [android-developers] Object Serialization

2012-01-08 Thread Narendra Bagade
How?..pls let us know. On Sat, Jan 7, 2012 at 4:34 PM, sourabh sahu wrote: > issue resolved.Thank you all. > > > On Fri, Jan 6, 2012 at 9:27 PM, TreKing wrote: > >> On Fri, Jan 6, 2012 at 5:06 AM, sourabh sahu wrote: >> >>> I dont know number of elements in an arraylist. >> >> >> Yes you do. >

Re: [android-developers] Object Serialization

2012-01-06 Thread Narendra Bagade
insert one by one element of object... On Fri, Jan 6, 2012 at 12:34 PM, sourabh sahu wrote: > Dear All, > > I have an arraylist object I want to store it into SQLIte DB, PLease > somebody share the code on this. > > Thanks, > Sourbh > > -- > You received this message because you are subscribed t

Re: [android-developers]

2012-01-05 Thread Narendra Bagade
pls.refer http://htcdev.com/ On Thu, Jan 5, 2012 at 1:05 AM, TreKing wrote: > On Wed, Jan 4, 2012 at 1:30 PM, jaggu wrote: > >> i want to intsall htc desire sdk for my eclipse which version and >> avd also what the scale display size. >> > > http://developer.android.com/index.html > > > --

Re: [android-developers] voice recognition

2012-01-04 Thread Narendra Bagade
Hello All, Any help on Voice recognition? On Wed, Jan 4, 2012 at 12:02 PM, Narendra Bagade wrote: > Thank you for reply.. > But it is for NDK only... > Can i use with android sdk. > > > On Tue, Jan 3, 2012 at 6:21 PM, Omais Ali wrote: > >> Hint: Sphinxbase and Pocket

Re: [android-developers] HI

2012-01-04 Thread Narendra Bagade
please refer http://developer.android.com/index.html On Tue, Jan 3, 2012 at 8:35 AM, Yuri Andrade Rodrigues wrote: > Hello, > > I'm Yuri and I'm brasilian, I study Eletric Engeenir. > I'm starting with OS Android and I was worked with little Linux, > I would like to learn of create app for mobi

Re: [android-developers] login password

2012-01-04 Thread Narendra Bagade
Use Http connection class. On Wed, Jan 4, 2012 at 3:02 PM, Yogeshkumar Tiwari < yogeshtiwari2...@gmail.com> wrote: > Hi Indraneel, >You want to read the Username and password from the > web services or from locale database.please elaborate your question i can > help you i

Re: [android-developers] call duration...?

2012-01-03 Thread Narendra Bagade
refer related content provider like call log. On Wed, Jan 4, 2012 at 12:26 PM, Abhilash baddam < abhilash.androiddevelo...@gmail.com> wrote: > Hi, > > I want to know the call duration, when I called to other number and > when that call-ends. How can i get the call duration...? > > -- > You receiv

Re: [android-developers] voice recognition

2012-01-03 Thread Narendra Bagade
Thank you for reply.. But it is for NDK only... Can i use with android sdk. On Tue, Jan 3, 2012 at 6:21 PM, Omais Ali wrote: > Hint: Sphinxbase and Pocketsphinx. > > On Tue, Jan 3, 2012 at 4:21 PM, Narendra Bagade > wrote: > >> Hi All, >> >> I need a help re

[android-developers] voice recognition

2012-01-03 Thread Narendra Bagade
Hi All, I need a help regarding voice recognition & voice biometric. Is any third party library is available for the same. pls. suggest me any sample application. -- Regards, Narendra . -- You received this message because you are subscribed to the Google Groups "Android Developers" group. T

Re: [android-developers] Re: block application installation by password

2012-01-03 Thread Narendra Bagade
try to find where apk is stored after downloaded from market.and try to catch your application icon click event.customize it according to your requirement. On Tue, Jan 3, 2012 at 4:01 PM, Kristopher Micinski wrote: > On Tue, Jan 3, 2012 at 4:36 AM, suganya lakshmanan > wrote: > > > > den how can

Re: [android-developers] HelloWorld "..stopped unexpectedly"

2011-12-26 Thread Narendra Bagade
register your activity in manifest file.. On Mon, Dec 26, 2011 at 6:24 AM, Nathan Harness <7600on...@gmail.com> wrote: > > I followed the instructions on the Android Dev site for Hello World, using > the XML version about half way down. Please see attached screen shot. > The fatal exception is M

Re: [android-developers] Re: Password app

2011-12-24 Thread Narendra Bagade
invoke your launchor activity using broadcast for intent of reboot On Fri, Dec 23, 2011 at 2:40 PM, Ali Chousein wrote: > Have a look at the intent actions and see if any, or a set of them > will serve your purpose. > http://developer.android.com/reference/android/content/Intent.html > BTW, w

Re: [android-developers] ARM DS-5

2011-11-30 Thread Narendra Bagade
How to use this tool? Does anyone has idea about it... On Wed, Nov 30, 2011 at 3:58 PM, Christopher Van Kirk < christopher.vank...@gmail.com> wrote: > Isn't it just as easy to write this mail to ARM? > > > On 12/1/2011 5:01 AM, SL wrote: > >> >> What is the price of this software, anybody ? >> >>

Re: [android-developers] Re: activity running in background problem

2011-10-07 Thread Narendra Bagade
After pressing back button,will call finish() method which destroy activity B. On Wed, Oct 5, 2011 at 10:20 PM, lbendlin wrote: > Why is an activity in the background for so long? You should use a service > for non-UI tasks. > > -- > You received this message because you are subscribed to the G

[android-developers] how to upgrade htc magic

2011-07-20 Thread Narendra Bagade
Hi All, I have HTC magic mobile having android 1.5. I want to update it to 2.2 or later. Is there any way to update this. Please tell me steps required for the same. -- Regards, Narendra . -- You received this message because you are subscribed to the Google Groups "Android Developers" group

Re: [android-developers] security using Biometrics

2011-07-18 Thread Narendra Bagade
I want to know about android api avaialble for Biometric or any third party api. On Tue, Jul 19, 2011 at 11:00 AM, TreKing wrote: > On Mon, Jul 18, 2011 at 11:59 PM, Narendra Bagade < > bagadenaren...@gmail.com> wrote: > >> I want to develop voice security application. &

[android-developers] security using Biometrics

2011-07-18 Thread Narendra Bagade
Hi All, I want to develop voice security application. Basic idea is to compare voice and allow to login. can anyone help me how to achieve this. -- Regards, Narendra . -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this gro

[android-developers] How to develop search functionality like search app

2011-07-18 Thread Narendra Bagade
-- Regards, Narendra . -- 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+unsubscr...@googlegroups.com F

Re: [android-developers] live wallpaper as background of our application?

2011-02-15 Thread Narendra Bagade
can you suggest your answer please. regards, Narendra On Tue, Feb 15, 2011 at 2:40 PM, Dev Android wrote: > yes we can do it. > > I got the solution. Thanks again! > > -- > Dev > > > On Tue, Feb 15, 2011 at 2:37 PM, Dev Android wrote: > >> thanks for your quick response. >> >> I'm more intereste

Re: [android-developers] Unique device id - which one to choose

2011-02-13 Thread Narendra Bagade
Mac will be best option for unique representation of devices On Fri, Feb 11, 2011 at 10:24 PM, Oceanblue wrote: > Like a lot of other applications, my application has different levels > of features access. Depending on the unique device ID, it switches on > certain features (paid/licensing issue

Re: [android-developers] The apk must be signed with the same certificates as the previous version.

2011-02-10 Thread Narendra Bagade
u can write some code to delete old version apk and install new one . On Thu, Feb 10, 2011 at 2:02 PM, stymie wrote: > I lost my old certificate.What can I do? Am I totally out of luck? > > This is a major upgrade to my application. > > I am going nuts. > > -- > You received this message because

[android-developers] display dialog box after every 5 min

2011-02-07 Thread Narendra Bagade
Hi All, I need help. I want to show dialog box in my activity at regular interval of 5 min. Thanks in advance... -- Regards, Narendra . -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-develope

Re: [android-developers] Re: How to exit the application..?

2011-01-30 Thread Narendra Bagade
use Runtime.getRuntime.exit(code); On Mon, Jan 31, 2011 at 12:55 PM, Mark Carter wrote: > I have a legitimate reason for wanting to kill the JVM. > > There appears to be a bug when instantiating the TextToSpeech class. > You can read about it here: > > > http://stackoverflow.com/questions/4819330

Re: [android-developers] Re: reboot emulator

2011-01-30 Thread Narendra Bagade
Thanks for reply, its not rebooting but I am getting error like, ADB rejected shell command (ls -l /): regards, Narendra On Mon, Jan 31, 2011 at 12:13 PM, AJ wrote: > try this "adb shell reboot" > > Thanks, > AJ > > On Jan 31, 3:16 pm, Narendra Bagade wrote: >

[android-developers] reboot emulator

2011-01-30 Thread Narendra Bagade
hi all, How to reboot emulator? -- Regards, Narendra . -- 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-develop

[android-developers] how to get home screen click event

2011-01-24 Thread Narendra Bagade
Hi, Does anyone know how to get home screen click event. -- Regards, Narendra . -- 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

Re: [android-developers] apk installation error

2011-01-19 Thread Narendra Bagade
Thanks for reply Marcin, * * *Yes I am downloading apk using ftp api but I am using ftpClient.setFileType(FTP.BINARY_FILE_TYPE); api only* *which is Binary transfer only i guess. * On Wed, Jan 19, 2011 at 5:37 PM, Marcin Orlowski wrote: > On 19 January 2011 13:03, Narendra Bagade >

[android-developers] apk installation error

2011-01-19 Thread Narendra Bagade
Hi All , I am using android tablet. I am trying to install apk from code. after signing in apk ,I am going to install apk through code. But while doing this I am getting error like "java.util.zip.ZipException: EOCD not found; not a Zip archive? EOCD not found; not a Zip archive? " note : I am usi

Re: [android-developers] problem with andrioid Tablet

2010-12-23 Thread Narendra Bagade
ing to remove a pre-installed application? > > Not sure you can do this, even with adb. > > 23.12.2010 13:40, Narendra Bagade пишет: > > i did the same but giving failure > > On Thu, Dec 23, 2010 at 3:58 PM, Kostya Vasilyev wrote: > >> "adb uninstall" takes

Re: [android-developers] problem with andrioid Tablet

2010-12-23 Thread Narendra Bagade
name. > > -- Kostya > > 23.12.2010 12:32, Narendra Bagade пишет: > > waiting..... > > On Thu, Dec 23, 2010 at 1:46 PM, Narendra Bagade > wrote: > >> need help for above >> >> >> On Thu, Dec 23, 2010 at 1:46 PM, Narendra Bagade < &

Re: [android-developers] problem with andrioid Tablet

2010-12-23 Thread Narendra Bagade
waiting. On Thu, Dec 23, 2010 at 1:46 PM, Narendra Bagade wrote: > need help for above > > > On Thu, Dec 23, 2010 at 1:46 PM, Narendra Bagade > wrote: > >> >> >> On Thu, Dec 23, 2010 at 1:45 PM, Narendra Bagade < >> bagadenaren...@gmail.co

Re: [android-developers] problem with andrioid Tablet

2010-12-23 Thread Narendra Bagade
need help for above On Thu, Dec 23, 2010 at 1:46 PM, Narendra Bagade wrote: > > > On Thu, Dec 23, 2010 at 1:45 PM, Narendra Bagade > wrote: > >> need help for abouve problem >> >> >> On Thu, Dec 23, 2010 at 12:16 PM, Narendra Bagade < >> bagaden

Re: [android-developers] problem with andrioid Tablet

2010-12-23 Thread Narendra Bagade
On Thu, Dec 23, 2010 at 1:45 PM, Narendra Bagade wrote: > need help for abouve problem > > > On Thu, Dec 23, 2010 at 12:16 PM, Narendra Bagade < > bagadenaren...@gmail.com> wrote: > >> nothing iswrong and i have taken package name from manifest file. >> >&

[android-developers] problem with andrioid Tablet

2010-12-22 Thread Narendra Bagade
Hi All, I have to uinstall apk form my android tablet. I am using command adb uninstall apkname.apk. but getting error like, Can't dispatch DDM chunk 4d505251: no handler defined Failure. Please help me to uinstall apk for my device . -- Regards, Narendra . -- You received this message because

Re: [android-developers] exception while creating activity

2010-12-14 Thread Narendra Bagade
ohhh ,u have to create object of bundle first,then put your values in bundle object On Tue, Dec 14, 2010 at 3:15 PM, Narendra Bagade wrote: > pass intent object to startactivity() method. > > Narendra > > > On Tue, Dec 14, 2010 at 1:11 PM, Honest wrote: > >> hel

Re: [android-developers] exception while creating activity

2010-12-14 Thread Narendra Bagade
pass intent object to startactivity() method. Narendra On Tue, Dec 14, 2010 at 1:11 PM, Honest wrote: > hello, > > i am starting new activity from current activity but some how before > starting activity i am getting Null Pointer exception. and > startActivity() from source activity calls suces

Re: [android-developers] Re: out of memory error

2010-12-09 Thread Narendra Bagade
yes you are right,can u suggest me any solution. thanks On Fri, Dec 10, 2010 at 1:20 PM, Brill Pappin wrote: > It means you ran out of memory... > > From the stack trace I'd say your building a large string from a database > and your reaching your memory limit for the device. > You can see, the

[android-developers] out of memory error

2010-12-09 Thread Narendra Bagade
Hi All, I am getting error in logCat like, 12-10 07:47:25.343: ERROR/AndroidRuntime(2878): Uncaught handler: thread main exiting due to uncaught exception 12-10 07:47:25.348: ERROR/AndroidRuntime(2878): java.lang.OutOfMemoryError 12-10 07:47:25.348: ERROR/AndroidRuntime(2878): at java.lang.Ab

Re: [android-developers] android tablet downloading problem

2010-12-02 Thread Narendra Bagade
leep, which causes WiFi to be > disabled after a certain time. To keep the device awake, hold a WakeLock: > > > http://developer.android.com/reference/android/os/PowerManager.WakeLock.html > > -- Kostya > > 02.12.2010 13:24, Narendra Bagade пишет: > >> Hi All, >>

[android-developers] android tablet downloading problem

2010-12-02 Thread Narendra Bagade
Hi All, I am downloading content on my tablet using ftp with wifi connection . Once i download one content ,device wifi connection get disable. Ianyone can help me how to persist wifi connection evene i am download number of content. -- Regards, Narendra . -- You received this message beca

Re: [android-developers] android button

2010-11-22 Thread Narendra Bagade
use listview header for that. On Tue, Nov 23, 2010 at 12:16 PM, nena joy wrote: > Hello, > > I have an application of list view.Each row in listview contain textview. > But I want to add a button on top of the list view.how I can add buttton on > top of that listview using java? > Please help

[android-developers] posibility of Video calls in android

2010-10-08 Thread Narendra Bagade
Does android support video calls? Is any api is there to achive video call? Please need help ,on which version of android os video calls are possible. -- Regards, Narendra . -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this

Re: [android-developers] Move one screen to another

2010-09-01 Thread Narendra Bagade
create two screen using activity. like activity1 and activity2. suppose u have button on activity1 then write follwing cod in the onclick event of button like Intent obj =new Intent(this,activity.class); startactivity(obj); Regards, Narendra On Thu, Sep 2, 2010 at 10:04 AM, praveena ankitha wr

[android-developers] how to upgrade the os of g1 mobile

2010-07-22 Thread Narendra Bagade
Hi All, I have android g1 mobile having os 1.5.I want to upgarde the os from 1.5 to higher version. Please help me how to do this. -- Regards, Narendra -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email t

[android-developers] Re: checkbox in listview

2010-07-14 Thread Narendra Bagade
can anyone tell me how to get checkbox event when user click on checkbox of listview. On Wed, Jul 14, 2010 at 1:26 PM, Narendra Bagade wrote: > Hi All, > > I have put checkbox in listview and displaying on the screen. > > can anyone tell me how to get checkbox even when user cl

[android-developers] event of checkbox is selcted/unselected

2010-07-14 Thread Narendra Bagade
Hi All, How do I listen to the event when a checkbox is selcted/unselected? -- Regards, Narendra B 9422785229, Nagpur. -- 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

[android-developers] checkbox in listview

2010-07-14 Thread Narendra Bagade
Hi All, I have put checkbox in listview and displaying on the screen. can anyone tell me how to get checkbox even when user click on checkbox of listview. Thanks in advance. . -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to

Re: [android-developers] main screen and dialog box on that screen

2010-07-13 Thread Narendra Bagade
I have to used to alertdialog box. On Mon, Jul 12, 2010 at 9:07 PM, TreKing wrote: > On Mon, Jul 12, 2010 at 5:59 AM, Narendra Bagade > wrote: > >> Can anyone help me on this? > > > You may want to elaborate on your use case. > What's the point of the dialog

[android-developers] main screen and dialog box on that screen

2010-07-12 Thread Narendra Bagade
Hi all, I have created one alert dialog box .I am displaying that dialog box on the click of submit button. once i press submit button ,it opens dialog box on the screen but at that time back screen is become inactive and dialog box screen become active. can i keep both screen active (both back

Re: [android-developers] how to make textview clickable

2010-03-16 Thread Narendra Bagade
use html link content inside the textview. instead of makiong textview clickable. Regards, Narendra On 3/16/10, Superbiji wrote: > > I really appreciate if anyone can help. i want to make textview > clickable just like in Market application. I have set all focusable, > clickable in xml but stil

Re: [android-developers] Database management

2010-02-27 Thread Narendra Bagade
Create dB using sqlite manager.put it. On asset folder & access through ur activity. On Saturday, February 27, 2010, James Wang wrote: > My suggestion is create your own content provider for this and open db > in onCreate and hold it as static. > > -- > You received this message because you are

[android-developers] how to get user info

2010-02-23 Thread Narendra Bagade
Hi all, Is there any way to get user info like email ID,phone number,country through our application. I mean ,Is there any api that will read this information of mobile user. Please help me on this requirement.. -- Regards, Narendra B 9632382960, Bangalore. -- You received this message becau

Re: [android-developers] Re: Android Market Changed ranking

2010-02-21 Thread Narendra Bagade
Can I develope advertisement screen in app. Anyone knows will google allow to advertise with my app. Regards, Narendra On Sun, Feb 21, 2010 at 3:05 PM, Vladimir wrote: > same here - last time I checked my free app didn't even make make top > 100 in its category despite 4.5* and >40k DLs, and no

Re: [android-developers] Re: special text scrolling

2010-02-16 Thread Narendra Bagade
Use Morquee feature of textview like android:elipsize="Morquee" in xml file Narendra On Tue, Feb 16, 2010 at 7:23 PM, Houcem Berrayana < houcem.berray...@gmail.com> wrote: > Oupps it's doesn't look good here ! :) > > On 16 fév, 14:51, Houcem Berrayana wrote: > > Hi all, > > I was trying to mal

[android-developers] slideshow of images

2010-02-11 Thread Narendra Bagade
Hi all, I have set of images .I want to show it one by one. how we can achieve in android. if someone have block of code plz help me. Thanks. -- Regards, Narendra B 9632382960, Bangalore. -- You received this message because you are subscribed to the Google Groups "Android Developers" group

Re: [android-developers] Re: How can I align an ImageView to the right of the Parent?

2010-02-10 Thread Narendra Bagade
use android:layout_marginLeft or android:paddingLeft Narendra On Wed, Feb 10, 2010 at 7:47 PM, n179911 wrote: > Basically, I want: > > > --- > | ImageView | TextView fill up the rest| ImageView |

Re: [android-developers] Playing Video in App Widget

2010-02-10 Thread Narendra Bagade
I want to play video,how can i achieve? I tried this code but ,it is playing only audio means i can hear only sound but video is not display on emmulater screen? can any guide what mistake I am doing? setContentView(R.layout.*main*); mp =MediaPlayer.*create*(*this*, R.raw.*video*); preview=(Sur

Re: [android-developers] Re: Flash file android

2010-02-09 Thread Narendra Bagade
Actually i want to use flash file in android. Is it possible? On Wed, Feb 10, 2010 at 12:55 AM, ko5tik wrote: > http://admob.com > > This is advertising provider - gives you small library & ad code > and your application starts to give you PROFIT > > > On Feb 9,

Re: [android-developers] Flash file android

2010-02-09 Thread Narendra Bagade
what is this? plz,can u explain it in details? On Tue, Feb 9, 2010 at 5:35 PM, Sandeep Phansekar < sandeep.phanse...@gmail.com> wrote: > try admob > > On Tue, Feb 9, 2010 at 4:10 PM, Narendra Bagade < > bagadenaren...@gmail.com> wrote: > >> Hi all, >>

[android-developers] Flash file android

2010-02-09 Thread Narendra Bagade
Hi all, For advertisement in my app ,I want to use flash file . Can anyone know how to create flash file in android Or how o use exisiting flash file in Android app. -- Regards, Narendra B 9632382960, Bangalore. -- You received this message because you are subscribed to the Google Groups "An

Re: [android-developers] if second application installed on phone then first will not found

2010-01-28 Thread Narendra Bagade
Check the version of apk file. if having same version then it will notify it is already Exists. Regards, Narendra On Thu, Jan 28, 2010 at 4:08 PM, pramod.deore wrote: > when I had tried to install any application for the first time , it > gives me following error as. > > > D:\Pramod Backup\andro

Re: [android-developers] how to set a word in a TextView clickable

2010-01-27 Thread Narendra Bagade
u can use html code in the TextView in setText method of textview. Regards, Narendra On Wed, Jan 27, 2010 at 11:40 PM, monty wrote: > culd any1 plz tell me how to set a particular text in a TextView as > clickable and not the entire text in TextView.At present > "clickable=true" works for entir

[android-developers] image in the listview

2010-01-20 Thread Narendra Bagade
Hi all, I want to display the images in Listview like, one image on the right side of Listitem and second image in the left side of the next listitem. again third image int right side of the next listitem and 4th image in left side of next listitem and continue.. Is any one has done the Listview

Re: [android-developers] Custom List View Scrolling - Greyed out

2010-01-20 Thread Narendra Bagade
Dave, I got the same problem , we can remove this using following code snippet. getListView().setAnimationCacheEnabled(*false*); getListView().setScrollingCacheEnabled(*false*); use this code in ur listview activity. Narendra bagade On Wed, Jan 20, 2010 at 5:42 PM, Dave Gracie wrote: >