[android-developers] Google Calendar Push Notifications

2017-02-15 Thread Howard O Laoi
Hi I want to build an app and was looking for some advice - I have no programming experience but can learn. I want to use google calendar push notifications and capture the data from those notifications. I think you have to have your own domain website. I was going to register one but then

[android-developers] BluetoothSocket.connect() throwing exception “java.io.IOException: read failed, socket might closed or timeout, read ret: -1”

2016-07-04 Thread f . o . santos97
Good night! I'm studying the Bluetooth API and I'm facing a problem when trying to connect and pair to bluetooth devices. After a lot of research, I've found that after Jelly Bean, bluetooth doesn't work the same way and I've found the following code that could overcome the pairing problem:

[android-developers] language of IDE android Studio

2016-02-28 Thread Ignacio O
I update windows 8 to windows 10 an my IDE now have a diferente languaje in menus, idont now how change, add an image. HELP ME! -- You received this message because you are subscribed to

Re: [android-developers] How to Send MMS

2013-05-15 Thread kennedy O James
On May 14, 2013 9:54 PM, askl amal...@gmail.com wrote: Dear All, Please help me, how to send a *MMS *in Android Programmatically*. Please give a sample code for that.* *Thanks* *ASK.* -- -- You received this message because you are subscribed to the Google Groups Android Developers

Re: [android-developers] Re: How to change default HIPRI connection expiry?

2012-04-27 Thread Mohamed Chakib O.
Thank you! I will give it a try Le 26 avril 2012 19:33, Robert Greenwalt rgreenw...@google.com a écrit : If you are making your own system image you can set the expiration timeout (or turn it off) through config.xml settings. If you are not making a new system image you cannot adjust the

[android-developers] Contextual Action Bar color theme

2012-02-08 Thread Alex O.
Hi, The UI core elements for the Holo Light seem to be focused on two colors - green or blue: http://www.flickr.com/photos/takenbyhim/5933010235/ However, the Contextual Action Bar seems to come only in green. Is there any built-in style that makes it blue? Are there any easy ways to theme the

[android-developers] Re: Power harvesting in Accessory mode

2012-01-18 Thread Alex O.
. This though has implications on battery of your android device but in case your USB device just needs to be connected for small durations, this would be a perfect path to follow. Cheers Pankaj On Fri, Jan 13, 2012 at 8:45 PM, Alex O. alex.c.olte...@gmail.com wrote: Hello, Let me

[android-developers] Re: Power harvesting in Accessory mode

2012-01-13 Thread Alex O.
as well? Best regards, Alex On Jan 8, 10:27 am, Alex O. alex.c.olte...@gmail.com wrote: Hi all, We are interested in developing an USB dongle for Android devices. We consider implementing the Open Accessory protocol for the dongle, so it would work with both tablets and phones, without changes

[android-developers] Power harvesting in Accessory mode

2012-01-08 Thread Alex O.
Hi all, We are interested in developing an USB dongle for Android devices. We consider implementing the Open Accessory protocol for the dongle, so it would work with both tablets and phones, without changes in the kernel for the Android device. However, if I understand this correctly, the dongle

[android-developers] Android in ARM926EJ CPU

2011-04-08 Thread m@o
Hola tengo un miniPC con las siguientes caracteristicas: Samsung S3C2416X 400MHz - 32 bit RISC architecture ARM926EJ CPU core 16-bit 64MB/133MHz DDR2 memory - 512K Byte SRAM 2GB NAND Flash 7” 800x480 TFT Host USB x 1 Device USB x 1 SD/MMC card port 2-wire RS232 x 2 8-wire RS232 x 1 GPIO x 8 GPS

Re: [android-developers] Re: ideal system configuration for developing Android 3 apps

2011-03-22 Thread David A. O. Lozano
I'm new on android dev, so how much had changed 3.0 from previous version? (I guess you can develop in 2.x an debug normally then test 3 specific functionality on device Chris Stewart cstewart...@gmail.com wrote: Honestly, if you have any serious intention of developing for Android 3.0, you

[android-developers] Re: Drag and Drop

2011-02-17 Thread Oded O.
Maybe this will help: http://code.google.com/p/mobile-anarchy-widgets/wiki/Drag_and_Drop Regards, Oded -- 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

Re: [android-developers] Re: Share some of my work - DragDrop framework

2011-02-15 Thread Oded O.
I'll leave that to your imagination. I needed this functionality in an app that allows the user to drag cameras (list of camera names) into tiles, and upon dropping, the live stream begins. But the sky is the limit :-) -- You received this message because you are subscribed to the Google

Re: [android-developers] Share some of my work - DragDrop framework

2011-02-13 Thread Oded O.
The code is there http://code.google.com/p/mobile-anarchy-widgets/source/browse/#svn%2Ftrunk%2FWidgets%2Fsrc%2Fcom%2FMobileAnarchy%2FAndroid%2FWidgets%2FDragAndDrop It's GNUv3... I'm not familiar with all the nuances of open source licensing world. GNUv3 isn't open enough? Oded -- You received

Re: [android-developers] Share some of my work - DragDrop framework

2011-02-13 Thread Oded O.
I'm not sure I can change the license type on Google Code after a project is created... But in any case... what type of license do you recommend (considering the fact that I want my code to be completely free and open for everyone) Thanks, Oded -- You received this message because you are

Re: [android-developers] Share some of my work - DragDrop framework

2011-02-13 Thread Oded O.
Changed to BSD. Enjoy. -- 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] Share some of my work - DragDrop framework

2011-02-13 Thread Oded O.
Sorry for that... I'm coming from the .NET world (5+ years of C# development) where CamelCasing is the way to go... I'm still adjusting, and had no way of knowing that upper-cased namespaces can be problematic BTW, why is this an issue, and on what machines? -- You received this message

[android-developers] Share some of my work - DragDrop framework

2011-02-12 Thread Oded O.
Hi, I've just finished the first iteration on my dragdrop framework I'm building. http://code.google.com/p/mobile-anarchy-widgets/wiki/Drag_and_Drop?ts=1297527301updated=Drag_and_Drop You can download the full source code from: http://code.google.com/p/mobile-anarchy-widgets/ or the compiled

[android-developers] Re: call .net web service from android

2011-01-18 Thread Oded O.
Change this line: tv.setText(pppss error occured...); To: Log.e(pppss error occured..., e) and examine the logcat panel for the full stack trace. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] AnimationSet - Scaling and moving at the same time

2011-01-18 Thread Oded O.
I'm building a new layout engine (and hopefully open-source it once I'm done) I need to scale and move a tile from one position on the screen to another. When I only move, the coordinates seems to be OK (the top-left corner of the tile is positioned exactly where it should be)

[android-developers] Re: AnimationSet - Scaling and moving at the same time

2011-01-18 Thread Oded O.
The strange thing is, that I scale the view and set the top-left corner as the pivot point of the scale... while the transform (moving) of the views is also set-up using the top-left corner as the anchor... so logically, we shouldn't have encountered any issue... How (and where) do I post a

Re: [android-developers] Re: Will no longer support Android 1.5

2011-01-18 Thread Oded O.
http://developer.android.com/resources/dashboard/platform-versions.html You can target 1.6 and still enjoy the speed boost of 2.2 if that's the version you are running on... Unless you are using Version-Specific API calls, I would try to target the lowest version possible (but not lower than

[android-developers] Re: Sliding Drawer question

2011-01-18 Thread Oded O.
You can also see a view I built: http://code.google.com/p/mobile-anarchy-widgets/wiki/DockPanel The full source code is available there Good luck -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] Re: Will no longer support Android 1.5

2011-01-18 Thread Oded O.
How does the analytics API handle offline scenarios? is it possible to store all the interaction of the user offline, and post it in a single bulk request to the analytics server? I know they support bulk submission, but the API states that the entire bulk will be registered with the same time

[android-developers] Determining whether StageFright or OpenCore is in use?

2010-10-28 Thread Ben O
I have an app that needs some conditional code depending on whether it's using the old-style OpenCore media platform or StageFright. I noticed trouble on rooted phones where StageFright is disabled, and on the Droid X where it still seems to use OpenCore out of the box, so keying strictly off

Re: [android-developers] Re: Keeping the monkey out of the preferences

2010-10-12 Thread /remymartin/ O
keep your pre ferrences off mon key svp On Tue, Oct 12, 2010 at 1:03 AM, joebowbeer joe.bowb...@gmail.com wrote: The DeviceAdminSample tests if the user is a monkey: http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/app/DeviceAdminSample.html

[android-developers] Interface Plugin?

2010-09-16 Thread Emilio O
http://www.youtube.com/watch?v=e1qG6z6BbYQ at 1:48, does he use a plugin to edit the .xml for the layout because mine looks totally different. It's just plain code. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers]

2010-07-13 Thread o
-- 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 more options, visit

[android-developers] Re: How to use PathClassLoader for files that are not installed.

2010-05-21 Thread Craig O Connor
declared this activity in your AndroidManifest.xml. So I'm a bit stumped here. This activity is declared in the Manifest of the apk I am trying to run. I can't declare it in my applications Manifest. Any ideas? Thanks, Craig On May 13, 10:31 am, Craig O Connor craigoc...@gmail.com wrote: Hi guys

[android-developers] Install App Within App - Parse Error

2010-05-19 Thread Craig O Connor
Hi, I am working on an application that downloads an apk file and installs it. I hvae the download part working fine but when I try to install said file I get a Parse error. My code: File apkFile = new File(file:///data/data/com.test.package/files/ test.apk); Intent intent = new

[android-developers] Re: How to use PathClassLoader for files that are not installed.

2010-05-13 Thread Craig O Connor
, Craig On Mar 22, 7:00 pm, Craig O Connor craigoc...@gmail.com wrote: Sorry for the delay. Only just now realised my question had been approved. Thanks for pointing me in the right direction. I will try this now. Thanks, Craig On Mar 15, 8:02 pm, fadden fad...@android.com wrote: On Mar 12, 8

[android-developers] Re: How to use PathClassLoader for files that are not installed.

2010-03-22 Thread Craig O Connor
Sorry for the delay. Only just now realised my question had been approved. Thanks for pointing me in the right direction. I will try this now. Thanks, Craig On Mar 15, 8:02 pm, fadden fad...@android.com wrote: On Mar 12, 8:38 pm, Lance Nanek lna...@gmail.com wrote: I saw a thread with people

[android-developers] How to use PathClassLoader for files that are not installed.

2010-03-12 Thread Craig O Connor
Hi guys, I am using PathClassLoader in my application and can get it to load files that are already installe.d But how do I get it to load an apk file that is stored in say the assets folder of my app. IS this even possible? Thanks in advance, Craig -- You received this message because you are

[android-developers] Infinite Reboot Cycle Caused by Choosing a Remote Location Picture as a Background

2009-11-10 Thread Adam O
Device: Motorola DROID I just wanted to post an issue I found. I downloaded ES File Explorer and was browsing a shared folder of pictures on a desktop. I selected a picture and, with the file explorer's picture viewer, browsed the next few pictures sequentially. I found one that I wanted to use

[android-developers] Re: Google wave invitations...?

2009-10-22 Thread o
anymore wave noms left On 15/10/2009, Kenneth Adam Miller kennethadammil...@gmail.com wrote: Who wants to be in Google wave? I have 16 invitations -- ...O --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[android-developers] Re: 1.6 VPN Certificate Store

2009-10-22 Thread o
am very interesred in this particular solution please forward input. goodday. On 21/10/2009, Dida dieter.roth.bay...@googlemail.com wrote: Is there anybody using VPN/IPSEC? -- ...O --~--~-~--~~~---~--~~ You received this message because you

[android-developers] Location.convert possible bug

2009-05-14 Thread Andrew O.
I'm getting an illegal argument exception when trying to convert a coordinate in degrees:minutes:seconds.decimal format with the minute value is 59 and the seconds is greater than 0. I think the function compares seconds and they must be less than 59, where they should be less than 60. Here is