[android-developers] Developing apps for multi width and resolution devices

2016-10-21 Thread DJ
Hi - I have a specification layout that is designed for a specific dp, but my need is to have it work for phones that are lower and higher in terms of dp screen width. How do i do it? Any pointers? -- You received this message because you are subscribed to the Google Groups "Android

[android-developers] Re: DeviceOrientation API can't get right data from Orientation Sensor

2012-04-15 Thread dj
anyone help? On 4月13日, 下午4时02分, dj wy...@163.com wrote: hi, allDeviceOrientationAPIhas been impremented in Android 4.0. But i can't use javascript to get right data form Orientation Senor. Accelerometer Sensor and MagneticField Sensor are registered in DeviceOrientationService.java when i

[android-developers] DeviceOrientation API can't get right data from Orientation Sensor

2012-04-13 Thread dj
hi, all DeviceOrientation API has been impremented in Android 4.0. But i can't use javascript to get right data form Orientation Senor. Accelerometer Sensor and MagneticField Sensor are registered in DeviceOrientationService.java when i addEventListener deviceorientation event, so I think the data

[android-developers] Control on Force Stop and Uninstall button of Android Device

2011-08-24 Thread DJ
I am new to Android App development.I want to get event on the force stop and uninstall button of Android device (menu button -- settings -- Application --Manage Application -- ). So after clicking on force stop and uninstall button I want to do some functionality. So how to do it.How to do this ?

[android-developers] XOOM #Androiddev questions at the MOTODEV Office Hours March 16th 2pm Pacific

2011-03-16 Thread DJ Ksar
hey everyone. I wanted to invite you to the first MOTODEV Office Hours happening March 16th at 2pm pacific at http://motodev.adobeconnect.com/officehours0316. I've seen lots of questions here on developing apps for the XOOM and wanted to make sure we get them answered and get your app to the

[android-developers] #androiddev podcast with Motorola, Foursquare, PayPal, and Adobe

2010-12-16 Thread DJ Ksar
http://mdpcyir2010-adev.eventbrite.com hey all. Just want to invite you all to today's (Dec. 16th) live MOTODEVhttp://developer.motorola.comAndroid Podcast with folks from Motorola, Adobe, Foursquare, and PayPal. Starts at 5pm pacific and will be streamed online for everyone to listen to

[android-developers] Twitter + contacts integration - what apis are used ?

2010-05-04 Thread dj
Hi, I'm looking at the new Twitter app, it makes interesting use of the contacts system. I'm not quite sure how it works, was looking if anyone can give a hint. I have a wiped nexus one, with no contacts in my contacts book. I used the option in the Twitter app called: Sync Contacts - Sync

[android-developers] WebView + setHttpAuthUsernamePassword not working for me

2010-04-13 Thread dj
Hi, I'm trying (desperately) to view a protected url in a WebView instance. I can view the url just fine using curl: curl -u username:password http://somesite.com/somefolder I'm trying the same with a WebView: WebView wv = ...; wv.setHttpAuthUsernamePassword(somesite.com, , username,

[android-developers] Need help for a proper way of using Listview paired with a background process

2010-01-28 Thread dj brikz
get the desired output? I tried to look at AsyncTask which people are saying that should be the right procedure to do this kind of task but I didn't find it fit to my requirements or maybe I just missed out something. Hoping for your help. Thanks, dj brikz -- You received this message

[android-developers] Android Developers Unite to Help Haiti

2010-01-26 Thread DJ Ksar
hey folks. Randy Ksar from Motorola and the MOTODEV program. I wanted to see if all Android developers can come together as a community and help the relief organizations in Haiti -- American Red Cross, Partners in Health, Mercy Corps, Doctors Without Borders, and UNICEF. I've created causes on

[android-developers] Re: Error to create an AVD - Ignoring add-on

2009-12-03 Thread Dj
Hi, I too am getting similar error, and not able to start my work. I am using Windows Vista. The command prompt output is coming as:- C:\Users\dj\Downloads\android-sdk_r3-windows\android-sdk-windows \toolsand roid list target Error: Ignoring add-on 'google_apis-5_r01': Unable to find base

[android-developers] Re: Need an invitation to google Wave?

2009-11-05 Thread dj
yes please! :) On Nov 1, 12:20 am, Auguste Lunang legraphi...@gmail.com wrote: Hi, i have some google wave. invits to share. tell me if u want .. thx -- 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] Have you used PhoneGap?

2009-04-28 Thread DJ Ksar
Was wondering if anybody here has used PhoneGap (http:// www.phonegap.com) before to build their Android app? Would love to hear your thoughts on the product. I'm interviewing Andre Charland(CEO and Co-Founder) and Joe Bowser (Android developer) of Nitobi (maker of PhoneGap) tomorrow (April 29)

[android-developers] Chat w/ Android App Developer Pixelpipe on Friday 2pm PST

2009-04-17 Thread DJ Ksar
hey folks. Randy Ksar here from @motodev. Thought you might be interested in the next MOTODEV Android developer podcast w/ Pixelpipe CEO Brett Butterfield and CTO Tracy Scott. It's happening tomorrow (April 17) at 2pm PST and stream lived at http://blogtalkradio.com/motodev. We'll be talking

[android-developers] How to Send SMS?

2008-09-01 Thread Dj
Hi all Any budy know how to send SMS. Plz give any example or link Thanks.. --~--~-~--~~~---~--~~ 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] My application use the GTalkService API

2008-08-18 Thread Dj
I'm happy with the new release of SDK. But it's a bad news for me. My application used the GTalkService API for multiplayer game communication and It's a main feature.. it's impossible for me to switch to the new SDK, and start the other implementation for the multiplayer game because i don't

[android-developers] Re: New SDK available - 0.9 SDK beta

2008-08-18 Thread Dj
My application used the GTalkServices API for a communication in multiplayer game. It's a bad news for me that this API is removed from the 0.9 SDK. If i'm continue to develop my application using the M5 SDK, the GTalkService is still supported by android isn't it? Because this API is one of the

[android-developers] Re: My application use the GTalkService API

2008-08-18 Thread Dj
) [EMAIL PROTECTED] wrote: Applications designed for M5 will not work on Android devices. You will have to update your code to work with the current SDK. Regards, Justin Android Team @ Google On Aug 18, 9:09 pm, Dj [EMAIL PROTECTED] wrote: I'm happy with the new release of SDK. But it's a bad

[android-developers] Re: My application use the GTalkService API

2008-08-18 Thread Dj
to work. Your application will not work on the newer SDK with the newer emulated environment. Cheers, Justin Android Team @ Google On Aug 18, 9:44 pm, Dj [EMAIL PROTECTED] wrote: Thanks for your reply Justin. I'm forget to tell you that i made this apps for my project at the college. So