[android-developers] drag/slide finger to perform onclick buttons

2011-09-15 Thread nivedita arora
i have a game, consisting of 7 buttons , arranged such that 1 button is in the center and rest 6 around it. click on the buttons results in change in textview. using click can really be cumbersome for the user, therefore i would like to add functionality of dragging finger over buttons to perform

[android-developers] Re: drag/slide finger to perform onclick buttons

2011-09-15 Thread nivedita arora
yes i gt continuous button down rather thn one click. any idea how boggle type games have button click functionality using finger drag ? thx fr ur help :) On Sep 15, 5:41 pm, TreKing treking...@gmail.com wrote: On Thu, Sep 15, 2011 at 6:29 AM, nivedita arora vivaciousnived...@gmail.com

[android-developers] Re: drag/slide finger to perform onclick buttons

2011-09-15 Thread nivedita arora
On Sep 15, 6:03 pm, TreKing treking...@gmail.com wrote: On Thu, Sep 15, 2011 at 7:58 AM, nivedita arora vivaciousnived...@gmail.com wrote: yes i gt continuous button down rather thn one click. any idea how boggle type games have button click functionality using finger drag ? Set some flag

[android-developers] Re: drag/slide finger to perform onclick buttons

2011-09-15 Thread nivedita arora
can someone pls provide code snippet ? or bttr insight to the problem i am facing :| thx in advance On Sep 15, 6:32 pm, nivedita arora vivaciousnived...@gmail.com wrote: really Sorry i mixed two problems in explaining :| yes, i hv tried flag of change of view, the ontouch converts -onclick

[android-developers] german french spanish dictionary

2011-08-27 Thread nivedita arora
hi , i am developing word android app which involves use of german french and spanish words.Can somebody help by providing link for the file containing just the dictionary words fr the given language. i am unable to find it :( thanks -- You received this message because you are subscribed to the

[android-developers] google news search api with advertisment-legal?

2011-02-22 Thread nivedita arora
hi, i have seen a lot of apps having news search option. i was wondering if i use google news search api and have advertisments in my app .is that illegal? or is it considered commercial use which is not allowed by google ? thanks for help -- You received this message because you are

[android-developers] tcp dump of android phone through wifi..please help

2011-02-15 Thread nivedita arora
hi, i want to study tcp dump for a school project.i have phone connected through wifi of my laptop(i used connectify on win7 as adhoc connections are not recognised by android phones,and i did not feel like rooting and then transfer it to laptop for analysing each time ). so i am using windump

[android-developers] Dictionary for word game ..pls help :)

2011-02-05 Thread nivedita arora
hi, i really need help. i am making a word game for college which uses words of length 4 to 7. i have a certain array of string containing words of length 4 -7.i have to check if those words are valid english words or not.i was earlier trying to implement database containing 4 tables each having

[android-developers] create sliding tabs like appBrain market android app

2010-09-25 Thread nivedita arora
hi, i have to add some more tabs in my app..so rather than making the size of the already existing ones small by adding new tabs..i thought of using sliding tabs just like in app brain market android app can someone pls point me in the right direction as to how i go about it ?? thanks in advance

[android-developers] how to make sliding tabs like app brain market android app

2010-09-25 Thread nivedita arora
hi, i have to add some more tabs in my app..so rather than making the size of the already existing ones small by adding new tabs..i thought of using sliding tabs just like in app brain market android app can someone pls point me in the right direction as to how i go about it ?? thanks -- You

[android-developers] continue loading WebView on screen off/ application switch

2010-08-30 Thread nivedita arora
hi guys i have a problem.i want WebView to continue loading the url even when the mobile screen is turned off or there is switch off application. right now i m using stopLoading..which results in blank screen . protected void onPause() { super.onPause();