[android-developers] Good way to use an existing SQLite Database?

2012-08-26 Thread Qoheleth
I've searched answers on this question and most point to this resource: http://www.reigndesign.com/blog/using-your-own-sqlite-database-in-android-applications/ Problem is, it's not working for me and it's the exact same code. I have my sql file in the assets folder but I keep getting an exceptio

Re: [android-developers] How can I calculate the BPM (Beats per minute) of a sound in a native android project?

2012-08-26 Thread Pau Rodríguez Coloma
Ok, thanks to Spooky and Ibendlin. I've asked this question in the NDK group, but for the moment I still needing help. Does anyone more information about this? Thanks in advance. El jueves, 23 de agosto de 2012 16:51:25 UTC+2, lbendlin escribió: > > You most likely need the NDK for that. S

[android-developers] 【android-developers】 AndroidManifest.xml android:icon sampleCode

2012-08-26 Thread 安藤玲生
hello, Im japanese programmer. android:icon In the case to set up, there was the question and it mailed. Question1 : It is android:icon within the tag of AndroidManifest.xml. If there is set-up sample application, please let me know. Question2 : It is android:icon within the tag of AndroidManif

Re: [android-developers] Re: get the text in edit text on button click

2012-08-26 Thread Krishna Mahadik
Check if your EditText id is correct. Code is correct. On Mon, Aug 27, 2012 at 12:02 PM, vinay kumar wrote: > Hi vikas, > > I don't see any issue in your code, may I know what problem you are facing > with? > > > On Mon, Aug 27, 2012 at 11:55 AM, karuna vikas wrote: > >> activity implement

Re: [android-developers] Re: get the text in edit text on button click

2012-08-26 Thread vinay kumar
Hi vikas, I don't see any issue in your code, may I know what problem you are facing with? On Mon, Aug 27, 2012 at 11:55 AM, karuna vikas wrote: > activity implements OnClickListener > EditText text; > String editText; > public void OnCreate() > { >text = (EditText) findViewById(R.id.E

[android-developers] Re: get the text in edit text on button click

2012-08-26 Thread karuna vikas
activity implements OnClickListener EditText text; String editText; public void OnCreate() { text = (EditText) findViewById(R.id.EditText1); } inside the Button method{ editText = text.getText().toString() } On Saturday, June 2, 2012 11:36:47 PM UTC+5:30, Raghu wrote: > > hi, > >

[android-developers] Re: adding scrollView

2012-08-26 Thread karuna vikas
Kindly refer this link , http://stackoverflow.com/questions/7705510/android-scrollview-cant-be-created-programmatically & http://developer.android.com/reference/android/widget/ScrollView.html Thank You On Monday, August 27, 2012 10:53:50 AM UTC+5:30, Sadhna Upadhyay wrote: > > Hi Every

[android-developers] adding scrollView

2012-08-26 Thread Sadhna Upadhyay
Hi Everybody, Can some one tell me that how to programatically add scrollview in anddroid in which i have to set textView,actully i have added textview programatically but dont know how to add scrollview. -- You received this message because you are subscribed to the Google Groups "Android Dev

[android-developers] Re: Mouse Cursor in Android ICS

2012-08-26 Thread karuna vikas
How to solve the "Inject Event Permission" error to control the HOME Screen Application.? I have to slove this issue only. How it come possible.. It is too hard for me On Tuesday, August 21, 2012 11:48:43 AM UTC+5:30, karuna vikas wrote: > > Hi all, > How to create a Mouse cur

Re: [android-developers] Re: Best Source for Ads?

2012-08-26 Thread Vinothkumar Apparao
your right.. am also looking for the same On Mon, Aug 27, 2012 at 10:16 AM, Jason Sesso wrote: > I use admob. its alright but am sure others are better. > > On Sunday, August 26, 2012 9:02:45 PM UTC-7, Jungle Jim wrote: >> >> I am developing a free Android app that is almost ready to publish. I

[android-developers] Re: Best Source for Ads?

2012-08-26 Thread Jason Sesso
I use admob. its alright but am sure others are better. On Sunday, August 26, 2012 9:02:45 PM UTC-7, Jungle Jim wrote: > > I am developing a free Android app that is almost ready to publish. I want > to put a teeny weeny space for ads on it. > > What have been your experiences with the various

[android-developers] Best Source for Ads?

2012-08-26 Thread Jungle Jim
I am developing a free Android app that is almost ready to publish. I want to put a teeny weeny space for ads on it. What have been your experiences with the various ad servers? Should I just use Google Adsense, or have any of you had better results with other ad servers? -- You received thi

Re: [android-developers] Re: Jelly Bean, READ_LOGS and 'Application Lockers'

2012-08-26 Thread Kristopher Micinski
> Why should I not make that assumption? Those are public APIs in > ActivityManager and the polling part could be done 100 different ways > (Threads, Handler, TimerTasks, etc.) I guess I forget that Google has > removed public APIs in the past so there is nothing stopping them from doing > that aga

Re: [android-developers] Re: Jelly Bean, READ_LOGS and 'Application Lockers'

2012-08-26 Thread Tom
> You presume that the polling option will be maintained in future > releases in its current incarnation. I would not make that assumption. > Why should I not make *that *assumption? Those are *public *APIs in ActivityManager and the polling part could be done 100 different ways (Threads, Ha

[android-developers] Change in behavior of dialog windows since Android 4.x

2012-08-26 Thread frantz lohier
Dear All, Since the arrival of Android 4.x, it looks like dialog windows that are opened just before an activity goes into the pause state don't respond to button anymore (i.e., OnClickListener does nothing after the activity is paused while displaying a dialog). IS there anyone else experiencing

Re: [android-developers] How to Create Custom Firmware for Android Device?

2012-08-26 Thread erik wagner
Excellent, thanks. On Sunday, August 26, 2012 6:06:11 PM UTC-5, TreKing wrote: > > On Sun, Aug 26, 2012 at 5:52 PM, erik wagner > > wrote: > >> I am having a hard time finding something detailed and would appreciate >> any 'go here' that anyone could provide. > > > First step is to go to a gro

Re: [android-developers] How to Create Custom Firmware for Android Device?

2012-08-26 Thread TreKing
On Sun, Aug 26, 2012 at 5:52 PM, erik wagner wrote: > I am having a hard time finding something detailed and would appreciate > any 'go here' that anyone could provide. First step is to go to a group more dedicated to this topic: http://source.android.com/community/index.html -

[android-developers] How to Create Custom Firmware for Android Device?

2012-08-26 Thread erik wagner
Hi, I know this is a bit open ended but I am having a hard time finding something detailed and would appreciate any 'go here' that anyone could provide. I have seen various instances on messages and posts advising people that they cannot do a certain action and would need to create their own v

Re: [android-developers] Re: Jelly Bean, READ_LOGS and 'Application Lockers'

2012-08-26 Thread Mark Murphy
On Sun, Aug 26, 2012 at 5:10 PM, Tom wrote: > The removal of these was more upsetting to me > because at the end of the day they provide NO security benefit. If I REALLY > want to know when the top app changes I will just poll every 100ms. These > simply made it more efficient for me, no need to p

Re: [android-developers] Re: Jelly Bean, READ_LOGS and 'Application Lockers'

2012-08-26 Thread Kristopher Micinski
It's not just inconvenient because you have to poll: it's inefficient and forces the everlasting service pattern on an app, which means that you not only have to poll, you also have to write your app in a way that is inconsistent with good programming practices. kris On Sun, Aug 26, 2012 at 5:10

[android-developers] Re: Jelly Bean, READ_LOGS and 'Application Lockers'

2012-08-26 Thread Tom
For what it's worth, there were a few interesting APIs that could accomplish this effect much better. IActivityWatcher (no longer exists in Jelly Bean), available 1.5 - 4.0 and never required a permission IProcessObserver (now guarded by the SET_ACTIVITY_WATCHER permission in Jelly Bean), avail

[android-developers] Adding toolbar icons next to menu

2012-08-26 Thread dashman
How can I add icons next to he menu option...i believe Android 4.0+ Android 4.0 has the dot dot dot menu on the top right (could be tablet interface) - like to add small icons (ala toolbar) next to it. -- You received this message because you are subscribed to the Google Groups "Android Develo

Re: [android-developers] LVL service binding fails on ALLVIEW PC ALLDRO SPEED tablet

2012-08-26 Thread Dan Sun
Sorry, no news. I haven't tried this as our user opted for a refund. On Sat, Aug 18, 2012 at 10:05 PM, b0b wrote: > > > On Tuesday, 14 August 2012 23:10:38 UTC+2, Acubeware wrote: >> >> Thank you for your suggestion. I'll try this out if the user is willing >> and post my findings. >> >> >> > An

Re: [android-developers] java.lang.ClassNotFoundException: android.support.v4.os.ParcelableCompatCreatorHoneycombMR2 in test project

2012-08-26 Thread Mark Murphy
Make sure that you properly have the Android Support package attached to your project (e.g., android-support-v4.jar in your libs/ directory). On Sun, Aug 26, 2012 at 2:06 PM, nikhilesh wrote: > Hi Group, > > I created a project using the "support.v4" library. Now I am creating a test > project fo

[android-developers] java.lang.ClassNotFoundException: android.support.v4.os.ParcelableCompatCreatorHoneycombMR2 in test project

2012-08-26 Thread nikhilesh
Hi Group, I created a project using the "support.v4" library. Now I am creating a *test project* for my main app. But when I try to run it gives me the exception "*W/ClassPathPackageInfoSource(551): Caused by: java.lang.ClassNotFoundException: android.support.v4.os.ParcelableCompatCreatorHoney

[android-developers] Re: Is it posible to get Gogle to remove improper ("false") ratings?

2012-08-26 Thread John Coryat
That's typical of unscrupulous developer activity. I'll bet just about every developer who has a decent app has encountered this problem. There is hope on the horizon. When Google releases the "Developer replies to comments" feature to the general developer community, you'll at least be able to

Re: [android-developers] Re: WebView / setBuiltinZoomControls / setOnTouchListener

2012-08-26 Thread Sachin Gupta
I think WebView stops firing onTouch event once the zoom-controls are shown on web-view. I receive touch events even after using pinch zoom, provided zoom-controls are not shown yet. If it is not must to also show the on-screen zoom-controls, following can be used to solve the issue. myWebView.

Re: [android-developers]

2012-08-26 Thread vinay kumar
Yes please if you can. On Sun, Aug 26, 2012 at 4:24 PM, Sobia Awan wrote: > i have done this @viney kumar...shall i snd u code? > > > > On Sun, Aug 26, 2012 at 3:51 PM, vinay kumar wrote: > >> Hi sobia, >> >> Assuming you that your currently able to get the selected item from of >> your spinner

Re: [android-developers]

2012-08-26 Thread Sobia Awan
i have done this @viney kumar...shall i snd u code? On Sun, Aug 26, 2012 at 3:51 PM, vinay kumar wrote: > Hi sobia, > > Assuming you that your currently able to get the selected item from of > your spinner. > > Under the same function call > > startActivity(new Intent(current_class.this,calli

Re: [android-developers]

2012-08-26 Thread vinay kumar
Hi sobia, Assuming you that your currently able to get the selected item from of your spinner. Under the same function call startActivity(new Intent(current_class.this,calling_class.class)) instead of current_class.this you try calling the following methods. getApplicationContext(); All the

Re: [android-developers] Show a producer-consumer queue inside a Listview

2012-08-26 Thread Mark Murphy
On Sun, Aug 26, 2012 at 4:39 AM, Gianluca Cacace wrote: > I've a service which consume some tasks queued by an activity (this service > uploads each queued video to a http server). I want to show the upload > status in an activity (with a listview, like Youtube). What can I do to keep > in sync th

[android-developers] Check This one , this is my first Application in google play

2012-08-26 Thread surya pavan
https://play.google.com/store/apps/details?id=com.pawan.com&featur e=more_from_developer#?t=W251bGwsMSwyLDEwMiwiY29tLnBhd2FuLmNvbSJd -- Regards SuryaPavan Tanniru. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, sen

[android-developers]

2012-08-26 Thread Sobia Awan
Hi, I want to apply intent on spinner ,I have a spinner and when the user selects I want to call another java class using new Intent..Any Help please ManyThanks. -- *Sobia Awan* * Bs(cs)* ** -- You received this message because you are subscribed to the Google Groups "Android Developers"

[android-developers] Is it posible to get Gogle to remove improper ("false") ratings?

2012-08-26 Thread Terry
One one my free apps seems to be the victim of a smearing campaign from another app developer. My app has received a lot of high ratings from "ordinary" customers, but lately it has received an unproportionately high number of one start ratings, and they all refer to the other develper's app -

Re: [android-developers] How can I add description with respect to each image in image switcher..

2012-08-26 Thread vinay kumar
Hi Sobia, You can implement the same with baseAdapter. Regards Vinay Kumar On Sun, Aug 26, 2012 at 2:28 AM, Sobia Awan wrote: > Hi, > > I have a Image Switcher with some pictures , and I would like to have a Text > View that > changes with the pictures. Can anyone tell how to add description w

Re: [android-developers] More Than One Spinners

2012-08-26 Thread Sobia Awan
Thank you so much for your help...i have done this task with different method...now i m trying to apply intent on spinner selection..but it is not working properly...actually i want to call another java class using new Intent when users selects the spinner...Please help me ...Many Thanks. On Sun

[android-developers] Show a producer-consumer queue inside a Listview

2012-08-26 Thread Gianluca Cacace
I've a service which consume some tasks queued by an activity (this service uploads each queued video to a http server). I want to show the upload status in an activity (with a listview, like Youtube). What can I do to keep in sync the listview with the service progress? I don't know if it's a b