[android-developers] Re: Development Patterns

2011-05-12 Thread Kacee
Please read little more from http://developer.android.com Once you'll start writing Android code, these queries will go off On May 11, 2:08 pm, Cory Kaufman allspirits...@gmail.com wrote: Hi, Has anyone started cataloging common design patterns that arise when developing Android apps? For

[android-developers] holder.text.setText(Listdisplay.name[position]);

2011-05-12 Thread subha
Hi Android developer groups! Use the Typeface with holder means properly get output, i mean here * holder.text.setTypeface(tf);* , but how can set the Typeface here * holder.text .setText(Listdisplay.name[position]);* i mean how can use setTypeface with holder and setText? See below code

[android-developers] Re: NFC

2011-05-12 Thread nadam
The closest option currently available is NDEF push. http://developer.android.com/guide/topics/nfc/index.html#p2p Tag/card emulation is not included in Android yet. On 10 Maj, 06:24, abe chivtim...@gmail.com wrote: Hi, I'm a new one in android development, I wonder if I want to use Nexus S

[android-developers] Re: disable scroll when activity loads

2011-05-12 Thread Hitendrasinh Gohil
hi, is there anyone ? -- 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 For

Re: [android-developers] Re: disable scroll when activity loads

2011-05-12 Thread BHL
*My friend, I found a website to make big money online. There is address: http://BigExtraCash.com/_6a6b7d72.htm * -- 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

Re: [android-developers] NFC

2011-05-12 Thread BHL
*My friend, I found a website to make big money online. There is address: http://BigExtraCash.com/_6a6b7d72.htm* -- 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

[android-developers] R: Re: menu item disabled, but clickable

2011-05-12 Thread Zanarotti Michele
I haven't found anything like 'setClickable'. Where did you get it ? -- 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] Re: Android and JMX

2011-05-12 Thread Streets Of Boston
As far as i know, you can't do that. JMX (javax.management.**) is not supported by Android (not in android.jar) or by any third part library for Android. -- 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: (2nd try) Segmentation fault when loading a certain class from an OSGi framework under Android 2.2 2.3

2011-05-12 Thread Streets Of Boston
i can't help you with your particular problem, but I'm wondering why you write your Android app under an OSGi framework. That looks like overkill to me. Couldn't you use just plain Java? -- You received this message because you are subscribed to the Google Groups Android Developers group. To

[android-developers] Re: Programmatically add contact and start Dialer with some delay

2011-05-12 Thread viktor
Any ideas? On 11 Тра, 17:23, viktor victor.scherb...@gmail.com wrote: Hi, My app create new contact, inserts it into DB, and with little delay(300 - 500 мс) Dialer  will start with number of new contact. At first try Dialer shows only a number on the Screen, after second try it shows Full

Re: [android-developers] On CRC32, LVL and tamper-proof app

2011-05-12 Thread Dianne Hackborn
On Wed, May 11, 2011 at 8:47 PM, Nikolay Elenkov nikolay.elen...@gmail.comwrote: Does this work at all? The signature is different from the public key, so it shouldn't. Even if it did, if an attacker can repackage your application, they can replace the public key in the APK with their own.

Re: [android-developers] Re: Keep a service running continuously

2011-05-12 Thread Dianne Hackborn
Third party apps can not use android:persistent. Service.startForeground() is the formal way to say you can not be killed. This means the user must be aware that you are running (currently by posting a notification) so they can manage what is going on. For the vast majority of NFC uses though I

[android-developers] Aw: Re: (2nd try) Segmentation fault when loading a certain class from an OSGi framework under Android 2.2 2.3

2011-05-12 Thread Jan Krueger
Hello, well, in a way you are correct - it may looks as if this is an overkill. The background is that we are working as part of an research project, in which OSGi acts as the base technology for all the software developments. In this context, one of our goals is to show the flexibility of

[android-developers] Re: Develop apps on-the-fly?

2011-05-12 Thread Ubuntu Explorer
I would recommend trying the appinventor. It is the closest you can get to app. development without installing an SDK. You can develop using a browser. On May 12, 12:45 pm, Peter Webb r.peter.w...@gmail.com wrote: You can't develop Android applications entirely on Android phones. The SDK runs

[android-developers] Re: On CRC32, LVL and tamper-proof app

2011-05-12 Thread Shine
Does this work at all? The signature is different from the public key, so it shouldn't. Yes it works, I wrote MY_LONG_PUBLIC_KEY, but I meant signature. thank you for replying Dianne, I knew it's a matter of time. Since the app costs less than 3$, I hope the three implemented level of

[android-developers] Re: Android Start up

2011-05-12 Thread Goodwin
Please check the console log. On 5月9日, 下午6时19分, LiTTle littlep...@gmail.com wrote: Hi everyone, I am new in android development. I am coming from J2ME. I am trying to build my first Android application. The application is Hello World as it is described at Google's guidelines. I use Eclipse

[android-developers] Re: Android Start up

2011-05-12 Thread viktor
Did you declared your activity in the manifest file? On 9 Тра, 13:19, LiTTle littlep...@gmail.com wrote: Hi everyone, I am new in android development. I am coming from J2ME. I am trying to build my first Android application. The application is Hello World as it is described at Google's

Re: [android-developers] ndk5 exception crash with third-party library

2011-05-12 Thread Marcin Orlowski
On 11 May 2011 09:35, wasabee18 wasabe...@gmail.com wrote: Hi everyone, that's my first post, please be nice :) I beliee your problem shall be discussed on NDK list, not here (SDK). Regards, Marcin Orlowski *Tray Agenda http://bit.ly/trayagenda* - keep you daily schedule handy... *Date In

Re: [android-developers] Documentation

2011-05-12 Thread Marcin Orlowski
On 10 May 2011 19:34, Jorge Luis jorgelferr...@gmail.com wrote: Does anyone have any starting documentation for dummies like me that are used to structured language? Get used to OO languages (namely Java) first. Tons of books/tutorial on the subject. Regards, Marcin Orlowski *Tray Agenda

[android-developers] Re: R: Re: menu item disabled, but clickable

2011-05-12 Thread Zsolt Vasvari
Sorry, I was probably thinking of views. On May 12, 3:22 pm, Zanarotti Michele zanarotti.mich...@gmail.com wrote: I haven't found anything like 'setClickable'. Where did you get it ? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

Re: [android-developers] Setting the browser's user agent

2011-05-12 Thread Marcin Orlowski
On 10 May 2011 20:57, ZathrasOne ritter_br...@yahoo.com wrote: Is there an easy way to temporarily change the user agent of the browser (without modifying and recompiling the code)? You mean existing Browser app? Then no. Check other browsers but while I saw some allowing user agent change it

Re: [android-developers] Debugging errors in Eclipse

2011-05-12 Thread Kostya Vasilyev
Nothing. By default, Eclipse is not set up with Android sources for debugging. It's usually not necessary - just click Resume a few times, so the process of your application crashing is complete, and check the logcat for the error message. In other words, your application appears to be crashing

Re: [android-developers] Aw: Re: (2nd try) Segmentation fault when loading a certain class from an OSGi framework under Android 2.2 2.3

2011-05-12 Thread Kostya Vasilyev
2011/5/12 Jan Krueger n...@chat-about.de Hello, well, in a way you are correct - it may looks as if this is an overkill. The background is that we are working as part of an research project, in which OSGi acts as the base technology for all the software developments. In this context, one of

[android-developers] Rotate Image on bases of Velovity + GestureListener

2011-05-12 Thread shubham patni
Hello, I m rotating Image in onFling(MotionEvent e1, MotionEvent e2, final float velocityX, final float velocityY) method using RotateAnimation.Here I am using an fix angle to rotate image , pls suggest me how can I rotate angle based on velocity pls. Please suggest me how can handle it . --

[android-developers] Re: bind service in another aplication

2011-05-12 Thread ivan harmady
Oh thanks, you saved me after all. I didn't know what for is intent- filter, but now i fully understand it. thanks once more :)) On 25. Apr, 21:41 h., Mark Murphy mmur...@commonsware.com wrote: Your service needs to have an intent-filter, and your Intent needs to match that filter. For example:

[android-developers] Re: On CRC32, LVL and tamper-proof app

2011-05-12 Thread Zsolt Vasvari
http://jeff-vogel.blogspot.com/2011/05/final-answer-for-what-to-do-to... I totally agree with that blog post. I believe the vast majority of users, at least for non-trivial apps, resort to piracy not because they are too cheap to pay for it, but because the app is not available in the country

[android-developers] Does HTC Friend Stream has open API?

2011-05-12 Thread Xi Shen
Hi, Not all social accounts can be integrated with the HTC Friend Stream widget. I wonder if they have open API, so I can develop the integrate feature myself. -- Best Regards, Xi Shen (David) http://twitter.com/davidshen84/ -- You received this message because you are subscribed to the

[android-developers] Eclipse and Android source code

2011-05-12 Thread Jeje
Hi, I would like to debug Android framework; that's why, I followed the URL's steps : http://source.android.com/source/using-eclipse.html. Meanwhile, after creating a new Java Project, Eclipse display 3 errors : some JAVA_LIBRARIES are missing (google- common_intermediates, ...) then I delete

[android-developers] Re: good 2d physics engine

2011-05-12 Thread Jens
JBox2D is decent enough. If you're writing a game using the NDK you should probably use the normal Box2D, it compiles readily on Android. On 11 Maj, 20:28, bob b...@coolgroups.com wrote: Can anyone recommend a good 2d physics engine for Android? -- You received this message because you are

[android-developers] Message get disappeared when add SingleChoiceItems to alert dialog

2011-05-12 Thread ABS
Hi I am working on android app. but i stuck at one point when i tried to add SingleChoiceItems to alert dialog the alert message gets disapear.,i dont know why this happens here is my code snippet. //builder.setMessage(alertMessage).setCancelable(false);

[android-developers] Re: hash functions

2011-05-12 Thread Bob Kerns
Ah, I see your confusion, and I should have been more careful to forestall it. That's not what is meant here by a dictionary attack. What you describe is what is defended against by the iteration. The dictionary attack defended by a salt is where a *pre-computed* dictionary of keys for likely

[android-developers] Re: Does HTC Friend Stream has open API?

2011-05-12 Thread Zsolt Vasvari
Have you asked them? On May 12, 5:38 pm, Xi Shen davidshe...@googlemail.com wrote: Hi, Not all social accounts can be integrated with the HTC Friend Stream widget. I wonder if they have open API, so I can develop the integrate feature myself. -- Best Regards, Xi Shen (David)

[android-developers] Re: Order Sample Code by Complexity, Please

2011-05-12 Thread Bob Kerns
I understand what you're asking, but I don't think you're going to get what you're looking for. First, it's a lot of work. It's work that would be justified if you are teaching a course, but you'd probably do that with your own selection of examples. But more importantly -- there is no single

[android-developers] Device Admin Wipe

2011-05-12 Thread nigel
Hello; I am trying to use the Device Admin APIs to wipe the device. I have the code working but I hit a problem, so I went back to the original sample app in C:\android-sdk-windows\samples\android-8\ApiDemos. My target is Froyo. The problem is that the wipe only seems to work some of the time.

Re: [android-developers] Develop apps on-the-fly?

2011-05-12 Thread BHL
Every affiliate is provided with a *General affiliate link* upon signup. Your link is: * http://BigExtraCash.com/_6a6b7d72.htm* -- 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] Database corruption if I push apk again

2011-05-12 Thread CrazzyAndroidians
Hi, I have a application which has a database. I pushed the apk to device and it is working fine. Now when I put the same apk again after some modification, database is corrupted. I need to manually, remove the database using rm -r data/data/packagename/databases Why my database is corrupting if

Re: [android-developers] Android SDK Emulator setup

2011-05-12 Thread Aitor Mendaza Ormaza
http://tinyurl.com/3kb32vx http://stackoverflow.com/questions/4756382/android-tablet-emulator http://stackoverflow.com/questions/4756382/android-tablet-emulator On Wed, May 11, 2011 at 4:36 PM, range...@gmail.com range...@gmail.comwrote: How can I setup the emulator that came with the SDK to

Re: [android-developers] android jsoup

2011-05-12 Thread BHL
Every affiliate is provided with a *General affiliate link* upon signup. Your link is: * http://BigExtraCash.com/_6a6b7d72.htm* -- 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] Implement captcha in android?

2011-05-12 Thread Mohamed
Hi all, How to implement captcha in android like the following... http://www.codeproject.com/KB/aspnet/Ca ... aImage.gif Anybody help me ? Thanks Mubarak. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] Change GPS configuration

2011-05-12 Thread dep
Hi, I am developing a GPS application but I have realised that the NTP server of the gps.conf file is not the correct one. I need to change it (not in the application, just in my phone) in order to improve GPS performance, but I can only read the file since I do not have root permission to write.

[android-developers] Calling an Activity when phone is locked by clicking two times on the END_CALL button

2011-05-12 Thread souissi haythem
Hi, I need to call my Activity when user press two times on the END_CALL button (it need to work when the phone is locked). Is is that possible?? Thanks. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] Calling an Activity when phone is locked by clicking two times on the END_CALL button

2011-05-12 Thread souissi haythem
Hi, I need to call my Activity when user press two times on the END_CALL button (it need to work when the phone is locked). Is is that possible?? Thanks. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] Ang.: Re: 2.3 Platform Google APIs missing Licensing Service..?

2011-05-12 Thread Jan Skarvall
Same error on level 12. -- 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

[android-developers] UI Framework Bug?

2011-05-12 Thread authorwjf
Hello Android UI Gurus, I have been struggling for a few days now with an annoying UI issue. I've whittled the project down to nothing but a small demonstration of the problem. I admit I'm pretty new to Android UI work, but at the same time I'm an experienced, qualified engineer and I just can't

[android-developers] Error: Fragment already added

2011-05-12 Thread ku5ard
Hy all, i have a problem with the Fragments, and i really dont know how to solve it. hopefully somebody can help me. I have a layout for portrait mode: ?xml version=1.0 encoding=utf-8? RelativeLayout xmlns:android=http://schemas.android.com/apk/res/android;

[android-developers] need help with my Nexus S

2011-05-12 Thread GSDroid
Hello I was trying to install over the air 2.3.4, suddenly I am unable to boot the system. Currently it is saying that /system/build.prop no such file or directory. Can some one please help me. Thanks Gopal -- You received this message because you are subscribed to the Google Groups Android

Re: [android-developers] need help with my Nexus S

2011-05-12 Thread Jorge Luis
Have you tried to start it into recovery mode? With DEXT you have to turn the phone on holding the camera button, dunno is is the same with Nexus. Search 'bout recovery mode. 2011/5/12 GSDroid gsridh...@gmail.com Hello I was trying to install over the air 2.3.4, suddenly I am unable to

Re: [android-developers] Ang.: Re: 2.3 Platform Google APIs missing Licensing Service..?

2011-05-12 Thread Nikolay Elenkov
On Thu, May 12, 2011 at 10:35 PM, Jan Skarvall jan.skarv...@telia.com wrote: Same error on level 12. It's not part of the SDK, it's a separate library. You can download it using the Android SDK manager. -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: need help with my Nexus S

2011-05-12 Thread GSDroid
yes I have tried to recovery but it didn't help either Thanks Gopal On May 12, 7:30 am, Jorge Luis jorgelferr...@gmail.com wrote: Have you tried to start it into recovery mode? With DEXT you have to turn the phone on holding the camera button, dunno is is the same with Nexus. Search 'bout

[android-developers] Re: UI Framework Bug?

2011-05-12 Thread Yahel
I believe you have a case of view reusing. The ArrayAdapter will reuse row views whenever possible to preserve memory. So if you set a Bitmap to visible that might be what carries it as visible on usually the row X+5. So that you would need to reset everything on the view that was dynamically

[android-developers] Limit for number of strings in res/values/strings.xml

2011-05-12 Thread Oceanblue
As I am externalizing all possible user-prompt error strings, the strings file is becoming pretty big. The aim of course is to keep future localization in mind. Is there a limit or a best-practice standard to how many strings should be put in resources? Will the performance degrade after a

[android-developers] Re: UI Framework Bug?

2011-05-12 Thread authorwjf
I'm also including a few pics to illustrate the issue in case my text isn't entirely clear. [IMG]http://i53.tinypic.com/339oemx.png[/IMG] (http://tinypic.com/r/339oemx/7) [IMG]http://i53.tinypic.com/2qjhevo.png[/IMG] (http://tinypic.com/r/2qjhevo/7)

[android-developers] Re: UI Framework Bug?

2011-05-12 Thread authorwjf
Thanks, Yahel. I will give your suggestion a try this morning. -- 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] aapt.exe takes minutes to complete in eclipse build.

2011-05-12 Thread RickGillaspy
Since I've updated to api level 11, it seems that building is super slow. Sometimes when eclipse is building the project it hangs at 'android library update' for minutes at a time, and process explorer shows appt.exe pegging my CPU. I've tried all the workarounds I could find by googling. --

[android-developers] Re: UI Framework Bug?

2011-05-12 Thread authorwjf
Yahel's post got me to thinking. I modified the getView method of my data adapter to look like this: @Override public View getView(int position, View convertView, ViewGroup parent) { LayoutInflater vi = (LayoutInflater)c.getSystemService(Context.LAYOUT_INFLATER_SERVICE); View v =

[android-developers] In-app Billing Test

2011-05-12 Thread David Toledo
Hi All I cannot execute the app the test dungeon test . http://developer.android.com/intl/de/guide/market/billing/billing_testing.html#billing-testing-real Appears the following error: The market billing service is not available at this time. You can continue to use this app but you won't be

[android-developers] Re: In-app Billing Test

2011-05-12 Thread David Toledo
from Today, is available the option In App Billing in Peru and 99 country too. I can testing this functionality and I no appears the errors previous in my handset Thanks David 2011/5/12 David Toledo dtole...@gmail.com Hi All I cannot execute the app the test dungeon test .

[android-developers] Re: How is In App Billing?

2011-05-12 Thread Nathan
On May 9, 9:15 pm, Nikolay Elenkov nikolay.elen...@gmail.com wrote: On Tue, May 10, 2011 at 3:17 AM, Nathan critter...@crittermap.com wrote: I have looked at Urban Airship's solution. http://urbanairship.com/products/in-app-purchase/ Using third party solutions might violate the Developer

[android-developers] Android: how to draw an ImageView with the same size regardless of device?

2011-05-12 Thread Ab
I want to put a toolbar in my application. The toolbar will use ImageViews as application buttons. I would like the ImageViews to be the exact same size regardless device; by same size I mean that, when rendered to the screen, if I measure them with a ruler, the dimensions will be the same. I

Re: [android-developers] Android: how to draw an ImageView with the same size regardless of device?

2011-05-12 Thread Dianne Hackborn
Sorry as things are today you basically can't do this because many devices are not reporting the correct true screen dpi. If they did, the correct way to do this would be to use a physical unit for your dimensions --- that is 10mm if you want 10mm. But as I say, there are many devices out there

Re: [android-developers] Calling an Activity when phone is locked by clicking two times on the END_CALL button

2011-05-12 Thread Dianne Hackborn
Sorry you can't do this. On Thu, May 12, 2011 at 5:44 AM, souissi haythem haythe...@gmail.comwrote: Hi, I need to call my Activity when user press two times on the END_CALL button (it need to work when the phone is locked). Is is that possible?? Thanks. -- You received this message

Re: [android-developers] Re: UI Framework Bug?

2011-05-12 Thread Dianne Hackborn
Don't re-inflate each time. Implement this correctly, where you re-use the convertView if it is given. Just make sure you have the states of the views set up correctly before you return. On Thu, May 12, 2011 at 8:14 AM, authorwjf wfran...@softlayer.com wrote: Yahel's post got me to thinking.

[android-developers] Re: UI Framework Bug?

2011-05-12 Thread Yahel
Your solution seems to simple not reuse the views. I don't think you'll hit a performance issue speed-wise but you may want to check memory-wise as I believe this is the main reason behind this design. Especially if you have one bitmap per row, a long list of row could trigger Bitmap exceeds VM

Re: [android-developers] Re: UI Framework Bug?

2011-05-12 Thread Dianne Hackborn
Not reusing views will most likely cause a noticeable performance impact for things like scrolling through the list, since now every time a new item in the list is shown a while new view hierarchy needs to be built for it. Always always recycle views. On Thu, May 12, 2011 at 9:15 AM, Yahel

[android-developers] Re: Android: how to draw an ImageView with the same size regardless of device?

2011-05-12 Thread Ab
Diane, Thank you for your reply. I have 2 quick follow up questions: 1. I seems that the fact that 66 pixels shows on my Galaxy as 8mm, when it should be 10mm (based on provided dpi), is do to a false dpi returned from DisplayMetrics. The Galaxy screen measures 3.5 inches wide, and the specs

Re: [android-developers] Re: How is In App Billing?

2011-05-12 Thread Nikolay Elenkov
On Fri, May 13, 2011 at 12:58 AM, Nathan critter...@crittermap.com wrote: On May 9, 9:15 pm, Nikolay Elenkov nikolay.elen...@gmail.com wrote: On Tue, May 10, 2011 at 3:17 AM, Nathan critter...@crittermap.com wrote: I have looked at Urban Airship's solution.

[android-developers] Re: Development Patterns

2011-05-12 Thread Cory Kaufman
I'm not sure what you mean... I've already developed a few apps and have been heavily using developer.android.com. -- 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

[android-developers] Re: Usage Statistics

2011-05-12 Thread Edmund
Thank you both! On May 11, 8:14 pm, Marc Lester Tan mail...@gmail.com wrote: Take a look at UsageStatsService.java http://android.git.kernel.org/?p=platform/frameworks/base.git;a=blob;... http://android.git.kernel.org/?p=platform/frameworks/base.git;a=blob;...It monitors all the application

[android-developers] Re: Android: how to draw an ImageView with the same size regardless of device?

2011-05-12 Thread Ab
*Edit. Sorry, first sentence after 1. should read: IT seems that the fact that 66 pixels shows on my Galaxy as 8mm, when it should be 10mm (based on provided dpi), ISN'T DUE to a false dpi returned from DisplayMetrics. On May 12, 12:29 pm, Ab abe.oppenh...@gmail.com wrote: Diane, Thank you

[android-developers] Re: good 2d physics engine

2011-05-12 Thread Eamonn Dunne
Box2d is a good idea, its what angry birds uses. -- 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

Re: [android-developers] Development Patterns

2011-05-12 Thread TreKing
On Wed, May 11, 2011 at 1:08 PM, Cory Kaufman allspirits...@gmail.comwrote: It's worked out well for me to create a base class that extends Activity that all of my other activities extend, so I have a central place to put common functionality. What happens when you need a MapActivity? Or

[android-developers] Re: Development Patterns

2011-05-12 Thread joseph bashkar
: http://123maza.com/65/rings780/: http://123maza.com/65/rings780/ On May 11, 11:08 am, Cory Kaufman allspirits...@gmail.com wrote: Hi, Has anyone started cataloging common design patterns that arise when developing Android apps? For example: It's worked out well for me to create a base

[android-developers] Re: Development Patterns

2011-05-12 Thread joseph bashkar
: http://123maza.com/65/rings780/ On May 11, 11:02 pm, Kacee komal...@gmail.com wrote: Please read little more fromhttp://developer.android.com Once you'll start writing Android code, these queries will go off On May 11, 2:08 pm, Cory Kaufman allspirits...@gmail.com wrote: Hi, Has

[android-developers] Re: Development Patterns

2011-05-12 Thread joseph bashkar
: http://123maza.com/65/rings780/: http://123maza.com/65/rings780/ On May 12, 9:33 am, Cory Kaufman allspirits...@gmail.com wrote: I'm not sure what you mean... I've already developed a few apps and have been heavily using developer.android.com. -- You received this message because you are

[android-developers] Re: Development Patterns

2011-05-12 Thread joseph bashkar
: http://123maza.com/65/rings780/: http://123maza.com/65/rings780/ On May 12, 10:06 am, TreKing treking...@gmail.com wrote: On Wed, May 11, 2011 at 1:08 PM, Cory Kaufman allspirits...@gmail.comwrote: It's worked out well for me to create a base class that extends Activity that all of my

[android-developers] Re: good 2d physics engine

2011-05-12 Thread joseph bashkar
: http://123maza.com/65/rings780/: http://123maza.com/65/rings780/: http://123maza.com/65/rings780/ On May 11, 11:57 am, TreKing treking...@gmail.com wrote: On Wed, May 11, 2011 at 1:28 PM, bob b...@coolgroups.com wrote: Can anyone recommend a good 2d physics engine for Android? Always check

[android-developers] Re: good 2d physics engine

2011-05-12 Thread joseph bashkar
: http://123maza.com/65/rings780/: http://123maza.com/65/rings780/: http://123maza.com/65/rings780/ On May 11, 6:41 pm, TreKing treking...@gmail.com wrote: On Wed, May 11, 2011 at 7:26 PM, Kristopher Micinski krismicin...@gmail.com wrote: The problem with this is that inevitably whenever

[android-developers] Re: good 2d physics engine

2011-05-12 Thread joseph bashkar
: http://123maza.com/65/rings780/: http://123maza.com/65/rings780/: http://123maza.com/65/rings780/ On May 12, 9:53 am, Eamonn Dunne eamonn.du...@gmail.com wrote: Box2d is a good idea, its what angry birds uses. -- You received this message because you are subscribed to the Google Groups

[android-developers] Re: good 2d physics engine

2011-05-12 Thread joseph bashkar
: http://123maza.com/65/rings780/: http://123maza.com/65/rings780/ On May 11, 11:28 am, bob b...@coolgroups.com wrote: Can anyone recommend a good 2d physics engine for Android? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

[android-developers] Re: good 2d physics engine

2011-05-12 Thread joseph bashkar
: http://123maza.com/65/rings780/: http://123maza.com/65/rings780/ On May 11, 11:57 am, TreKing treking...@gmail.com wrote: On Wed, May 11, 2011 at 1:28 PM, bob b...@coolgroups.com wrote: Can anyone recommend a good 2d physics engine for Android? Always check the Google's first, as this type

[android-developers] Re: good 2d physics engine

2011-05-12 Thread joseph bashkar
: http://123maza.com/65/rings780/: http://123maza.com/65/rings780/: http://123maza.com/65/rings780/ On May 11, 6:41 pm, TreKing treking...@gmail.com wrote: On Wed, May 11, 2011 at 7:26 PM, Kristopher Micinski krismicin...@gmail.com wrote: The problem with this is that inevitably whenever

[android-developers] Re: good 2d physics engine

2011-05-12 Thread joseph bashkar
: http://123maza.com/65/rings780/: http://123maza.com/65/rings780/: http://123maza.com/65/rings780/ On May 11, 11:28 am, bob b...@coolgroups.com wrote: Can anyone recommend a good 2d physics engine for Android? -- You received this message because you are subscribed to the Google Groups

[android-developers] Re: good 2d physics engine

2011-05-12 Thread joseph bashkar
: http://123maza.com/65/rings780/: http://123maza.com/65/rings780/ On May 12, 3:07 am, Jens dunkingbikk...@gmail.com wrote: JBox2D is decent enough. If you're writing a game using the NDK you should probably use the normal Box2D, it compiles readily on Android. On 11 Maj, 20:28, bob

[android-developers] Re: good 2d physics engine

2011-05-12 Thread joseph bashkar
: http://123maza.com/65/rings780/: http://123maza.com/65/rings780/: http://123maza.com/65/rings780/ On May 12, 9:53 am, Eamonn Dunne eamonn.du...@gmail.com wrote: Box2d is a good idea, its what angry birds uses. -- You received this message because you are subscribed to the Google Groups

[android-developers] Re: Usage Statistics

2011-05-12 Thread joseph bashkar
: http://123maza.com/65/rings780/: http://123maza.com/65/rings780/ On May 11, 6:01 pm, Edmund chang.edm...@gmail.com wrote: Hi, I was wondering what type of services exist to track usage and what type of usage data it has available. For example, if I wanted to know how many times a certain

[android-developers] Re: Usage Statistics

2011-05-12 Thread joseph bashkar
: http://123maza.com/65/rings780/: http://123maza.com/65/rings780/ On May 11, 7:29 pm, TreKing treking...@gmail.com wrote: On Wed, May 11, 2011 at 8:01 PM, Edmund chang.edm...@gmail.com wrote: For example, if I wanted to know how many times a certain APK was launched. How long it was used

[android-developers] Re: Usage Statistics

2011-05-12 Thread joseph bashkar
: http://123maza.com/65/rings780/: http://123maza.com/65/rings780/: http://123maza.com/65/rings780/ On May 11, 8:14 pm, Marc Lester Tan mail...@gmail.com wrote: Take a look at UsageStatsService.java http://android.git.kernel.org/?p=platform/frameworks/base.git;a=blob;...

[android-developers] Re: Usage Statistics

2011-05-12 Thread joseph bashkar
: http://123maza.com/65/rings780/: http://123maza.com/65/rings780/ On May 12, 9:45 am, Edmund chang.edm...@gmail.com wrote: Thank you both! On May 11, 8:14 pm, Marc Lester Tan mail...@gmail.com wrote: Take a look at UsageStatsService.java

[android-developers] Re: Android: how to draw an ImageView with the same size regardless of device?

2011-05-12 Thread joseph bashkar
: http://123maza.com/65/rings780/: http://123maza.com/65/rings780/ On May 12, 9:10 am, Dianne Hackborn hack...@android.com wrote: Sorry as things are today you basically can't do this because many devices are not reporting the correct true screen dpi.  If they did, the correct way to do this

[android-developers] Re: Android: how to draw an ImageView with the same size regardless of device?

2011-05-12 Thread joseph bashkar
: http://123maza.com/65/rings780/: http://123maza.com/65/rings780/: http://123maza.com/65/rings780/ On May 12, 9:41 am, Ab abe.oppenh...@gmail.com wrote: *Edit.  Sorry, first sentence after 1. should read: IT seems that the fact that 66 pixels shows on my Galaxy as 8mm, when it should be 10mm

[android-developers] Re: UI Framework Bug?

2011-05-12 Thread joseph bashkar
: http://123maza.com/65/rings780/: http://123maza.com/65/rings780/: http://123maza.com/65/rings780/ On May 12, 7:13 am, authorwjf wfran...@softlayer.com wrote: Hello Android UI Gurus, I have been struggling for a few days now with an annoying UI issue. I've whittled the project down to

[android-developers] Re: Android: how to draw an ImageView with the same size regardless of device?

2011-05-12 Thread joseph bashkar
: http://123maza.com/65/rings780/: http://123maza.com/65/rings780/ On May 12, 8:50 am, Ab abe.oppenh...@gmail.com wrote: I want to put a toolbar in my application. The toolbar will use ImageViews as application buttons. I would like the ImageViews to be the exact same size regardless device;

[android-developers] Re: UI Framework Bug?

2011-05-12 Thread joseph bashkar
: http://123maza.com/65/rings780/: http://123maza.com/65/rings780/ On May 12, 7:47 am, Yahel kaye...@gmail.com wrote: I believe you have a case of view reusing. The ArrayAdapter will reuse row views whenever possible to preserve memory. So if you set a Bitmap to visible that might be what

[android-developers] Re: UI Framework Bug?

2011-05-12 Thread joseph bashkar
: http://123maza.com/65/rings780/: http://123maza.com/65/rings780/: http://123maza.com/65/rings780/ On May 12, 8:02 am, authorwjf wfran...@softlayer.com wrote: I'm also including a few pics to illustrate the issue in case my text isn't entirely clear.

[android-developers] Re: UI Framework Bug?

2011-05-12 Thread joseph bashkar
: http://123maza.com/65/rings780/: http://123maza.com/65/rings780/: http://123maza.com/65/rings780/ On May 12, 8:04 am, authorwjf wfran...@softlayer.com wrote: Thanks, Yahel.  I will give your suggestion a try this morning. -- You received this message because you are subscribed to the Google

[android-developers] Re: UI Framework Bug?

2011-05-12 Thread joseph bashkar
: http://123maza.com/65/rings780/: http://123maza.com/65/rings780/: http://123maza.com/65/rings780/ On May 12, 8:14 am, authorwjf wfran...@softlayer.com wrote: Yahel's post got me to thinking.  I modified the getView method of my data adapter to look like this: @Override public View

[android-developers] Re: UI Framework Bug?

2011-05-12 Thread joseph bashkar
: http://123maza.com/65/rings780/: http://123maza.com/65/rings780/: http://123maza.com/65/rings780/ On May 12, 9:12 am, Dianne Hackborn hack...@android.com wrote: Don't re-inflate each time.  Implement this correctly, where you re-use the convertView if it is given.  Just make sure you have the

[android-developers] Re: UI Framework Bug?

2011-05-12 Thread joseph bashkar
: http://123maza.com/65/rings780/: http://123maza.com/65/rings780/: http://123maza.com/65/rings780/ On May 12, 9:15 am, Yahel kaye...@gmail.com wrote: Your solution seems to simple not reuse the views. I don't think you'll hit a performance issue speed-wise but you may want to check

[android-developers] Re: UI Framework Bug?

2011-05-12 Thread joseph bashkar
: http://123maza.com/65/rings780/: http://123maza.com/65/rings780/: http://123maza.com/65/rings780/: http://123maza.com/65/rings780/ On May 12, 9:28 am, Dianne Hackborn hack...@android.com wrote: Not reusing views will most likely cause a noticeable performance impact for things like scrolling

[android-developers] Re: Android: how to draw an ImageView with the same size regardless of device?

2011-05-12 Thread joseph bashkar
: http://123maza.com/65/rings780/: http://123maza.com/65/rings780/ On May 12, 9:29 am, Ab abe.oppenh...@gmail.com wrote: Diane, Thank you for your reply.  I have 2 quick follow up questions: 1. I seems that the fact that 66 pixels shows on my Galaxy as 8mm, when it should be 10mm (based on

  1   2   3   >