Re: [android-developers] Re: How to detect if a view is on screen

2011-09-06 Thread Marc Van Daele
Hello Ed, Thanks for your answer but I'm not sure a ListView will work (though I will look at the video). Isn't a ListView limited to Vertical scrolling? (at least the javadoc says so) Kind Regards, Marc 2011/9/6 Ed edscha...@gmail.com Hi Marc, Have a look at ListView. It's probably done

Re: [android-developers] Re: Programming in Android

2011-09-06 Thread Tareq Al-Ma'mari
*Thank you all , * *it is helpful information and good beginning * * * -- 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] Re: Combining Canvas with OpenGL

2011-09-06 Thread Miguel Morales
the simple way is to use a relativelayout as a base, add the glsurfaceview, and the regular canvas surfaceview on top of that. the only thing is that opengl uses a different coordinate system than the canvas, so you'll have to adjust your math accordingly. On Mon, Sep 5, 2011 at 11:35 PM,

[android-developers] Re: How to detect if a view is on screen

2011-09-06 Thread Indicator Veritatis
I would have said use ScrollView, but that too is limited to vertical scrolling. So now I have to ask: do you really HAVE to have the scrolling done horizontally? You might be in for a harder time if you insist on this. On Sep 5, 11:29 pm, Marc Van Daele marc.van.dael...@gmail.com wrote: Hello

[android-developers] Re: Error starting app. Must force a close

2011-09-06 Thread Indicator Veritatis
Mark- Your advice is good, as always, but I think the OP will be in need of advice that is a little more specific, namely, HOW is he going to find the cause of the error using adb logcat etc? Of course, since all we know is that he sees that one error, it is hard to get more specific. But I

[android-developers] Re: Combining Canvas with OpenGL

2011-09-06 Thread Indicator Veritatis
If that were a good thing to do, then why do you think the online Javadocs for Android recommend using GLSurfaceView or SurfaceView? It really is much simpler if you do not try to mix the APIs. The two classes above help you keep track of a lot of OpenGL details, so you should use them; but if

Re: [android-developers] loadData on a WebView

2011-09-06 Thread Miguel Morales
No, it's never ok to touch any views outside of the UI thread. On Mon, Sep 5, 2011 at 9:52 PM, bob b...@coolgroups.com wrote: Is it ok if I call loadData on a WebView from a background thread?        wv.loadData(html, text/html, utf-8); It seems to work, but it feels naughty. -- You

[android-developers] How to control Broadcast receiver through buttons

2011-09-06 Thread GopalaKrishnan D
How we can control broadcast receiver through buttons in app. any one provide link for that -- ~* Regards* *GopalaKrishnan D* -- 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: How to detect if a view is on screen

2011-09-06 Thread Indicator Veritatis
Hah, I should have thought of this name! 'HorizontalScrollView' has been supported since API level 3, and it sounds like just what you want. On Sep 5, 11:39 pm, Indicator Veritatis mej1...@yahoo.com wrote: I would have said use ScrollView, but that too is limited to vertical scrolling. So now I

[android-developers] Re: How to convert voice to text

2011-09-06 Thread ko5tik
On Sep 6, 7:56 am, HariRam hariram1...@gmail.com wrote: Thanks for previous replies,               Is it possible to convert voice as a text. i searched through website, there is more guidance for text to speech but none for voice to text. if anyone have idea for how to transmit voice to

[android-developers] Light sensor and Service.

2011-09-06 Thread NoFunnyStuff
Hello, I'm developing an application that start a service to execute an action when the ambient light changes. Here is the cinematic: Activity A On Start -- If Service S running, start Activity B On Click -- Start Service S (not an IntentService) using starService. Activity B On Start --

[android-developers] Nfc phone read the type A card.

2011-09-06 Thread xiaoailsa
Hi all: I have some questions about read the card(type A).I hope someone can communicate with me and help me.Thank you very much. Q1: I want to use two classes:IsoDep and NfcA to read a type A card.But how to use at the same time? →mTechLists = new String[][] { new String[]

[android-developers] How to serve streaming data via ContentProvider?

2011-09-06 Thread Alex Xin
Hello Experts, We now need to implement a custom ContentProvider to serve streaming data from local wifi network connection, those data will be used by other apps like a media player. But we found that current ContentProvider only support serving database table data or local files, are there any

[android-developers] How to run ffmpeg on Android Emulator

2011-09-06 Thread dani maoz
Hello I was able to compile ffmpeg project to android, I would like to run ffmpeg using android emulator, Can anyone post instruction how run ffpmeg on the emulator Regards -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

Re: [android-developers] Re: How to detect if a view is on screen

2011-09-06 Thread Marc Van Daele
In fact, I'm using HorizontalScrollView already but I'm worried about memory consumption (I'm coming from the embedded software world) Inside the HorizontalScrollView I have a LinearLayout containing a list of my own Views (actually a ViewGroup displaying a movie poster but also information on

Re: [android-developers] Nfc phone read the type A card.

2011-09-06 Thread xie calvin
I guss that you Android NFC does not allow use 2 nfc tech to connect a tag at the same time. Why do you use them like so? what is the user scenario? 2011/9/6 xiaoailsa zsbitxiao...@163.com: Hi all: I have some questions about read the card(type A).I hope someone can communicate with me

[android-developers] Service is down :(

2011-09-06 Thread Frederik Samberg
If any guya from SE is watching this: Service is down at the moment - any idea when it will be up and running again? :) -- 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

[android-developers] how to learn Andoird

2011-09-06 Thread felix
i am a newbie. i want to learn andoird. who can share some experience. thanks. Are there any good books and videos? -- 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: Help needed on BUtton CLick

2011-09-06 Thread DangerDaku
Try android:layout_marginRight=5dp attribute in ur xml file to get spacing on the right of the button. So somthing lik Button android:id=@+id/button1 android:layout_height=wrap_content android:layout_width=wrap_content android:layout_marginRight=5dp/ On Sep 5, 2:57 am, sam

[android-developers] Re: Once again the INSTALL_FAILED_INSUFFICIENT_STORAGE error

2011-09-06 Thread mitchell_lra
Try this in eclipse: - Run - Run Configurations - Tab Target - Additional Emulator Command Line Options Write the following command: -wipe-data -partition-size 1024 On 5 Set, 15:50, Palsson palsson...@gmail.com wrote: Hello, Hardware: AM3517 OS: Froyo release Suddenly I'm not able to

[android-developers] Is it possible to access MVC .Net application in android when the .net is not having web services?

2011-09-06 Thread supriya uday
I am trying to access MVC .NET apps using JSON but since they don't have web services i am not able to access it.Can anyone help me in this part? -- 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] Andriod Developers

2011-09-06 Thread emil_bar...@yahoo.com
I am seeking for some help in developing android games. I am willing to learn a lot of things as a java programmer. I can't afford to study in Universities but I am willing be one of you. I want to be a future developer. -- You received this message because you are subscribed to the Google

[android-developers] Media player display black screen (flash) when release

2011-09-06 Thread terry...@gmail.com
Hi, all: I met an issue when using MediaPlayer to play a video. Every thing is fine until I release(/reset) the MediaPlayer. A black hole displayed on the surface view used by media player. I can't find a way to avoid the black screen. As you know, sometimes the users need to rotate the device,

[android-developers] TreeView

2011-09-06 Thread MegaDroider
I wrote a TreeView component to show items in a tree hierarchy, because I checked Android Forums and (hope I'm not wrong) there is no component that allows an unlimited number of levels. ExpandibleListView only comes with grups and subitems (two levels). I'd like to share this component to other

[android-developers] Re: how can I know when an application will start

2011-09-06 Thread DangerDaku
On Sep 5, 4:22 pm, TreKing treking...@gmail.com wrote: On Mon, Sep 5, 2011 at 10:29 AM, ngbl natalyabla...@gmail.com wrote: But I can't find the way of catch the intent of an activity when starts on the launcher. There is no such thing, AFAIK. Apps of this nature are exploiting hacks or

[android-developers] minSdkVersion unintended side effects

2011-09-06 Thread tillYourNightJobPays
Hello, Discovered a strange issue using this so thought I'd get clarification on expected or not and maybe some education on this property. I took the FingerPaint sample from the graphics API demos to integrate it into my own application. It worked well except it only drew in the upper-left

[android-developers] Does HC support OMA CP ?

2011-09-06 Thread Eric park
Hello I'm S/W engineer for HC device. I'm wondering whether HC does support OMA CP or not. Can I find that seeing release note ot something? 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] Help~~Help~~

2011-09-06 Thread MonkeyTest
hi guys, I have question. How can I get the code coverage when anyone make test by blackbox? I know the testrunner emma, but it only support the junit test, right? If I make the blackbox test in android, I want to find the way to get the code coverage about the target app. Thank you

[android-developers] Re: Help needed on BUtton CLick

2011-09-06 Thread DangerDaku
In your screen1.xml file, add android:layout_marginTop=5dp, android:layout_marginBottom=5dp .. etc for top, bottom, left and right spacing. This is added as an attribute to ur Button tag. so you can have somthing like Button android:id=@+id/button1 android:layout_width=wrap_content

Re: [android-developers] project contains many error

2011-09-06 Thread 劲男王
May be enviorment has some errors 2011/9/5, Nick Risaro nris...@gmail.com: Also, start with just a Hello World to check if everuthing is correctly installed and configured. On Sun, Sep 4, 2011 at 7:24 PM, nadam a...@anyro.se wrote: Go to the menu Window - Show View - Problems to see what

[android-developers] Re: connecting USB serial device to Android handset, is it possible?

2011-09-06 Thread Slick Dev
I'm not sure if this applies to you, but its worth checking out: http://slickdevlabs.com/slick-usb-2-serial-library/ On Aug 12, 8:21 am, ColorTheorist colortheorydevelo...@gmail.com wrote: While I do not have full understanding of different hardwares and chips, not being too familiar with

[android-developers] two animation Simultaneously in Android?

2011-09-06 Thread Hadas Mobile
Bcd Hi, How I can create two animation Simultaneously in Android?? Thanks Hadas -- 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

[android-developers] two animation Simultaneously in Android?

2011-09-06 Thread Hadas Mobile
Bcd Hi, How I can create two animation Simultaneously in Android?? Thanks Hadas -- 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

Re: [android-developers] Andriod Developers

2011-09-06 Thread Miguel Morales
You don't need to go to an university to learn to program. Just read the google sdk documents and practice a lot. On Mon, Sep 5, 2011 at 7:59 PM, emil_bar...@yahoo.com emil_bar...@yahoo.com wrote: I am seeking for some help in developing android games. I am willing to learn a lot of things as a

[android-developers] Re: how to learn Andoird

2011-09-06 Thread sparky
http://developer.android.com/resources/browser.html?tag=tutorial http://www.youtube.com/results?search_query=google+i%2Fo+androidaq=f -- 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: OpenGL Samsung Galaxy S2 S II Problem With Rotation

2011-09-06 Thread FlyCry
There is an ARM MALI400 in SAMSUNG GALAXY S2 as a GPU, Maybe it's MALI's problem? Other devices u tested ok maybe use another GPU such as Qualcomm Adreno On 9月5日, 下午7时03分, emanuele padula e.pad...@gmail.com wrote: Thank you Christopher. I'll do some test regarding the mipmapping, but i'm not

[android-developers] how to make iteration XmlSerializer for store data

2011-09-06 Thread Jhew SAN
File newxmlfile = new File(/sdcard/sss.xml); try{ newxmlfile.createNewFile(); }catch(IOException e){ Log.e(IOException, exception in createNewFile() method); } FileOutputStream fileos = null; try{

Re: [android-developers] Re: how to learn Andoird

2011-09-06 Thread 卓卿
buy a book. Br, Lawrence Don't put off what can be done today until tomorrow! On Tue, Sep 6, 2011 at 4:18 PM, sparky spar...@google.com wrote: http://developer.android.com/resources/browser.html?tag=tutorial http://www.youtube.com/results?search_query=google+i%2Fo+androidaq=f -- You

[android-developers] two animation Simultaneously in Android?

2011-09-06 Thread Hadas Mobile
Bcd Hi, How I can create two animation Simultaneously in Android?? Thanks Hadas -- 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

[android-developers] Re: Once again the INSTALL_FAILED_INSUFFICIENT_STORAGE error

2011-09-06 Thread Palsson
Hello Ed, Thanks for your response. But restart and reboot of both adb server and even target and host, is not solving the issue. The problem: I'm using Eclipse, with adb-plugin, to develop applications for my target (AM3517 evm, running Android). I'm connecting adb over ethernet. This has been

[android-developers] two animation Simultaneously in Android?

2011-09-06 Thread Hadas Mobile
Bcd Hi, How I can create two animation Simultaneously in Android?? Thanks Hadas -- 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

[android-developers] Re: Once again the INSTALL_FAILED_INSUFFICIENT_STORAGE error

2011-09-06 Thread Palsson
No luck Mitchell with the partition-size command. That was not needed to begin with, when I first installed the system. Now I'm just trying with my HelloWorld .-) Regards Palsson On Sep 6, 5:36 am, mitchell_lra mitchell@gmail.com wrote: Try this in eclipse: - Run - Run Configurations

[android-developers] Re: TreeView

2011-09-06 Thread Arno den Hond
How about creating a project on github or google code so others can contribute? Please post link! -- 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

Re: [android-developers] Re: how to learn Andoird

2011-09-06 Thread Robin Talwar
Best way is to first pick up a project either on freelancer.com or elance.com When u get encouragement of money then u urself will do effort Appress books are available both for beginners level and pro level plus u can go for lynda tutorials for android they are out now get a torrent and

[android-developers] Re: how to learn Andoird

2011-09-06 Thread xiaoailsa
Book is your best teacher . Write some codes by youself. On 9月6日, 下午3时52分, felix guofuchu...@gmail.com wrote: i am a newbie. i want to learn andoird. who can share some experience. thanks. Are there any good books and videos? -- You received this message because you are subscribed to the

[android-developers] Re: how to make iteration XmlSerializer for store data

2011-09-06 Thread skink
On Sep 6, 10:28 am, Jhew SAN tawisak.ruksu...@gmail.com wrote:  File newxmlfile = new File(/sdcard/sss.xml);          try{               newxmlfile.createNewFile();              }catch(IOException e){               Log.e(IOException, exception in createNewFile() method);              }    

[android-developers] Re: Nfc phone read the type A card.

2011-09-06 Thread xiaoailsa
Yes.Because i want to read and write typeA card. The NfcA have deal with ATQA and SAK; and the IsoDep have deal with setTimeout and so on. But i don't know how they transceive (data),then can read the card success. On 9月6日, 下午3时52分, xie calvin xiecal...@gmail.com wrote: I guss that you Android

[android-developers] Re: how to learn Andoird

2011-09-06 Thread felix
I want it too, but i think i can`t pick up a project rignt now. if i have the ability , i will pick up a project on elance. On 9月6日, 下午4时43分, Robin Talwar r.o.b.i.n.abhis...@gmail.com wrote: Best way is to first pick up a project either on freelancer.com or elance.com When u get encouragement

[android-developers] Re: Once again the INSTALL_FAILED_INSUFFICIENT_STORAGE error

2011-09-06 Thread Palsson
Hello Ed, I tried with the adb install command from the shell. It doesn't work. Only adb push. /Palsson On Sep 6, 2:08 am, Ed edscha...@gmail.com wrote: If it's not a device storage issue then the first place I would start is running adb kill-server and adb start-server to restart adb. Not

[android-developers] Re : Error starting app. Must force a close

2011-09-06 Thread souissi haythem
http://groups.google.com/group/android-developers/browse_thread/thread/bd2fb3b57f5a9bc9/5fd98e43a85c6517?lnk=raot i hope this will help you -- 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] How to get app to notice and draw newly synced data

2011-09-06 Thread Alex
Hi, I have a custom syncadapter and content provider. The data is successfully synced in my app's sqlite db. I am now missing how the control flow should work to get my view drawing class running? Should I be explicitly calling it after sync or should this be (somehow) happening automatically?

[android-developers] Re: Memory leak error on a huge application

2011-09-06 Thread Károly Holczhauser
Hello ! Okay, it seems I have the solution, thanks for the MAT:) So, as I said I have a lot of LinearLayout class, which are represents the screens on a lot of times in the app. These classes are have had a lot of variable , so I had make them clear and null: I had overrided the removeAllViews

[android-developers] Re: Once again the INSTALL_FAILED_INSUFFICIENT_STORAGE error

2011-09-06 Thread Palsson
Just wanted to inform on this.. I'm using NFS. I can do this: adb push myapp.apk /data/app Find it on my target display and execute Open DDMS in eclipse and activate debug from there. I can't do this: adb install myapp.apk or Debug directly from eclipse (debug button) which apparently results

Re: [android-developers] Re: Once again the INSTALL_FAILED_INSUFFICIENT_STORAGE error

2011-09-06 Thread Appaholics
Read my tutorial at http://www.appaholics.in/using-a-hardware-device-for-debugging/. This error and how to fix it is discussed there. Thanks On Tue, Sep 6, 2011 at 3:45 PM, Palsson palsson...@gmail.com wrote: Just wanted to inform on this.. I'm using NFS. I can do this: adb push myapp.apk

[android-developers] Re: how many threads does android browser generate?

2011-09-06 Thread Indicator Veritatis
Is the adb shell's version of 'ps' that different from the standard? The standard 'ps' shows -t being for 'terminal', not for 'thread'. 'ps -eLf' is the standard way to get thread info. On Sep 4, 7:17 pm, Ubuntu guy sam_...@yahoo.co.in wrote: adb shell ps -t browser_pid should give thread info

[android-developers] Adroid mystery of view changing class

2011-09-06 Thread slipp3ry
CODE: Button b = new Button(this); b.setText(m.group()); RelativeLayout.LayoutParams lP = new RelativeLayout.LayoutParams( RelativeLayout.LayoutParams.WRAP_CONTENT, RelativeLayout.LayoutParams.WRAP_CONTENT); int iDELETE_AFTER_TEST_ID;

[android-developers] fragment in android

2011-09-06 Thread mohana priya
I am new to android.i need to divide the android screen using fragment.But i dont know how to do.If anybody know how to code please tell me. -- 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] minSdkVersion unintended side effects

2011-09-06 Thread Mark Murphy
The app probably is missing the supports-screens element to define what screen sizes it supports. Apps targeting API Level 3 or lower are assumed to only support normal-sized screens. On Mon, Sep 5, 2011 at 5:34 PM, tillYourNightJobPays rs.mill...@gmail.com wrote: Discovered a strange issue

Re: [android-developers] Adroid mystery of view changing class

2011-09-06 Thread Mark Murphy
Do not use getId() as the basis for assigning other IDs to other widgets. You want to stay very far away from the numbers used by the build tools. On Tue, Sep 6, 2011 at 6:39 AM, slipp3ry slipp3ry_whip...@yahoo.co.uk wrote: CODE:  Button b = new Button(this);        b.setText(m.group());  

Re: [android-developers] fragment in android

2011-09-06 Thread Rocky
go to this link, if u face any specific issue, post your code and error... http://developer.android.com/guide/topics/fundamentals/fragments.html On Tue, Sep 6, 2011 at 4:27 PM, mohana priya gpriyara...@gmail.com wrote: I am new to android.i need to divide the android screen using

[android-developers] Re: Adroid mystery of view changing class

2011-09-06 Thread slipp3ry
Hello Mark, thanks for looking at my problem. Sorry it's not clear from the code, the first instance of the ID's is driven by bLast.setId(R.id.base_button_arrangement_id); A user defined id rather than build tool assigned Id's, is it still wrong to use the getId call? On 6 Sep, 12:11, Mark

[android-developers] Horizontal scrolling in grid view

2011-09-06 Thread Rikki
I had to use a horizontal scrolling as well as vertical scrolling in my activity and I searched a lot on this but found no post that addresses this problem. I don't know why Google has not provided a resolution to this yet as this is absolutely needed feature one will want in his data driven

Re: [android-developers] Re: Adroid mystery of view changing class

2011-09-06 Thread Mark Murphy
On Tue, Sep 6, 2011 at 7:19 AM, slipp3ry slipp3ry_whip...@yahoo.co.uk wrote: Hello Mark, thanks for looking at my problem. Sorry it's not clear from the code, the first instance of the ID's is driven by bLast.setId(R.id.base_button_arrangement_id); A user defined id rather than build tool

[android-developers] How to keep state on expandablelistview when changing orientation

2011-09-06 Thread Jump
Hi I have implemented a ExtendableListView just like the ExtendableListView2 example from the ApiDemos. But I don't understand why the extended/collapsed states are not saved when changing orientation or starting an activity and going back. I have my own layout which contains

Re: [android-developers] Re: How to convert voice to text

2011-09-06 Thread Fred Niggle
If you naviagte to /ECLIPSE/android-sdk-linux_x86/samples, you'll find the API demos. create a new project in eclipse from the samples, and you'll be able to fins the speech to text demo. Hope this helps, Fred On 6 September 2011 08:18, ko5tik kpriblo...@yahoo.com wrote: On Sep 6, 7:56 am,

[android-developers] Re: stop my app from being updated(auto-update is disabled)

2011-09-06 Thread MS
The reason as to why I asked this was due to the following use case: Consider that there are two apps App-A and App-B. App-A(Version 1) will work only if App-B with Version 1 is available on phone. Now if the user updates App-B to version 2,the App-A(version-1) will not work. I get a callback

[android-developers] Displaying NMEA sentences

2011-09-06 Thread WolpTec
I want to display raw nmea sentences. In order to do so I wrote some code (excerpts below). The problem is that it doesn't work in most cases. It doesn't work on the emulator using versions 2.1, 2.2 or 2.3, neither on my real existing Samsung Galaxy S5660, running Android 2.2, but it *does

[android-developers] Re: Error starting app. Must force a close

2011-09-06 Thread Logesh
ya you are right . I am getting the same error when i run my application . when i look in logcat for debugging i found one reported problem as the process exits because of uncaught exceptions could not instantiate etc .. I dont know from where the problem is arising. On Sep 5, 11:49 pm,

[android-developers] Re: Why is onKeyUp or onKeyDown not getting called for certain characters?

2011-09-06 Thread Miha
Through testing, I found the answer. Most unicode characters are handled by onKeyMultiple event handler. If you get keyCode == KeyEvent.KEYCODE_UNKNOWN and event.getAction == KeyEvent.ACTION_MULTIPLE, then you can obtain the unicode character by calling event.getCharacters(). It is actually all

Re: [android-developers] Re: stop my app from being updated(auto-update is disabled)

2011-09-06 Thread Mark Murphy
On Tue, Sep 6, 2011 at 7:19 AM, MS ms.jackspar...@gmail.com wrote: The reason as to why I asked this was due to the following use case: Consider that there are two apps App-A and App-B. App-A(Version 1) will work only if App-B with Version 1 is available on phone. Now if the user updates

[android-developers] How to read RFID tag using Nexus s device?

2011-09-06 Thread Adiga
Hi, How to read RFID tag using Nexus s device? If any one knows help me. Regards, Adiga -- 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

Re: [android-developers] How to read RFID tag using Nexus s device?

2011-09-06 Thread Mark Murphy
On Tue, Sep 6, 2011 at 8:16 AM, Adiga jakad...@gmail.com wrote:      How to read RFID tag using Nexus s device? If any one knows help me. http://developer.android.com/guide/topics/nfc/index.html -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy

[android-developers] Black screen after switching to another app

2011-09-06 Thread MobileVisuals
My app has a SurfaceView and a GLSurfaceView. I can switch back and forth between these. The SurfaceView is the application GUI. I test switching to another app. I can then switch back to the GLSurfaceView in my app. I then try to switch back to the GLSurfaceView,where the application GUI is.

Re: [android-developers] Black screen after switching to another app

2011-09-06 Thread Daniel Drozdzewski
On 6 September 2011 13:32, MobileVisuals eyv...@astralvisuals.com wrote: My app has a SurfaceView and a GLSurfaceView.  I can switch back and forth between these. The SurfaceView is the application GUI. I test switching to another app. I can then switch back to the GLSurfaceView in my app. I

[android-developers] Re: locking app: How I know when an

2011-09-06 Thread ngbl
Hello, Thank you for taking the time to answer, NWD, something like that was trying to do but didn't work. I'll try again!. Kris, I thing it's possible because apps like these are avaible on android market. This apps can block anything even the contact list. Jim, thanks for your time. I don't

[android-developers] How install App Inventor Windows drivers in Samsung Galaxy SII device?

2011-09-06 Thread davidorti
Hi, I have just tried to use the Android App Inventor (yes, i'm a newbie) and it requires to install some drivers in my mobile phone. I had been looking for it (http://developer.android.com/sdk/oem-usb.html) but i haven´t found any drivers. Anyone knows where could I found it? Thanks for all.

[android-developers] Help Me

2011-09-06 Thread Sreenath Reddy Bollam
Hello, I have developed a small application in which i can store all my passwords of different domains. For Example: I saved my email and password of gmail in that application. When i click my saved entry ,the browser will be launched. Now, i want to set the email and password directly to the

[android-developers] 2.2 emulator

2011-09-06 Thread swarnendu
when i run clickOnView() robotium command on a tab of music player. it is performing the desire action but in case if i click on a tab previously open then it ranout of the program. throwing exception but same problem is not there in tab under contacts. so what should i do? to run test cases.

[android-developers] multi page form

2011-09-06 Thread ksmobilejava
Hello , I am new to android paltform. How to navigate through multi page form application? how to handle next and back button click event? My point of confusion is that, form filling is single activity , then how to display multiple pages of the form and how to navigate back and forth from pages

[android-developers] Re: Once again the INSTALL_FAILED_INSUFFICIENT_STORAGE error

2011-09-06 Thread sanj sahayam
Have you read these articles on SO: http://stackoverflow.com/questions/4709137/solution-android-install-failed-insufficient-storage-error http://stackoverflow.com/questions/6788996/installation-error-install-failed-insufficient-storage-during-runing-emulator Have you also tried it by wiping the

[android-developers] [ASK] HOW TO SEND LONGITUDE LATITUDE TO ANOTHER ANDROID PHONE VIA INTERNET..

2011-09-06 Thread dede pradana
i'm newbie.. give me your explanation master.. thx before,, :) -- 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: ADB could see Samsung Galaxy Tab 10.1 but now it can't!

2011-09-06 Thread Jaye
This happened on my galaxy tab 7. For me to fix my issue, I either restarted the device or toggled the ability to debug application on the device. On Sep 5, 10:15 am, RodneyJLambert rodney.j.lamb...@gmail.com wrote: I have a Ubuntu development system that I have been using to do Android

Re: [android-developers] Re: Error starting app. Must force a close

2011-09-06 Thread Rafael Maas
Try to uninstall your app, and clean up your eclipse's project. 2011/9/6 Indicator Veritatis mej1...@yahoo.com: Mark- Your advice is good, as always, but I think the OP will be in need of advice that is a little more specific, namely, HOW is he going to find the cause of the error using adb

[android-developers] Luncher activity will be called twice after phone boot

2011-09-06 Thread kazuya
Broadcast receiver public void onReceive(Context context, Intent intent) { // make sure you receive BOOT_COMPLETED String action = ; if ( intent != null intent.getAction() != null ) { action =

[android-developers] Why the emulator appear this?

2011-09-06 Thread cpleng7
Could anybody tell me why my emulator appear this and not the Hello Android? https://picasaweb.google.com/101063952035432254010/Android#5649189156141413618 I have follow the step that introduce from the android tutorial. Please help me to solve this problem. Thanks !! -- You received this

[android-developers] Re: Why the emulator appear this?

2011-09-06 Thread WolpTec
Am 06.09.2011 12:26, schrieb cpleng7: https://picasaweb.google.com/101063952035432254010/Android#5649189156141413618 Page not found! -- 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: locking app: How I know when an

2011-09-06 Thread Kristopher Micinski
On Tue, Sep 6, 2011 at 9:16 AM, ngbl natalyabla...@gmail.com wrote: Hello, Thank you for taking the time to answer, NWD, something like that was trying to do but didn't work. I'll try again!. Kris, I thing it's possible because apps like these are avaible on android market. This apps can

Re: [android-developers] Re: Once again the INSTALL_FAILED_INSUFFICIENT_STORAGE error

2011-09-06 Thread Latimerius
Thanks for the links, however even those don't seem to mention a solution (or even a work-around) for pre-2.2 hardware devices ... On Tue, Sep 6, 2011 at 11:29 AM, sanj sahayam sanjsmail...@gmail.comwrote: Have you read these articles on SO:

[android-developers] How to create Object in OpenGL ( Problem one object is overlapping on the other object )

2011-09-06 Thread rajiv
Dear all , I am facing one problem in openGL i have drawn two object but i am unable to see the another objects . i have created a disc with one hole on it i want to place it on tower , but when i place the disc I am ubale to see the tower . Please help me out -- You received this message

Re: [android-developers] How install App Inventor Windows drivers in

2011-09-06 Thread Jim Graham
On Tue, Sep 06, 2011 at 01:42:14AM -0700, davidorti wrote: I have just tried to use the Android App Inventor (yes, i'm a newbie) and it requires to install some drivers in my mobile phone. Granted, it's been a while since I looked at App Inventor, but, umm, the *Windows* drivers you *MIGHT*

[android-developers] How can I connect Dell Streak 7, eLocity devices to my DDMS

2011-09-06 Thread Srinivas Nainala
Hi All, I am unable to connect/detect Dell Streak 7 and eLocity devices to my eclipse DDMS interface for seeing debug statements. How can I get rid of this. Even I have tried in Mac Notebook, its same situation in Windows 7. Could you suggest me what are the USB device drivers need to install

Re: [android-developers] How install App Inventor Windows drivers in Samsung Galaxy SII device?

2011-09-06 Thread Kostya Vasilyev
If it works the same as it did with the Galaxy S (1, not 2), then the drivers can be installed as part of Samsung's Kies software suite. 06.09.2011 12:42, davidorti пишет: Hi, I have just tried to use the Android App Inventor (yes, i'm a newbie) and it requires to install some drivers in my

[android-developers] Re: How to create Excel/Spread Sheet Programmatically in Android

2011-09-06 Thread srihari babu
Hi pranay, xls docs means nothing but a comma separated file. just write some thing in to text file with some commas. that will give u an excel file. bye -- 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] Is there a table that lists permissions with the commands that precipitate their need?

2011-09-06 Thread darrinps
There are some permissions in an app I am working on that I inherited. It's a large app, and I would like to know if there is a table out that that tells you what command (read this/write that/etc.) requires which permission. In other words, given a permission, is there a way to look up what

[android-developers] Did any one succeed for VPN client?

2011-09-06 Thread Srinivas Nainala
Hi all, Could you guide me how can I remotely connect using VPN on Xoom or other Android devices. Could you give which devices is more flexible to connect VPN client, if possible share the procedure with me. At least list some of the VPN client support devices, the requirement on ATT network

Re: [android-developers] Is there a table that lists permissions with the commands that precipitate their need?

2011-09-06 Thread Mark Murphy
On Tue, Sep 6, 2011 at 10:51 AM, darrinps darri...@gmail.com wrote: There are some permissions in an app I am working on that I inherited. It's a large app, and I would like to know if there is a table out that that tells you what command (read this/write that/etc.) requires which permission.

[android-developers] Re: Is there a table that lists permissions with the commands that precipitate their need?

2011-09-06 Thread darrinps
Thanks. That's what I thought after searching for it. This would be a great addition to the documentation and I would think that Google would have access to this or could build it easily enough. The closest thing I have found is using the index in a few of the Android books I have to look up the

Re: [android-developers] Re: How to create Excel/Spread Sheet Programmatically in Android

2011-09-06 Thread Ankit Kasliwal
hi srihari babu just use this code with some changes private void ExportCSV() { String columnString = ,dataString = ,combinedString = ; columnString = \Name \,\Age\,\Date\,\Class\; combinedString = columnString; try {

Re: [android-developers] [ASK] HOW TO SEND LONGITUDE LATITUDE TO ANOTHER ANDROID PHONE VIA INTERNET..

2011-09-06 Thread Kristopher Micinski
A simple overview? Well first, you'll need to physically get the location, using something like LocationManager. After that, you'll want to actually *send* it using some sort of internet backend. There are a variety of ways you can do this, but it all requires a bit of planning, one solution

[android-developers] Re: Share View as Image

2011-09-06 Thread Boozel
Could this possible be because the Share Intent cannot access the image in my applications cache folder? I tried the code below but that didnt work either. What would be the best way to do this? Thanks String cachePath = this.getDir(ScreenShots, Context.MODE_WORLD_READABLE).getPath() ;

  1   2   >