[android-developers] Is the performance of a 3.0 ViewPropertyAnimator dramatically worse than changing multiple properties of a view directly and invalidating it?

2012-05-24 Thread duadinam
Hi Droids, I'm a newbie developer working, looking for some advice. I'm working on a project with a custom drag and drop, and we can't use the drag and drop framework. However, many properties will be changing at once. I'm looking into using the ViewPropertyAnimator setX setY function

Re: [android-developers] How to build row item child views that can overlap rows, for a custom calendar application

2012-05-04 Thread duadinam
Murphy (a Commons Guy) wrote: On Thu, May 3, 2012 at 9:40 AM, duadinam somethingcleve...@gmail.com wrote: 1) If each hour slot is a single row in a ListView, how do you create events that cross rows? It seems you would have to have views that belong to two parents, which doesn't

[android-developers] How to build row item child views that can overlap rows, for a custom calendar application

2012-05-03 Thread duadinam
Hi, I'm a fairly new Android Developer, and I'm working on a project to build a Calendar from scratch. We took a look at the Android Calendar source code, and it turns out that the Calendar UI is populated using Listviews; where each row represents a one hour slot. However, this approach

[android-developers] Re: shouldOverrideUrlLoading() loads old URL

2012-03-08 Thread duadinam
Hi, I'm new to android, but I think I know what your problem might be. shouldOverrideUrlLoading is a method of WebViewClient, not WebView. Look into WebViewClient. Also, I have my own problem with WebViewClient. My client will load new pages in my webview, but it will not update the

[android-developers] Re: Using v4 Fragments with v11 ActionBar tabs

2012-03-04 Thread duadinam
Take a look at the ActionBarSherlock library. It compliments the v4.support library for use with ActionBars. I test the demo on my phone and it works perfectly, its running 2.3.3. David On Tuesday, 19 April 2011 11:10:43 UTC-4, Dave Johnston wrote: I'm having trouble implementing

[android-developers] UML tool for Android?

2012-02-26 Thread duadinam
Hi I'm just wondering if there are any UML tools specifically for Android? I'd like to start using them. Or, if the ones that exist for Java, like eUML are useful for Android. I'd like a tool that with wireframing capabilities. David -- You received this message because you are subscribed to

[android-developers] Declare Multi-Dimensional string-array in Strings.Xml?

2012-02-23 Thread duadinam
Hi, I'd like to know if its possible to create multi dimensional arrays in strings.xml, or if their is a general array tag where this can be done. I'd like someting like this: string-array name=log string name=version x string name=version string-array name=major changes item, item,

[android-developers] How to Launch Fragments; getActivity() getView() in Fragment is Null; When does the Activity attach to the Fragment?

2012-02-21 Thread duadinam
Hello... I guess that subject was pretty loaded. But I've had this problem that I haven't been able to solve all day. (I'm new at Android and this is driving me a little crazy). I have an application utilizing fragments. The application is broken down into two two fragments, a ListFragment

[android-developers] How to Launch Fragments; getActivity() getView() in Fragment is Null; When does the Activity attach to the Fragment?

2012-02-21 Thread duadinam
Hello... I guess that subject was pretty loaded. But I've had this problem that I haven't been able to solve all day. (I'm new at Android and this is driving me a little crazy). I have an application utilizing fragments. The application is broken down into two two fragments, a ListFragment

[android-developers] Help with Error using Emulator with MapActivty

2012-02-13 Thread duadinam
Hello Group, I've actually got two questions. I'm work on a map application that will display the users position with a marker. Around the marker their will be an accuracy circle, and a text field. I can't get the program to launch on my emulator. I'm getting the following error: I have a

[android-developers] Android Application Crashes at Deployment

2012-02-11 Thread duadinam
Hi All I'm working on Android project that crashes when it is deployed. Other projects in the same workspace work fine. I increased the RAM usage on the AVD that I'm using to 1 GB. I don't think there is a memory leak because it seems to work on other peoples computer. I'd like to use the Memory

[android-developers] Android AVD simulator won't run Apps with XML Readers`

2012-01-26 Thread duadinam
Hi, I've been given an assignment to create an RSS feed reader. The project compiles, but I can't run it with any of the AVD's. It starts running and then it shuts down without displaying any views. Other applications works, but applications with XML readers that I downloaded also crash. If