Re: [android-developers] Will android.permission.VIBRATE permission make my app invisible to tablets(in Android Market)?

2011-09-23 Thread kdı gjofd
Yes..it will be..and people will know to you want to use vibrate service..İf people dont want to vibrate via app they wont download it..So simple 2011/9/23, Kakyoin lgmc...@gmail.com: I've read about Android Market filtering which involve uses-feature tag. But what about permission? Will

Re: [android-developers] Re: bitmap reuse via BitmapFactory.Options.inBitmap?

2011-09-23 Thread kdı gjofd
Thanks 2011/9/23, elliot elliot.nathan...@gmail.com: If anyone needs an example, here you go- public class BitmapReuseActivity extends Activity { private Paint mPaint = new Paint(); private Rect mRect = new Rect(0,0, 123, 109); private Canvas mCanvas = new Canvas();

Re: [android-developers] .html filed loading problem.how to i will solve it

2011-09-23 Thread kdı gjofd
yYes...you should enable javacsript.. 2011/9/23, Chirag Raval chirag.android.develo...@gmail.com: Hi Shital Please try below code. WebView mWebView=(WebView)findViewById(R.id.mWebView); mWebView.loadUrl(file:///android_asset/html/raj.html);            

Re: [android-developers] openmax framework android

2011-09-23 Thread kdı gjofd
i dont know what is openmax :D 2011/9/23, ProblemZone navi44...@gmail.com: i want to integrate openmax framework android for media player , give me guide line for implement that one. -- You received this message because you are subscribed to the Google Groups Android Developers group. To

Re: [android-developers] Will android.permission.VIBRATE permission make my app invisible to tablets(in Android Market)?

2011-09-23 Thread kdı gjofd
Every android phones got vibrate but you want to use multitouch and not every phone god multitouch..So android market will filter for doesnt have multitouch feature 2011/9/24, Dianne Hackborn hack...@android.com: No, there is no vibration feature. All of the features are defined in the

[android-developers] My Android apps using 3D... FRAME count ?

2011-09-22 Thread kdı gjofd
hi.i developed 3D game..i tryed it my phone NEXUS ONE and works fine..i am wonder that is it same performance other phones ?? Can i fix Frames to 60 or more ?? Because when the frame getting bad swipe is getting hard.. Thank you and link :

Re: [android-developers] Re: android.git.kernel.org is down

2011-09-22 Thread kdı gjofd
Yes .. it done.. 2011/9/22, Chris crehb...@gmail.com: How is it under that rock you live under? It's been down for weeks and has been covered ad-nauseam. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

Re: [android-developers] App closed but notification is visible

2011-09-22 Thread kdı gjofd
Yes ... it will be.. You must cancel your notification via your notification ID..you gived id for create it and you should use id for destroy.. 2011/9/21, TreKing treking...@gmail.com: On Wed, Sep 21, 2011 at 2:03 AM, b_t bartata...@gmail.com wrote: Do you know how can it happen that my app

Re: [android-developers] Re: Google Development phones

2011-09-22 Thread kdı gjofd
Nexus Prime will come..if you think to buy Nexus One..i god nexus one..it is good for cpu but Multitouch and resuliton is problem..You can look at youtube for multitouh problem.. Nexus S ... i didnt used it but good i think.. if you god money you can buy Nexus Prime if you can wait 2011/9/21,

Re: [android-developers] Flash and Air and the marketplace

2011-09-22 Thread kdı gjofd
Not off course..Some phones doesnt have Flash..and flash is bad for application..it couse getting slow running.. 2011/9/21, Josh foxvalleysoc...@gmail.com: Im curious if Flash android apps are getting accepted into the market place. Do they perform just as well as the apps designed in java?

Re: [android-developers] Re: SqlLite Database

2011-09-22 Thread kdı gjofd
it is easy to create in programm...And you can olso use Firefox plugin..You can import all sqlite databese 2011/9/21, lbendlin l...@bendlin.us: You can create databases with a number of tools. I use the mozilla Firefox browser and SQLite manager plugin -- You received this message because

Re: [android-developers] Re: Android is worst os mobile is this true

2011-09-22 Thread kdı gjofd
Yes..Linux Sax..But android seems good 2011/9/22, Peter Sinnott psinn...@gmail.com: On Sep 21, 10:41 pm, TreKing treking...@gmail.com wrote: On Wed, Sep 21, 2011 at 2:45 PM, Peter Sinnott psinn...@gmail.com wrote: On Sep 21, 2:47 am, Dianne Hackborn hack...@android.com wrote: Also,

Re: [android-developers] can we know the phone no of the device.

2011-09-22 Thread kdı gjofd
READ_PHONE_STATE permission you should add... But if it is Tablet PC or mp4 player for android(not now) it will return null..You can try catch block for good performance 2011/9/21, TreKing treking...@gmail.com: On Wed, Sep 21, 2011 at 2:46 AM, krishna chaitanya chaitanya.ju...@gmail.com wrote:

Re: [android-developers] Re: Android is worst os mobile is this true

2011-09-22 Thread kdı gjofd
Arabic is support i think..Turkish language support after 2.3.3 but Android Market and paid apss is not supporting 2011/9/22, martypantsROK martyg...@gmail.com: what's wrong with your android phone? My can and does have Arabic. Mine can redial. Mine can do voice mail - although that's more a

Re: [android-developers] When is onSurfaceCreated called??

2011-09-22 Thread kdı gjofd
You can integrate it from main.xml ..Create area for Surfaceview and describe for your app.. Link by findViewById(R.id.surfaceview) and use it.. 2011/9/21, ruchira ruchira...@gmail.com: I am asking this question as I have been stuck with this issue for almost a month that the surface created

Re: [android-developers] Re: C2DM - phone send data back to Google Cloud (in addition to normal Cloud to Phone)?

2011-09-22 Thread kdı gjofd
can you give us example project ?? PLEASE 2011/9/22, Streets Of Boston flyingdutc...@gmail.com: Nope. The phone gets notified from C2DM if something happens.That's it. Then it's the task of your app to communicate (two-way if necessary) with your app's server. -- You received this message

Re: [android-developers] Re: Activity Help

2011-09-22 Thread kdı gjofd
SQL prolem .. 2011/9/22, Derek Winstead derekwinste...@gmail.com: Here is my trace: 09-22 10:28:09.341: WARN/ActivityManager(59): Activity idle timeout for HistoryRecord{450d4220 com.myMinistry/.gui.LiteratureEditor} 09-22 10:28:14.575: DEBUG/dalvikvm(128): GC_EXPLICIT freed 908 objects /

Re: [android-developers] Posibility of reading Wii controllers with bluetooth library?

2011-09-22 Thread kdı gjofd
yes..but i think i woundnt be possible 2011/9/21, tobiasbp tobia...@gmail.com: Hello group. I'm considering writing an app that would need to read data from Wii controllers. Is that possible out of the box with the SDK? Would I need a 3rd party library? Any suggestions much appreciated.

Re: [android-developers] Re: savedInstanceState always null

2011-09-22 Thread kdı gjofd
Android page says..You newer can handle Home button..it is easy to understant.. if you can handle home button you can newer close program..You always start intent..That is bad for users.. For that you cant handle home button press... 2011/9/22, kaciula catalin.moro...@gmail.com: What you are

Re: [android-developers] Tapping into full duplex audio stream from Bluetooth Headset or Handsfree Profiles?

2011-09-22 Thread kdı gjofd
maybe 3 party sdk will do it 2011/9/22, Jason jhoove...@gmail.com: Many embedded bluetooth chip providers advertise a full duplex audio connection to the mobile phone. Is there a way to programmatically tap into that full duplex stream? It seems to me thus far that the HSP and HFP bluetooth