[android-developers] Beginning ADK

2012-12-28 Thread Deepak Mishra
I have an Arduino Uno, which I cannot connect to my Android phone because of lacking support. I would request for some help pointing me to a place I can buy an ADK kit, or any other board which can help me develop Android apps with ADK. I am surprised I have been unsuccessfully googling for

[android-developers] Re: How to zoom VideoView

2012-12-28 Thread Dilip Kumar Chaudhary
Actually I want to zoom videoView like ImageView On Thursday, 27 December 2012 19:52:36 UTC+5:30, bob wrote: You will want to play the video in a TextureView and set the matrix accordingly. On Thursday, December 27, 2012 3:02:49 AM UTC-6, Dilip Kumar Chaudhary wrote: Hi all,I want to

[android-developers] CTS error - Invalid CTS build provided.

2012-12-28 Thread NimeshChanchani
I get the CTS window when run the batch file , but when try to enter the cts command “run cts” it shows. Any clues? cts-tf run cts 12-28 12:13:02 E/InvocationThread: Invalid CTS build provided. java.lang.IllegalArgumentException: Invalid CTS build provided. at

[android-developers] Info: Research notes on using GSON for Mobile App Storage

2012-12-28 Thread Satya Komatineni
Article: GSON for Mobile App Storage http://satyakomatineni.com/item/4440 Here is an abstract: You will be surprised how GSON can propel your mobile app productivity especially release 1 candidates. In this approach you will represent the persistent state of your apps as JSON. You will use the

[android-developers] Re: New OpenGL ES 2.0 Game Engine Option

2012-12-28 Thread Robert Green
Out of the box it supports OBJ for static geometry and Collada (DAE) for static and animated models. We have a utility that will convert either of those to a binary format called BAI to go to production because it's smaller and loads faster. The engine uses a library called Open Asset Import

Re: [android-developers] How to make Text unselectable in EditText

2012-12-28 Thread TreKing
On Thu, Dec 27, 2012 at 9:38 PM, monty mca.himanshusha...@gmail.com wrote: my means is that no one can select the text which is inside the edittext..but user can edit it... example: I have field USER NAME - india ,if user double click or long press in edittext to select this text india,he

Re: [android-developers] Games and their data

2012-12-28 Thread TreKing
On Fri, Dec 28, 2012 at 1:06 AM, Pranav pranavraul...@gmail.com wrote: So where and how do games on Android store their data, and yet make sure that the game-play is smooth. Load into memory? -

Re: [android-developers] Beginning ADK

2012-12-28 Thread Todd Grigsby
Google IOIO boards. On Dec 28, 2012 3:01 AM, Deepak Mishra dux.dee...@gmail.com wrote: I have an Arduino Uno, which I cannot connect to my Android phone because of lacking support. I would request for some help pointing me to a place I can buy an ADK kit, or any other board which can help me

Re: [android-developers] Games and their data

2012-12-28 Thread Kristopher Micinski
Have you tried these to be certain they are unacceptable? These are both cached and buffered, which is part of that loading screen built into most games. Kris On Dec 28, 2012 2:07 AM, Pranav pranavraul...@gmail.com wrote: Hi, I am starting on my first game on Android and would like to know

[android-developers] Re: New OpenGL ES 2.0 Game Engine Option

2012-12-28 Thread bob
Thanks. Also, Does it support texture-mapped models? And, is the BAI format your own invention? On Friday, December 28, 2012 11:28:48 AM UTC-6, Robert Green wrote: Out of the box it supports OBJ for static geometry and Collada (DAE) for static and animated models. We have a

Re: [android-developers] How to make Text unselectable in EditText

2012-12-28 Thread Lew
monty wrote: my means is that no one can select the text which is inside the edittext [sic] ..but user can edit it... example: I have field USER NAME - india ,if user double click or long press in edittext to select this text india,he should not able to do that..but he wants to change

Re: [android-developers] Beginning ADK

2012-12-28 Thread Lew
Todd wrote: Google IOIO boards. (Sung falsetto:) AWE-soome! -- Lew -- 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: TV broadcast signal on android app

2012-12-28 Thread bob
It sounds like this is what you are looking for: http://www.geniatech.com/tv-tuner-for-android-tablet.asp On Thursday, December 27, 2012 5:36:28 PM UTC-6, Paulo Coutinho wrote: Hello, I'm new on android and I'm checking if I can do what I want on android. I'm looking for any way to get the

[android-developers] Re: android drag and drop gridview ordering using OnDragListener

2012-12-28 Thread Nobu Games
Have you tried setting your OnTouchEventListener on each grid item view created by your adapter, instead of setting it on your gridview? You would only need to recognize the enter and leave events for each item and change your adapter accordingly by adding / removing a blank view at that item's

Re: [android-developers] Emulators limited to 1280x800?

2012-12-28 Thread jtoolsdev
Theres another bug in the SDK as now my custom devices aren't showing up the one I created for Nexus 10 is shown as broken. I'll report on issues. That is QUITE annoying. I don't know why all of a sudden my custom Device Definitions have disappeared? They used to stick around. On Thursday,

Re: [android-developers] Re: TV broadcast signal on android app

2012-12-28 Thread pcmnac++
Yes bob, I had found that these days... but I`m not pretty sure if using a device like that I'd be able to get the tv image inside my app... today I realized that Google TV provides what I want... I think. I'm going to study it more to find out if it really does what I expect. anyway, thanks for

[android-developers] How can an app cause a hard freeze?

2012-12-28 Thread Nathan
This is a topic that is on my mind once in a while. What could an app do that would cause a hard freeze on an Android device? Obviously something really bad. BY a hard freeze, I mean one where the user claims to have to change the battery or use an advanced keystroke to restart the device.

Re: [android-developers] How can an app cause a hard freeze?

2012-12-28 Thread Mark Murphy
On Fri, Dec 28, 2012 at 7:34 PM, Nathan nathan.d.mel...@gmail.com wrote: Here are a few things I suspect might cause these things: Firmware/hardware errors in the device: Device or storage overheats is a duplicate of this, IMHO. This category should cover 100% of device-freeze situations, at

[android-developers] Emulator 4.0.3 calendar create event not shown

2012-12-28 Thread Greenhand
I followed the steps in http://mavenlog.wordpress.com/2012/01/22/how-to-adding-a-calendar-in-the-android-ics-emulator/ to add my Gmail account to the built in Calendar app in Android 4.0.3 emulator. Then, I adpated the code snippet in