Re: [android-developers] 3D Charts

2012-04-01 Thread s.rawat
I have done quiet a research on this.If you are looking for drawing pie,histograms, bar or line graphs for with 3D look.I beliver ther is not such library available.You can use aichart for some 2D charts.Or final solution is you can start using the google Chart APIS , they are very googd but they

Re: [android-developers] 3D Charts

2012-04-01 Thread s.rawat
There is a google group http://groups.google.com/group/achartengine?pli=1for achartengine http://www.achartengine.org/, lots of good code is floating around there you can join it. But I am afraid you will not get the 3D charting anywhere else. if you thought of using the Adobe Flex (using AIR 3.1

Re: [android-developers] 3D Charts

2012-04-01 Thread sourabh sahu
Sounds good.Can I use some part of Adobe Flex (AIR) in my android project for chart based reporting. Sourabh On Sun, Apr 1, 2012 at 12:42 PM, s.rawat imsaurabhra...@gmail.com wrote: There is a google grouphttp://groups.google.com/group/achartengine?pli=1for achartengine

[android-developers] Re: ContentProvider InstantiationException

2012-04-01 Thread Michael
Has there been any news on this error? I am having the same thing happen to me and I have been unable to find out what could be causing it. Thank you. On Friday, March 6, 2009 10:39:40 AM UTC-8, droozen wrote: Provider class public. Check: public class SavingsDbAdapter extends

Re: [android-developers] 3D Charts

2012-04-01 Thread Zsolt Vasvari
you may get tremendous fullfillment of the requirement you are having in your head. I don't want to know what that means -- 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] Re: Has ListView been modified in the latest SDK?

2012-04-01 Thread Zsolt Vasvari
I haven't noticed anything and I have some complex list items. On Sunday, April 1, 2012 10:22:22 AM UTC+8, Spooky wrote: I'm looking at two of my apps, both with a ListView, and for both, the ListView is defined/described (whatever you want to call it) the same in both XML and in Java

Re: [android-developers] Your Most Common Errors

2012-04-01 Thread Zsolt Vasvari
I would bet that the #1 most common problem is my R is screwed up. Symptoms include findViewById() returning something unexpected (e.g., a LinearLayout where you expected a Button). Solution is to clean the project (Project Clean from Eclipse or ant clean from the command line). I think

[android-developers] Re: Unbranded Android tablet

2012-04-01 Thread Zsolt Vasvari
For God's sake, get a freaking sticker or use photoshop to remove the branding. Much easier than to trying to dig up an unbranded tablet. On Sunday, April 1, 2012 1:56:41 AM UTC+8, bob wrote: Can someone recommend for me an unbranded Android tablet for Android dev? I want something

Re: [android-developers] Re: [Android - developers] Exponential Smoothing on Latitude and Langitude

2012-04-01 Thread agung wiguna johan
Hi David, thanks for your respond I already solved the problem here The problem's my mistake in a code at the smoothing formula, i use the wrong value Anyway, anybody here know about high pass filter? Thanks On Mon, Mar 26, 2012 at 5:51 PM, David Griffiths davi...@cordic.com wrote: Sorry, my

Re: [android-developers] Re: Has ListView been modified in the latest SDK?

2012-04-01 Thread Jim Graham
On Sun, Apr 01, 2012 at 12:48:48AM -0700, Zsolt Vasvari wrote: I haven't noticed anything and I have some complex list items. Ok, this just gets weirder and weirder I was just playing around with the XML file, trying ANYTHING, no matter how absurd, trying to find the cause. I found

Re: [android-developers] 3D Charts

2012-04-01 Thread Jim Graham
On Sun, Apr 01, 2012 at 12:42:20PM +0530, s.rawat wrote: There is a google group http://groups.google.com/group/achartengine?pli=1for achartengine http://www.achartengine.org/, lots of good code is floating around there you can join it. I was going to suggest that one, but couldn't remember

[android-developers] Hello Everyone, Is there anyway we can pass a listView from one activity to another

2012-04-01 Thread Soyer
I am trying to pass a list view from one activity to another and use it as a Text_to_speech. I converted the list view to a string (Using toString()) in the first activity and did work, but it's not so convenient since i can't manipulate the elements in the list(I can't use them)...i thought of

[android-developers] Re: Hello Everyone, Is there anyway we can pass a listView from one activity to another

2012-04-01 Thread lbendlin
Normally a listview is fed by an adapter. There is nothing stopping you from using the same adapter in different activities. On Sunday, April 1, 2012 8:53:45 AM UTC-4, Soyer wrote: I am trying to pass a list view from one activity to another and use it as a Text_to_speech. I converted the

[android-developers] Re: Hello Everyone, Is there anyway we can pass a listView from one activity to another

2012-04-01 Thread Soyer
Hello there, the part of my code which dispatch the string form the first activity to the second is : if (BluetoothDevice.ACTION_FOUND.equals(action)) { // Get the BluetoothDevice object from the Intent BluetoothDevice device =

[android-developers] Re: Textview gravity resets

2012-04-01 Thread adev
The adview and admob is all in the XML. I do not have any code related to it. So that is not dynamic. However, it seems that the height of the adview is not determined until the ad is loaded. When I start the app, the adview height seems to be zero, then after one or two seconds, it appears and

Re: [android-developers] Remove '@override' annotion

2012-04-01 Thread Anirudh Loya
Remove the widget library related to it ! On Sun, Apr 1, 2012 at 6:49 AM, Kirupa answerofandr...@gmail.com wrote: After sdk updatting I got more no of errors. that Remove '@override' annotion -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] Cache application

2012-04-01 Thread oneking
How to make an application to detect and delete the cache of applications? -- 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] How to sense the amplitude of mic while recording with audiorecord in android ?

2012-04-01 Thread vishnu raj
i am recording the sound with audiorecord in android and at the same time i want to get notified about the amplitude of the input voice I want to send peak values at interval of times as input to my service . Is it possible . Also

Re: [android-developers] Remove '@override' annotion

2012-04-01 Thread Harri Smått
On Apr 1, 2012, at 4:19 AM, Kirupa wrote: After sdk updatting I got more no of errors. that Remove '@override' annotion Could you provide a bit more specific information what SDK you updated (previous version, new version). Also it would be nice have an example method for which @Override does

Re: [android-developers] Remove '@override' annotion

2012-04-01 Thread Cristiano
I met the same questions from 2.3 update to 4.0 2012/4/2 Harri Smått har...@gmail.com On Apr 1, 2012, at 4:19 AM, Kirupa wrote: After sdk updatting I got more no of errors. that Remove '@override' annotion Could you provide a bit more specific information what SDK you updated (previous

Re: [android-developers] Cache application

2012-04-01 Thread Kristopher Micinski
why do you want to do this? What do you want to do? Most likely it will be impossible, and should be. kris On Sun, Apr 1, 2012 at 12:13 PM, oneking onekingg...@gmail.com wrote: How to make an application to detect and delete the cache of applications? -- You received this message because

[android-developers] AndroidHttpClient HttpGet with Basic Authorization

2012-04-01 Thread Ralph Bergmann | the4thFloor.eu
Hallo, why I can't add a Authorization header field to my get request? AndroidHttpClient client = AndroidHttpClient.newInstance(useragent); HttpParams httpParams = new BasicHttpParams(); HttpConnectionParams.setConnectionTimeout(httpParams, 15 * 1000);

Re: [android-developers] AndroidHttpClient HttpGet with Basic Authorization

2012-04-01 Thread Ralph Bergmann | the4thFloor.eu
found an example http://www.android-dev-faq.com/2011/11/how-to-make-httpdigest-client.html Am 01.04.12 20:25, schrieb Ralph Bergmann | the4thFloor.eu: Hallo, why I can't add a Authorization header field to my get request? AndroidHttpClient client =

Re: [android-developers] ListView and Database

2012-04-01 Thread Ricardo Santos
Hi Ted, Maybe I have understood the theory, now, but my code still do not work. So, my code looks like this: //This is my list view ListView charList = (ListView)findViewById(R.id.list); //This is the cursor that stores all the DB rows, I tested it and it works just fine Cursor

[android-developers] Hello everyone, what i have done so far regarding passing a ListView from one activity to another

2012-04-01 Thread Soyer
Hello everyone, i posted a question about passing a listview from one activity to another and this is what i did so far.. the first activity is this: Bundle bundle = new Bundle(1); bundle.putStringArrayList(fromLat, fromLat); Intent intent1=new

[android-developers] How to open an existing project in Eclipse

2012-04-01 Thread g...@deanblakely.com
I'm new to Android and Eclipse. I have been creating new projects in Eclipse with little problem but now I have downloaded an existing project entitled BingMapsAndroidSDK_v1.5. its supposed to be a working app demonstraiting how use use Bing Maps on Android. The directory structure looks like

Re: [android-developers] How to open an existing project in Eclipse

2012-04-01 Thread Mark Murphy
Try File Import from the main menu. If that fails to find a project, then the ZIP file does not contain Eclipse project files. In that case: Step #1: File New Project from the main menu Step #2: Choose Android Project from the roster of project types Step #3: Choose Create project from

[android-developers] Return formatted time

2012-04-01 Thread aikidoguy
Im trying to get the time a button is pressed and display it on the screen case R.id.btoMovies: statuschange.setText(To Movies); mystatus=2; Time now = new Time(); now.setToNow();

[android-developers] Return formatted time

2012-04-01 Thread aikidoguy
Im trying to get the time a button is pressed and display it on the screen case R.id.btoMovies: statuschange.setText(To Movies); mystatus=2; Time now = new Time(); now.setToNow();

Re: [android-developers] Return formatted time

2012-04-01 Thread Mark Murphy
Use SimpleDateFormat. On Sun, Apr 1, 2012 at 7:34 PM, aikidoguy clayrichmo...@gmail.com wrote: Im trying to get the time a button is pressed and display it on the screen case R.id.btoMovies:                        statuschange.setText(To Movies);                        mystatus=2;        

Re: [android-developers] AndroidHttpClient HttpGet with Basic Authorization

2012-04-01 Thread Nikolay Elenkov
On Mon, Apr 2, 2012 at 4:15 AM, Ralph Bergmann | the4thFloor.eu ra...@the4thfloor.eu wrote: found an example http://www.android-dev-faq.com/2011/11/how-to-make-httpdigest-client.html The implementation in Android is however broken: it uses a fixed nonce of 1. If you server is actually

Re: [android-developers] Your Most Common Errors

2012-04-01 Thread Nikolay Elenkov
On Sun, Apr 1, 2012 at 4:09 AM, Raghav Sood raghavs...@androidactivist.org wrote: Hi all, I'm working on compiling a list of the commonly faced Android errors, and how to solve them. .. Errors related to Eclipse problem are also welcome. killall -s 9 eclipse Works like a charm. -- You

[android-developers] saving camera preview frames to a file with minimum slow-down

2012-04-01 Thread Qianqian Fang
hi list I'd like to get some advice on optimizing file IO of a camera-frame processing code I am working on. I used the setPreviewCallbackWithBuffer() method to capture each preview frame and do some processing in the real-time. The processed frame (an int array) is then save to the sdcard. I

Re: [android-developers] saving camera preview frames to a file with minimum slow-down

2012-04-01 Thread Nikolay Elenkov
On Mon, Apr 2, 2012 at 10:42 AM, Qianqian Fang fan...@gmail.com wrote: hi list I'd like to get some advice on optimizing file IO of a camera-frame processing code I am working on. I used the setPreviewCallbackWithBuffer() method to capture each preview frame and do some processing in the

Re: [android-developers] Your Most Common Errors

2012-04-01 Thread Kristopher Micinski
On Sat, Mar 31, 2012 at 3:09 PM, Raghav Sood raghavs...@androidactivist.org wrote: Hi all, I'm working on compiling a list of the commonly faced Android errors, and how to solve them. I sincerely doubt I've encountered all of them personally, hence this post. Which are the errors that you

[android-developers] Re: Textview gravity resets

2012-04-01 Thread adev
Also, even if I did do it dynamically, how do I know when to do it? I would need to trigger the gravity code to run after the ad has been loaded or when the gravity gets changed. Is there a way to trigger off one of these events? On Apr 1, 9:54 am, adev enric...@gmail.com wrote: The adview and

[android-developers] Looking for a favour from someone with an Android 1.6 device

2012-04-01 Thread William Ferguson
Could someone with an Android-1.6 device please do me a favor? Download https://play.google.com/store/apps/details?id=au.com.xandar.jumblee (it's free) Start the app, after the license and how to play you'll get to the OverviewScreen. Choose start new game. It might take a couple of seconds

[android-developers] Re: Textview gravity resets

2012-04-01 Thread adev
I've tried dynamically changing each text view, but nothing happens when I change it. Is there anything thing else that would cause a text view to APPEAR to be left justified eventhough gravity is still set to RIGHT? On Apr 1, 9:54 am, adev enric...@gmail.com wrote: The adview and admob is all

Re: [android-developers] AndroidHttpClient HttpGet with Basic Authorization

2012-04-01 Thread Michael Banzon
You need to add Basic in front of the Authorization parameter (if you are using basic auth.). The base64 encoded string also needs both username and password. This is from a working example: method.addHeader(Authorization, Basic + Base64.encodeBytes(new String(this.username + : +

Re: [android-developers] AndroidHttpClient HttpGet with Basic Authorization

2012-04-01 Thread Nikolay Elenkov
On Mon, Apr 2, 2012 at 10:10 AM, Nikolay Elenkov nikolay.elen...@gmail.com wrote: On Mon, Apr 2, 2012 at 4:15 AM, Ralph Bergmann | the4thFloor.eu ra...@the4thfloor.eu wrote: found an example http://www.android-dev-faq.com/2011/11/how-to-make-httpdigest-client.html The implementation in

Re: [android-developers] AndroidHttpClient HttpGet with Basic Authorization

2012-04-01 Thread Nikolay Elenkov
On Mon, Apr 2, 2012 at 1:13 PM, Michael Banzon mich...@banzon.dk wrote: You need to add Basic in front of the Authorization parameter (if you are using basic auth.). The base64 encoded string also needs both username and password. This is from a working example:

[android-developers] Wake-lock instance.

2012-04-01 Thread Put_tiMe
The PowerManager.newWakeLock() will return a new instance of a wake lock every time. If I have an intent service or an alarm manager service, then I won't have an instance to store this wake lock. Whereas I want to work on one instance of the wake-lock object. How do I handle this

Re: [android-developers] AndroidHttpClient HttpGet with Basic Authorization

2012-04-01 Thread Michael Banzon
I am sure that Ralph will be absolutely ecstatic about that - can you imagine that - a working example that require less code/library inclusion compared to my app - absolutely magnificent! Personally the first part (working) would be my clear focus. Have a nice day ;-) On Mon, Apr 2, 2012 at

Re: [android-developers] AndroidHttpClient HttpGet with Basic Authorization

2012-04-01 Thread Nikolay Elenkov
On Mon, Apr 2, 2012 at 1:54 PM, Michael Banzon mich...@banzon.dk wrote: I am sure that Ralph will be absolutely ecstatic about that - can you imagine that - a working example that require less code/library inclusion compared to my app - absolutely magnificent! I didn't post the example, but I

[android-developers] Selection and Highlight text in Webview

2012-04-01 Thread Satya
Hi All, I need to select and highlight text in webview. I already used clipboard manager and javascript solutions but i need to select any paragraph and highlight it permanently can any one help me for this.. Thanks Satya -- You received this message because you are subscribed to the Google