[android-developers] Re: Http Live Streaming

2011-10-13 Thread bhargavi
Hi, Thanks for the response,i wanted to test HLS on Android 3.0 using serve stream apk,but i dint find any m3u8 playlist.Can you send me a sample playlist so that i can test. Also is there any other apk which supports HLS. Please respond ASAP. Regards, Bhargavi. On Oct 13, 11:16 am, Sumedh

[android-developers] Re: Http Live Streaming

2011-10-13 Thread kiranmai
Hi, I wanted to know testing HLS between Windows/Linux PC and Android emulator/phone. I tried with ServeStream apk on android phone but it didn't work. Can you please tell the steps on how to test HLS. Regards, Kiranmai. On Oct 13, 11:16 am, Sumedh Jiwane wrote: > Simple way to test HLS i

[android-developers] Re: What is the use of Handler object in the constructor of the ContentObserver class?

2011-10-13 Thread skink
On Oct 12, 7:07 pm, Dinesh Bajaj wrote: > Hi, > > I have read the Android doc on the > ContentObserverclass, > but am not able to understand what is its use? What will be the > difference if null instead is passed to the

[android-developers] Re: Is it possible a nested JAR in JAR?

2011-10-13 Thread Doug
It sounds like you need an ant build script or something to do stuff prior to the final packaging of your app. Jars don't ship with android (if you want them to contain code you want run). All classes need to be dex'ed by the Android build tools before the final apk is built. Doug On Oct 10, 2:

[android-developers] Re: Camera application

2011-10-13 Thread Fina Perez
Can you provide some logcat or some code? What's the error you get on htc? On Oct 12, 10:29 am, nageswara rao rajana wrote: > Hi, > >     I developed an application on 2.1, i integrated built-in camera app in > my application. >     Its working perfectly on Samsung pop device but not working on H

[android-developers] Re: How to escape ampersand?

2011-10-13 Thread Doug
Your XML parser should be doing this for you automatically. Is that not the case? Normally developers don't need to write code to handle things like this. They are handled in the libraries that serialize and deserialize data. Doing all that yourself would be silly. Doug On Oct 11, 11:43 pm, n

[android-developers]

2011-10-13 Thread RAHUL PAWAR
hi friends please anyone tell me is there any way as such database?if yes,how it can be used? -- 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

[android-developers] How Play the remote url videos

2011-10-13 Thread Muthu S
Hi Friends How to play the remote Url videos.using intent or any otherway -- 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 emai

[android-developers] How to create Video player

2011-10-13 Thread Muthu S
Hi friends How to create a video players in android app. -- 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-de

Re: [android-developers] How to create Video player

2011-10-13 Thread RAHUL PAWAR
it is available at developers.android.com-reference,from where u can get complete code. On Thu, Oct 13, 2011 at 1:38 PM, Muthu S wrote: > Hi friends > > How to create a video players in android app. > > -- > You received this message because you are subscribed to the Google > Groups "Android

Re: [android-developers]

2011-10-13 Thread arun kumar
yes. SQLite plz check in www.developers.android.com On Thu, Oct 13, 2011 at 1:33 PM, RAHUL PAWAR wrote: > hi friends > please anyone tell me is there any way as such database?if yes,how it can > be used? > > -- > You received this message because you are subscribed to the Google > Groups "Andro

Re: [android-developers] How to create Video player

2011-10-13 Thread Muthu S
Hi Rahul am not able to find out that code ,could you please help me.And also exactly i want this information. Please check this link . http://www.androiddevelopers.info/android-discussions/how-play-the-remote-url-videos-2/ The above url link explain my problem its very urgent please

[android-developers] Re: How Play the remote url videos

2011-10-13 Thread Muthu S
Hi mkhays The second one working i know that but its working some device only thats the problem its show the video can't played error.Its very urgent kindly help me.Otherwise could you please tell me how to integrate the youtube player in android app.How to integrate html5 player in android a

Re: [android-developers] Re: What is the use of Handler object in the constructor of the ContentObserver class?

2011-10-13 Thread Dinesh Bajaj
@Indicator Veritatis: Thank you for very much for your detailed responses. Though I have not read the Notepad tutorial that you mentioned, I am reasonably comfortable with Content Providers (as there are numerous examples of it in the Internet). It is the Content Observer I found a little difficul

[android-developers] Re: Can I save the wallpaper?

2011-10-13 Thread Perry168
Who can give a hints for me? Thanks a lot! On 10月11日, 下午4時00分, Perry168 wrote: > Hi, > > How can I  backup the current wallpaper? Also, does any method to > check the wallpaper is a livewallpaper or not? > > Thanks a lot! -- You received this message because you are subscribed to the Google Gro

[android-developers] Re: What is the use of Handler object in the constructor of the ContentObserver class?

2011-10-13 Thread skink
On Oct 13, 10:36 am, Dinesh Bajaj wrote: > @Indicator Veritatis:  Thank you for very much for your detailed responses. > Though I have not read the Notepad tutorial that you mentioned, I am > reasonably comfortable with Content Providers (as there are numerous > examples of it in the Internet).

[android-developers] integrate the youtube player in android app

2011-10-13 Thread Muthu S
Hi all If anybody knows how to integrate the youtube player in android app. -- 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, se

[android-developers] Please give the solution for my videos

2011-10-13 Thread Muthu S
Hi All Please give the solution for queries .Its really help for me very very urgent .If anybody knows tell me. 1.Play the remote URl videos using intent 2.How to create a video player. 3.How to integrate the HTML5 player in android app. 4.How integrate the YouTube player in android app.

[android-developers] Can I use device height in layout XML file?

2011-10-13 Thread limtc
Hi, I am doing a drawing program which I have a palette height which is exactly 1/5 of the device height. The question is: how do I specified it in android:layout_height? What I am doing now is stupid: I create a layout XML file for each device size and change the layout_height. Is there a more e

[android-developers] Open media file in web server

2011-10-13 Thread Sunil Mishra
Hi, I am currently developing a web server, and i want to play the content on phone in the browser of PC. Is there any way to do this? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developer

[android-developers] Hi this is basha

2011-10-13 Thread johny basha
hi can any help me i am new android developer. i want to display a chart that should be updated at run time with the user's data -- 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@google

[android-developers] Regarding WAP

2011-10-13 Thread nageswara rao rajana
Hi, I need to develop a WAP app, so any one please send information related link. Thanking you, Nagu. -- 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 unsu

[android-developers] Re: major problem with network location fixes and their timestamps

2011-10-13 Thread lbendlin
you haven't explained your problem yet. What if I say "So what, only use live GPS locations in your app?" ? -- 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 unsubsc

[android-developers] how to use menu for full screen apps on honeycomb?

2011-10-13 Thread Changzhi Wang
thanks in advance! Regards, -- 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.

Re: [android-developers] Re: What is the use of Handler object in the constructor of the ContentObserver class?

2011-10-13 Thread Dinesh Bajaj
@pskink@ : I was initially loathe to look at the source code, but after the checking the link that you provided, I got the answer to my query. :-) On Thu, Oct 13, 2011 at 3:01 PM, skink wrote: > > > On Oct 13, 10:36 am, Dinesh Bajaj wrote: > > @Indicator Veritatis: Thank you for very much for

[android-developers] switching between activities

2011-10-13 Thread vani reddy
Hi friends, How to switch to different activity without calling Intent intent = new Intent(CurrentActivity.this,NewActivity.class); startActivity(intent); I dont want to call oncreate at all? -- Regards, Vani Reddy -- You received this message because you are subscribed to the Google Groups "A

[android-developers] Re: How to use a OnClickListener in Fragment

2011-10-13 Thread Daniel Rindt
No ability for using the ClickListener in a Fragment? -- 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+

[android-developers] Re: The file is invalid: W/ResourceType( 9654):

2011-10-13 Thread cellurl
I figured it out. I renamed res/values-en to res/values cellurl -- 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 andro

[android-developers] Using Dreamweaver Android SDK extension to develop?

2011-10-13 Thread Boyd Speer
Is anyone using Adobe Dreamweaver Android SDK extension to develop? Is it any better than Eclipse? How about developing in Adobe Flash CS5 to compile the .apk thanks for sharing any experiences... -Boyd -- You received this message because you are subscribed to the Google Groups "Android Deve

Re: [android-developers] Android game programming

2011-10-13 Thread Oli Wright
Seconded both on the recommendation of Mario's book and the usefulness of the site. Consider it added to my feeds :) As well as using Mario's book, I can recommend giving libgdx a look in (Google is your friend). There are some great examples to get you started in the repository as well as a

[android-developers] Vibrate Trigger on Android Device

2011-10-13 Thread cipher_neo
Is it at all possible to trigger the phones vibration from a web app in android? I know it is a long shot, and I am looking for any solution, however lengthy! thanks -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group,

Re: [android-developers] Android game programming

2011-10-13 Thread Mohammed Hossain Doula
BTW... AndEngine is also nice... On Thu, Oct 13, 2011 at 6:57 PM, Oli Wright wrote: > Seconded both on the recommendation of Mario's book and the usefulness of > the site. Consider it added to my feeds :) > > As well as using Mario's book, I can recommend giving libgdx a look in > (Google is yo

[android-developers] Re: How to use a OnClickListener in Fragment

2011-10-13 Thread Streets Of Boston
In your onCreateView callback of your fragment, you could do something like this: *Button myButton = (Button)view.findViewByid(R.id.mybutton);* *myButton.setOnClickListener(new OnClickListener() {* * public void onClick(View view) {* *// put some code here that handles the click event.* *

[android-developers] Android source code not available at official site

2011-10-13 Thread KK
Hi All, I was trying to download the android source code and play around with things. I'm trying to use this like http://source.android.com/source/downloading.html to get the source code. It seems the URL is unavailable and the 404 page comes up . I also tried to access the page manuall

[android-developers] How can I import Facebook to my Android app?

2011-10-13 Thread Zwiebel
I have an app which in I want to import Facebook login and publish possibilities. I got a source code facebook hackbook which has source code about the things. But I have a problem. I can't get the android hash code from the debug.keystore. I have an E drive instead of C so I copy/pasted the code f

[android-developers] Re: Android source code not available at official site

2011-10-13 Thread Chris
On Thursday, October 13, 2011 9:35:46 AM UTC-4, KK wrote: > > > Would appreciate if someone can point me in the right direction to get the > (latest)android source code. Thanks a ton. > > Its been unavailable roughly the past five weeks since kernel.org was hacked. There's no official word on

Re: [android-developers] how to use menu for full screen apps on honeycomb?

2011-10-13 Thread Mark Murphy
On Thu, Oct 13, 2011 at 7:58 AM, Changzhi Wang wrote: > thanks in advance! Either don't make it full-screen, or roll your own menu as part of your UI. Usually a full-screen tablet app will be some sort of game that would not use an options menu even on a phone, preferring instead to integrate so

[android-developers] APK must be signed with the same certificates as the previous version

2011-10-13 Thread MobileVisuals
I try to upload new versions of 2 of my apps on Android market,but I get the message "apk must be signed with the same certificates as the previous version". My old development environment crashed and I can't find the certificate that I used before. How can I solve this problem? Is there no possibi

Re: [android-developers] Can I use device height in layout XML file?

2011-10-13 Thread Mark Murphy
On Thu, Oct 13, 2011 at 6:46 AM, limtc wrote: > I am doing a drawing program which I have a palette height which is > exactly 1/5 of the device height. The question is: how do I specified > it in android:layout_height? You can't, per se. You can put the palette inside of a LinearLayout with andro

Re: [android-developers] APK must be signed with the same certificates as the previous version

2011-10-13 Thread Mark Murphy
On Thu, Oct 13, 2011 at 10:07 AM, MobileVisuals wrote: > I try to upload new versions of 2 of my apps on Android market,but I > get the message "apk must be signed with the same certificates as the > previous version". My old development environment crashed and I can't > find the certificate that

[android-developers] Re: Creating an onClick event

2011-10-13 Thread asdf
I think you can get the root view from the activity. And then remove its child view then inflate the layout you want to added using LayoutInflater. And add the view to the root view finally. Maybe it will work. On 10月12日, 下午9时38分, Stefan Reaney wrote: > Hi guys, > > Im pretty new to this android

[android-developers] Does anyone completely using test-driven development strategy in android development?

2011-10-13 Thread hongbosb
I found TDD is quit a good stuff recently. But i think android`s testing framework isn't mature enough. For example, when i was going to use a mock framework, there is only android-mock can help me. And make it work out is quit tough thing. And when i was using robotium to automatic testing, em

[android-developers] Re: plz help....

2011-10-13 Thread hongbosb
You can push your apk file into /system/app. Then this app won't be uninstall in usual way. ps: You mush root your phone and remount your device using adb remount. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send

[android-developers] Re: الانظمام الي هذا المجموعة

2011-10-13 Thread hongbosb
欢迎加入android -- 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 opti

Re: [android-developers] Re: الانظمام الي هذا المجموعة

2011-10-13 Thread ourunix
同秀伟大美丽的方块字 From: hongbosb Sent: Thursday, October 13, 2011 10:58 PM To: android-developers@googlegroups.com Cc: mohammed@hotmail.com Subject: [android-developers] Re: الانظمام الي هذا المجموعة 欢迎加入android -- You received this message because you are subscribed to the Google Groups "Androi

[android-developers] please help: broadcast receiver does not execute code

2011-10-13 Thread John Goche
Hello, I am having the following problem and was wondering whether anyone here could be so kind so as to help me. I am having a broadcast receiver in my code that opens a database and sets an alarm. However the code that sets the alarm is never called as shown in the adb logcat output. What is int

Re: [android-developers] plz help....

2011-10-13 Thread Divyata P
nope.. not malware!! jus to make an app for security purpose.. On Thu, Oct 13, 2011 at 3:23 AM, Kim Brorsson wrote: > Someone making malware, aye? > > Den 12 okt 2011 13.06 skrev "Divyata Panchal" >: > >> how to stop uninstallation of any application in android...? >> >> plz help.. >> >

[android-developers] how to insert image into listview and text also in list view

2011-10-13 Thread shital suryawanshi
hi if any one have information about that pls send me thanks shital -- 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 and

[android-developers] Re: Two menu buttons in Honeycomb?

2011-10-13 Thread Darren K
I have this exact same problem. Pressing the on in the system bar expands the one on the action bar. I have set targetSdkVersion to 11. Also tried it with 13. There must be some exception that both of us have found to the rule not to show the system bar "legacy" menu button when targeting 11.

[android-developers] I want to know how can I make the cell take input from the soft keypad ?

2011-10-13 Thread sunny
Hi, I am a newbie to Android development. I have created a grid of rows x columns by creating a class which extends a View and then painting the grid lines on the canvas. Then I was able to pop up the soft keypad when a user touches any cell on the grid. 1) I want to know how can I make the cell

[android-developers] Where could I download CTS 2.3_r9 source code?

2011-10-13 Thread Enrico
ATT -- 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, vis

[android-developers] Fragment visibility after transaction

2011-10-13 Thread Nick Parker
Hello, I am using the fragment compatibility library and have a question about fragment transactions. I am using a third-party action bar and two fragments in this scenario. Each fragment updates the user interface of the outside action bar when they are displayed. When displaying the first fra

[android-developers] terminating the application in android issue

2011-10-13 Thread Uberall, Android
Dear All Experts, I have developed my own application but I am unable to close it through coding. I have tried following ways (a) System.exit(0) (b) android.os.Process.killProcess(android.os.Process.myPid()); (c) super.destroy() (d) this.finish(); (e) .this.getParent().finish(); but these a

[android-developers] Robotium Vs Monkeyrunner

2011-10-13 Thread Mahendran
I'm new to Android and I'm trying to understand 1. Which is better tool for testing both Native app. and Web based application? 2. MonkeyRunner code can be run in mobile device or can be done only in the SDK? Thanks, Mahendran -- You received this message because you are subscribed to the Googl

[android-developers] My app is on market but any device can install it

2011-10-13 Thread deloupy jp
Hi, 1) We can't find our appli in android market, only in our developer account . It has been developed on eclipse and tested successfully on samsung galaxy 2 We can't find any relevant reason for dysfunction of our application. When i want to install on my mobile, it's not OK too. Thanks f

[android-developers] Do I need to buy Google Maps license for Android?

2011-10-13 Thread elFerZur
I want to develop an Adroid App (for internal use, not for Android Market) that uses Google Maps Api to view vehicles position in real time over maps. The application is not for comercial use, only for few users that have android phones, and want to know the position of vehicles over Google Maps. D

[android-developers] Android Tablet Internal Storage

2011-10-13 Thread ramya
Hi, 1)I am converting an ipad project to android.In doing so,in ipad version ,I can save the internal files in bundle (called Bundle directory) and all the files are stored under documents which is internal to app. In android we have /data/data/{package name}/files My Question is I should be able

[android-developers] Gingerbread boot time page fault

2011-10-13 Thread Christian Pinto
Hello everybody, i'm working on the porting of Android gingerbread on an ARM based virtual platform, based on ARM Fast Models Emulator (Cortex-a9 is the target architecture). I was able to patch a Linux-2.6.38 kernel which works pretty good with some releases of Android and the virtual platform de

[android-developers] Service BroadcastReceiver and Activity

2011-10-13 Thread Diego Fernandez
Hello to all, I have read something about how to launch a Activity from BroadcastReceiver, hence now I am reached the point where I really cant not find the answer to... why is closing my application?. I will explain the idea of ​​the application: It consists of a main screen "main" that has only

[android-developers] Finding the Users Nearest Places

2011-10-13 Thread Murali
I finished the code for user curretn location .i done json parsing to get nearest places but i get only users current location only ..what can i do..? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to andr

Re: [android-developers] My app is on market but any device can install it

2011-10-13 Thread Appaholics
Could you tell us the name? Thanks On Thu, Oct 13, 2011 at 7:57 PM, deloupy jp wrote: > Hi, > > 1) We can't find our appli in android market, only in our developer > account . > > It has been developed on eclipse and tested successfully on samsung galaxy > 2 > We can't find any relevant reas

[android-developers] SoftPhone

2011-10-13 Thread papar
Hallo allemaal, Ik wil graag weten hoe kan ik een softphone voor android maken? Is er een tutorial of gids of example? Is er een opleiding in dit richting? Groetjes, Papar. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this gr

Re: [android-developers] Do I need to buy Google Maps license for Android?

2011-10-13 Thread Appaholics
It is free for any use as long as you leave their logo intact and visible. AFAIK. Thanks On Thu, Oct 13, 2011 at 1:55 PM, elFerZur wrote: > I want to develop an Adroid App (for internal use, not for Android > Market) that uses Google Maps Api to view vehicles position in real > time over maps.

[android-developers] Re: How to get class file from APK

2011-10-13 Thread ven
http://stackoverflow.com/questions/3593420/android-getting-source-code-from-an-apk-file -- 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,

[android-developers] Re: Http Live Streaming

2011-10-13 Thread zafera
Here is a test stream link from microsoft you can type this to android device's web browser and see if it plays the video. httplive://mediadl.microsoft.com/mediadl/IISNET/SmoothMedia/iPhone/bbb/output/test.m3u8 Zafer On 13 Ekim, 10:04, bhargavi wrote: > Hi, >     Thanks for the response,i wante

[android-developers] Problms

2011-10-13 Thread amjad yoosuf
Dear Am using new Samsung Galaxy S i9000 Phone But i cant create my Android Account I just try to download some applications But that time see in this message *There are no Android phones associated with this account. Please sign in with a different account.* -- * Amjath Yoosuf* -- You rece

[android-developers] Get Application Context After Force closed

2011-10-13 Thread Manikandan M
Hi I integrated c2dm in my application its working fine. once c2dm notification came i do some database operation so i need the context to create OrmLiteSqliteOpenHelper object. OrmLiteSqliteOpenHelper lDatabaseHelper = OpenHelperManager.getHelper(context.getApplicationContext()); This is fine i

[android-developers] OpenGL reinitialization in Android

2011-10-13 Thread Jigar
We are trying to re-initialize OpenGL instance on Android in the SurfaceFlinger. For this, I am calling an API in SurfaceFlinger implemented by us. This API inturn speaks with OpenGL through DisplayHardware. Now, to re-initialize OpenGL, first I flush the existing OpenGL instance & then recreate a

[android-developers] Re: Android source code not available at official site

2011-10-13 Thread apalsson
Actually http://android.git.kernel.org/ is up again, but still dreams of electric sheep. No repo yet available. But it's a promising start and hopefully we'll see some sources again in a week or two. :) -- You received this message because you are subscribed to the Google Groups "Android Develo

[android-developers] Apply custom effect to camera preview

2011-10-13 Thread Jordi Puigdellívol
Hi guys, I want to add some effects to the camera preview, I found out that the best way is to pass it to a opengl texture and display it over the Surface, I found an example that gets the luminance and displays it, however I want to use the RGB image to apply my efects, is there an easy way to ac

[android-developers] Re: Android game programming

2011-10-13 Thread Jordi Puigdellívol Hernández
You can try andengine, it has some samples that may 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@googlegroups.com To unsubscribe from this group, send email to android-deve

[android-developers] Registering Intent for Sending a link / web page

2011-10-13 Thread Markus Wolff
Hi, I'm trying to register an intent so that my app pops up as a possible choise when choosing "Share link" from the browser's context menu or "More -> Share page" from the browser's application menu. To do this, I have so far created a new activity called "ShareActivity" and updated the manifest

Re: [android-developers] Problms

2011-10-13 Thread Appaholics
This is an SDK support list. For your phone support please use other forums. Thanks On Thu, Oct 13, 2011 at 4:29 PM, amjad yoosuf wrote: > Dear > > Am using new Samsung Galaxy S i9000 Phone But i cant create my Android > Account I just try to download some applications But that time see in > thi

[android-developers] Re: Hi this is basha

2011-10-13 Thread Alfdevel
Hi, you could use AChartEngine :http://www.achartengine.org/ On 13 oct, 13:16, johny basha wrote: > hi can any help me > > i am new android developer. i want to display a chart that should be updated > at run time with the user's data -- You received this message because you are subscribed to

[android-developers] Re: Graphical anomaly with hints disappearing. Can anyone explain?

2011-10-13 Thread darrinps
It did for me as well. If you remove top though, it goes away. This is a bug, albeit a lesser one than I thought at first as long as someone knows the work around. On Oct 8, 11:00 am, Studio LFP wrote: > I tested the following code: > > android:layout_height="fill_parent" android:layout_weight="

[android-developers] Re: working with tabs (tabhost)

2011-10-13 Thread Kristoffer
Hello. Thanks for a good answer. Have a nice day. On 12 Okt, 05:21, Subin Sebastian wrote: > Hi Kristoffer, > > Hope you were following the tutorial I've posted in the last response. I've > figured out a way to do your requirement. The idea is to clear all the tabs > which is loaded before in on

[android-developers] google direction api

2011-10-13 Thread Goutom
Hi I want to get direction between two geopoints and using web service describes in this link http://code.google.com/apis/maps/documentation/directions/ . Using this url ( http://maps.googleapis.com/maps/api/directions/json?origin=23.884228857253493,90.40052890777588&destination=23.738054845909

[android-developers] Broadcast intent for Data Tx and Rx for an App in Android device

2011-10-13 Thread Ranjan A R
Hello all, I would like to know: 1) If there a way android sends broadcast as and when App does Tx and Rx of data packets. 2) If so, how can I register for that broadcast. Reason: The TrafficStats, Api google provides is not helpful for me, I want to display graph of Tx and Rx of every App with

[android-developers] NFC implementation

2011-10-13 Thread ANKUR GOEL
Hi all please provide me some sample programs of NFC excluding from api demo program. or some reference links Thanks and Regards:- Ankur Goel 09019040351 S/W Engg. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group,

Re: [android-developers] switching between activities

2011-10-13 Thread TreKing
On Thu, Oct 13, 2011 at 7:08 AM, vani reddy wrote: > How to switch to different activity without calling > Intent intent = new Intent(CurrentActivity.this,NewActivity.class); > startActivity(intent); > I dont want to call oncreate at all? > You have to call onCreate at least the first time you .

Re: [android-developers] NFC implementation

2011-10-13 Thread Mark Murphy
Here's one from one of my books: https://github.com/commonsguy/cw-advandroid/tree/master/NFC/URLTagger On Thu, Oct 13, 2011 at 2:19 PM, ANKUR GOEL wrote: > Hi all > please provide me some sample programs of NFC excluding from api demo > program. > or some reference links > > Thanks and Regards:-

Re: [android-developers] Broadcast intent for Data Tx and Rx for an App in Android device

2011-10-13 Thread Mark Murphy
On Thu, Oct 13, 2011 at 2:08 PM, Ranjan A R wrote: > 1) If there a way android sends broadcast as and when App does Tx and > Rx of data packets. No. > b) There is no way I can get Tx and Rx with respect to time. Sure you can. It's called "sampling". -- Mark Murphy (a Commons Guy) http://commo

Re: [android-developers] Get Application Context After Force closed

2011-10-13 Thread Manikandan M
Hi Please help me, I am struggling with this problem almost a day. On Thu, Oct 13, 2011 at 5:57 PM, Manikandan M wrote: > Hi > > I integrated c2dm in my application its working fine. once c2dm > notification came i do some database operation so i need the context > to create OrmLiteSqliteOpenHel

Re: [android-developers] google direction api

2011-10-13 Thread Mark Murphy
This has nothing to do with Android. One would imagine that, somewhere out on the Internet, there is a support resource for Google Maps API. On Thu, Oct 13, 2011 at 2:06 PM, Goutom wrote: > Hi > I want to get direction between two geopoints and using web service > describes in this > link http://

[android-developers] normals

2011-10-13 Thread bob
Is there any way to specify normals in OpenGL on Android 1.6? I want to do shading, but I don't want to abandon the 1.6ers. . -- 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@googleg

Re: [android-developers] normals

2011-10-13 Thread Christopher Van Kirk
On 10/14/2011 2:50 AM, bob wrote: Is there any way to specify normals in OpenGL on Android 1.6? I want to do shading, but I don't want to abandon the 1.6ers. . Bind the normals to an array whose elements match your vertices, then use glAttribArray to load them. Or you can use a buffer. -

Re: [android-developers] Finding the Users Nearest Places

2011-10-13 Thread TreKing
On Thu, Oct 13, 2011 at 3:12 AM, Murali wrote: > what can i do..? > Read this http://catb.org/~esr/faqs/smart-questions.html Then clarify what you're asking. - TreKing

Re: [android-developers] Registering Intent for Sending a link / web page

2011-10-13 Thread TreKing
On Thu, Oct 13, 2011 at 7:28 AM, Markus Wolff wrote: > Can anyone offer any pointers to what I'm doing wrong? Maybe take out the http scheme - a URL in a browser is just text. Also, look at LogCat when you hit "Share Link", the system might spit out info about the intent it's launching and thus

[android-developers] Game dev : Body of a bullet

2011-10-13 Thread noob_boy
Hi, I have tried and tried but I cannot create the body of a bullet. I am using a physics engine (box2D) and am trying to create a bullet that will hit walls and richochet or hit obstacles and richochet. I want to create bullet behaviour like the stupid zombie game. Can anybody please point me to

Re: [android-developers] Get Application Context After Force closed

2011-10-13 Thread Studio LFP
Try using the context that is passed to the receiver instead of the application context. The application context is different and I believe they recommend not using it unless it is for very specific purposes. Steven Studio LFP http://www.studio-lfp.com On Thursday, October 13, 2011 1:33:46 PM

Re: [android-developers] Get Application Context After Force closed

2011-10-13 Thread Manikandan M
Hi steven, Thanks for the reply. yes the context which i used is receiver context only but i dont have any luck. it through same exception. On Fri, Oct 14, 2011 at 12:52 AM, Studio LFP wrote: > Try using the context that is passed to the receiver instead of the > application context. The appli

Re: [android-developers] Get Application Context After Force closed

2011-10-13 Thread Manikandan M
i tried all cases: *context.getApplicationContext() , context, this*. but i returns same exception. Thanks in advance. On Fri, Oct 14, 2011 at 1:01 AM, Manikandan M wrote: > Hi steven, > > Thanks for the reply. > > yes the context which i used is receiver context only but i dont have any > luck

Re: [android-developers] Get Application Context After Force closed

2011-10-13 Thread Kostya Vasilyev
I'm not sure that this exception has anything to do with application vs. non-application context, or perhaps it's more complicated than usual. Exception : java.lang.IllegalStateException: Could not find OpenHelperClass because none of its generic parameters extends OrmLiteSqliteOpenHelper: null

Re: [android-developers] Game dev : Body of a bullet

2011-10-13 Thread TreKing
On Thu, Oct 13, 2011 at 2:18 PM, noob_boy wrote: > Can anybody please point me to something - a tutorial or sample code? > This isn't Android specific - try a game-development forum like GameDev.net ? --

Re: [android-developers] Re: Custom DialogPreference and PreferenceManager.setDefaultValues issue

2011-10-13 Thread Thierry Legras
Okay, I give up. My preference default value will be copied in the preference access code as well: value = sharedPref.getInt(mykey,myDirtyHardcodedDefaultValue ); If ever someone has a better solution, it will be welcome :) Thierry. 2011/10/11 Thierry Legras > Hi Ibendlin, > > Thanks for he

[android-developers] An application that hosts a set of other applications

2011-10-13 Thread droid-stricken
Hi All, I have posted this question on StackOverFlow. So apologies for those that find this redundant - but i could not get any ideas (yet) from that forum. So, i repeat here: - I have half a dozen apps that i want to put on Google Market. One of them are ready and the other are in progress.

[android-developers] android.text.format.DateFormat.format performance

2011-10-13 Thread Thierry Legras
Hi, I am optimizing the critical parts of my code, and I coming to some ResourceCursorAdapter bindView method. Though the method is quite long, I saw on traceview that only 2 lines are taking 40% of the time in traceview; those are call to DateFormat: ((TextView)view.findViewById(R.id.EPG_list_it

Re: [android-developers] An application that hosts a set of other applications

2011-10-13 Thread Mark Murphy
On Thu, Oct 13, 2011 at 5:17 PM, droid-stricken wrote: > I have posted this question on StackOverFlow. So apologies for those > that find this redundant - but i could not get any ideas (yet) from > that forum. Your question is not really a programming question, and so is not terribly suitable for

[android-developers] Can we open the Market's search activity through intent?

2011-10-13 Thread Build account
Hello. Is there any intent option to open the Market's black search activity? and How to just launch the Market app? -- 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 T

Re: [android-developers] An application that hosts a set of other applications

2011-10-13 Thread Justin Anderson
If you REALLY want to host an app inside your main app, I believe it is doable, but I highly recommend you do it a different way. Just use intents to start the apps from the main one. If you are hell bent on hosting the app inside the main one, then you need to make sure that all the apps are sig

  1   2   >