[android-developers] Re: Career as an Andoid developer. Is there any point?

2011-05-25 Thread Zsolt Vasvari
He won't back it up because he can't. It's as simple as that. On May 25, 1:44 pm, Spooky spooky1...@gmail.com wrote: On May 24, 9:27 pm, TreKing treking...@gmail.com wrote: On Tue, May 24, 2011 at 9:00 PM, DanH danhi...@ieee.org wrote: [nothing worth quoting] You made a pretty bold

[android-developers] How to change Keyboard InputType programatically

2011-05-25 Thread Explore Android
Hi, I am working on a Remote Desktop application and I want to control the keyboard presence programmatically. I achieved the display of soft keyboard by following block of code, InputMethodManager imm = (InputMethodManager) getSystemService(Context.INPUT_METHOD_SERVICE);

[android-developers] How to simulate 3D-rotation of irregular object using OpenGL in android?

2011-05-25 Thread bhavani sankari
Hi, I'm new to Android as well the OpenGL Concepts. Referred to the example code for 3D-Cube rotation in ApiDemos. I have a requirement, where-in i need to simulate the 3D rotation of a irregular object [like Chair or a Doll or a car] as in the example given in ApiDemos for Cube 3D rotation.

[android-developers] Re: What did you use to create your launcher icon for your app?

2011-05-25 Thread ThaMe90
I've used GIMP aswell. Took a while to learn, but it's quite powerfull. I bet you can get almost the same functionality out of it that you can get with Photoshop. On 25 mei, 02:02, B Lyon bradfl...@gmail.com wrote: I am about to work on making the launcher icon for an app.  Lots of stuff out

[android-developers] Re: Updating row dynamically in ListView

2011-05-25 Thread Ravi
You could store the new data form the socket into a DB or content provider and on every update just call notifiyDatasetchanged on the list adapter. On May 25, 9:13 am, pramod.deore deore.pramo...@gmail.com wrote: Hi all, I am developing an application in that I am receiving continous data

[android-developers] Is is possible to do a application with ATG(art Technology group).

2011-05-25 Thread HariRam
Hi friends, I searched in google for how to do a application with ATG technology. I did not get any proper guidance. If anyone doing the application with ATG pls guide me, and send me a proper tutorials, Thanks in advance. -- Thanks and Regards Hariram -- You received this message because you

Re: [android-developers] Re: LogCat with the Tab 10.1

2011-05-25 Thread Sergio Visinoni
If you're developing on Mac or Linux, you can also use grep, grepping for your own message tags, in a terminal. Just pipe logCat output into it like this : adb logcat | grep MyAppTag In a terminal. That is what I usually do for logCat. Le 25 mai 2011 02:57, Nathan critter...@crittermap.com a

[android-developers] Keen to do Google TV apps but I am not in USA

2011-05-25 Thread Droid
Is there any point in me making Google TV apps if I am in the UK? (I believe its for USA TV only at this point in time) -- 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] Re: Updating row dynamically in ListView

2011-05-25 Thread pramod.deore
Hi Ravi thanks for reply. actually it will becomes more complicated. Because server is sending data 2-3 times within a second And it will not be good idea to store data such a frequently. Can somebody please provide me a guideline How I can check whether some key (here Name ) is already exist in

Re: [android-developers] What did you use to create your launcher icon for your app?

2011-05-25 Thread Nikolay Elenkov
On Wed, May 25, 2011 at 9:02 AM, B Lyon bradfl...@gmail.com wrote: I am about to work on making the launcher icon for an app.  Lots of stuff out there, and I've read the specs.  I was curious what the folks here on the list used, especially those who may feel they are a little non-artistic

[android-developers] Re: Career as an Andoid developer. Is there any point?

2011-05-25 Thread Ali Chousein
Dan, It doesn't matter how many f*g years you've spent in the industry, but it DOES matter what f*g thing(s) you've achieved. As you age you build(!) experience, even if you are just sitting behind a desk and surfing the internet anyway. Well, Android is one of those f*g things which

[android-developers] how to write a code to read/write file operation that doesnt independent to processor or memory?

2011-05-25 Thread Hitendrasinh Gohil
hi, i am just writing the decrypted file from encrypted one,this takes a 4 to 5 secs in galaxy tab, around 6 sec in htc and with zte blade it stucks,taking more than 30secs. so what points need to be consider while writing the code for file operation. -- You received this message because you

[android-developers] Re: What did you use to create your launcher icon for your app?

2011-05-25 Thread Ali Chousein
GIMP, it's free and very powerful. -- 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: Updating row dynamically in ListView

2011-05-25 Thread Nikolay Elenkov
On Wed, May 25, 2011 at 4:01 PM, pramod.deore deore.pramo...@gmail.com wrote: Hi Ravi thanks for reply. actually it will becomes more complicated. Because server is sending data 2-3 times within a second And it will not be good idea to store data such a frequently. Can somebody please provide

[android-developers] Re: Updating row dynamically in ListView

2011-05-25 Thread pramod.deore
Actually I am dealing with huge data. In above code just show a sample of three fields but there are more than 40 fields. On May 25, 12:08 pm, Nikolay Elenkov nikolay.elen...@gmail.com wrote: On Wed, May 25, 2011 at 4:01 PM, pramod.deore deore.pramo...@gmail.com wrote: Hi Ravi thanks for

Re: [android-developers] Re: Career as an Andoid developer. Is there any point?

2011-05-25 Thread Kristopher Micinski
Man, Some of this has been extremely harsh, especially given that he pointed out he *didn't* want to argue. I'm sure someone will fire back with the but he can't back it up, he deserves it, but there have been over ten people doing about the same thing, and I believe the point has been made.

[android-developers] how to extract .so file?

2011-05-25 Thread Hitendrasinh Gohil
can anyone suggest a good tool to extract c/c++ code from .so 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, send email to

Re: [android-developers] how to extract .so file?

2011-05-25 Thread Kristopher Micinski
This is completely off topic for this list. (Perhaps this was on accident?) This might be closer to the NDK, but I suspect they'd find your question odd too. But if you want some things to google around, try disassembly and decompilation. Kris On Wed, May 25, 2011 at 3:17 AM, Hitendrasinh

Re: [android-developers] Re: Updating row dynamically in ListView

2011-05-25 Thread Nikolay Elenkov
On Wed, May 25, 2011 at 4:15 PM, pramod.deore deore.pramo...@gmail.com wrote: On May 25, 12:08 pm, Nikolay Elenkov nikolay.elen...@gmail.com wrote: On Wed, May 25, 2011 at 4:01 PM, pramod.deore deore.pramo...@gmail.com wrote: Hi Ravi thanks for reply. actually it will becomes more

[android-developers] Re: Showing Static directions on Google Map View in android

2011-05-25 Thread SAM
Hi TreKing, I am expecting the answer from someone from google MAPs team as I have the code where we can draw directions on the Google Map control but I am not 100% sure whether it will cause any issues for my company. Anyways thanks for your suggestions. ~sam On May 25, 1:43 am, TreKing

Re: [android-developers] Re: LogCat with the Tab 10.1

2011-05-25 Thread Kostya Vasilyev
And if you're not on Linux / MacOS, consider that Windows has find. This is what I do for my Xperia Arc, which also prints extraneous logcat entries, although not at the rate of the Tab 10.1: adb logcat | find /v /Audio | find /v /lights /v means display lines with no match, grep has -v, so

Re: [android-developers] how to write a code to read/write file operation that doesnt independent to processor or memory?

2011-05-25 Thread Dianne Hackborn
Profile your code to see where it is taking its time to optimize those critical paths. If you are implementing the decryption in Java, you may be seeing differences in the hardware or Dalvik such as: - CPUs with or without floating point. - Different CPU speeds. - Older versions of the platform

[android-developers] Re: Updating row dynamically in ListView

2011-05-25 Thread pramod.deore
Hi actually I am getting a string with some delimilater. Now using split() I am split that response. after spliting I am getting string array of size 40. I am not going to display all 40 fields. I will show near about 10 fields. Once again let me explain what I want: Using socket connection I am

[android-developers] Re: Using transparent png textures won't work

2011-05-25 Thread cg-dev
Hi, export it as 32bpp (tried 3 differenty image editing tools). It's strange you cannot get 32 bpp png. I use gimp every day and my PNG with transparency work very well. (Take care : android downsampling PNG without transparency to 565) Sorry this issue seems occurs only on 2.1 Here a

Re: [android-developers] Re: Updating row dynamically in ListView

2011-05-25 Thread Daniel Drozdzewski
Pramod, You have to read up on ListView and some Adapter that backs the ListView providing it with data. When you receive new set of data to be displayed or your data has changed, you call BaseAdapter.notifyDataSetChanged() to notify the associated ListView to redraw all visible items. ListView

[android-developers] Re: External Jar and Resources

2011-05-25 Thread cg-dev
Hi, you can embed resources in JAR, we do it for a project. We embed PNG that are loaded by another JAR. But you cannot load layout using XML file whatever the XML location. Regards On May 13, 6:23 pm, iliab ibask...@microstrategy.com wrote: I encountered similar problems in my work. I think

[android-developers] Re: Soft keyboard 'Done' button

2011-05-25 Thread Neilz
To bring this to the top again... Yes, I'm having problems with it, the DONE button never appears! Anyone else have experience with this? On May 22, 11:10 pm, Nicholas Johnson metthejohn...@gmail.com wrote: Are you having problems with the implementation? Make sure to put an

[android-developers] Re: Updating row dynamically in ListView

2011-05-25 Thread pramod.deore
Yes Daniel I will try some sample code side by side but it will be great if you help to solve this tragidy. Look at my code: private BroadcastReceiver broadcastReceiver = new BroadcastReceiver() { @Override public void onReceive(Context context, Intent intent) {

[android-developers] Resource not found exception when my activity goes to background

2011-05-25 Thread Shashidhar
Hi, I have an application in which I refresh the GUI ( set some images in my layout ) for every one second. Its all working well when the activity is in foreground. But when it goes to background ( ex. when I press home button) it starts throwing exception saying Resource not found when try to

[android-developers] Total and Active Installs.

2011-05-25 Thread Amita Dev
Hi, What is the difference in between these two terms which come on Market publish home? Thanks, -A -- 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

[android-developers] Re: Total and Active Installs.

2011-05-25 Thread Zsolt Vasvari
Which part of the words Total and Active are confusing? On May 25, 5:08 pm, Amita Dev amita.develo...@gmail.com wrote: Hi,    What is the difference in between these two terms which come on Market publish home? Thanks, -A -- You received this message because you are subscribed to the

Re: [android-developers] Re: Updating row dynamically in ListView

2011-05-25 Thread Daniel Drozdzewski
Pramod, you are creating new ArrayList that backs new SimpleAdapter every time you receive an update, hence all there is to display is only what came with the update. Activity should have one Adapter per ListView and both of those should not be re-created, but created once and the updated, when

[android-developers] inflating xml and adding dynamically

2011-05-25 Thread imran ali
Hi all, i have recipe_comment_sample.xml of LinearLayout i have been inflating it, and i want to add this dynamically multiple times in another Linearlayout lL, as follows for(int i=0;isize;i++) { View commentsView = (LinearLayout)layoutInflater.inflate(R.layout.recipe_comment_sample,linearlayout

[android-developers] Re: Total and Active Installs.

2011-05-25 Thread String
There's lots of ambiguity in both terms. TOTAL: does this include failed purchases? Users who purchased but never downloaded? Failed downloads? Are multiple devices for the same user counted individually, or aggregated? And so on. ACTIVE: is this users who have actually used the app within a

Re: [android-developers] inflating xml and adding dynamically

2011-05-25 Thread Nikolay Elenkov
On Wed, May 25, 2011 at 6:29 PM, imran ali imran...@gmail.com wrote: Hi all, i have recipe_comment_sample.xml of LinearLayout i have been inflating it, and i want to add this dynamically multiple times in another Linearlayout lL, as follows for(int i=0;isize;i++) { View commentsView =

[android-developers] Re: Updating row dynamically in ListView

2011-05-25 Thread pramod.deore
Still I am confused How I will check whether that list contains particular EmpId number or not? Means if there is no record for that particular empId then I am going to create new row but if it is present then I will only update that particulars row's value. On May 25, 2:27 pm, Daniel

[android-developers] API Level weirdness

2011-05-25 Thread String
Coincidentally(?), just this morning I've come across two examples of SDK features working in API levels where, according to the documentation, they really shouldn't. The first is Bitmap.setHasAlpha(), which the docs say was just added in API level 12, and which I've certainly never noticed

Re: [android-developers] how to extract .so file?

2011-05-25 Thread Marcin Orlowski
On 25 May 2011 09:17, Hitendrasinh Gohil hitendra.virtuei...@gmail.comwrote: can anyone suggest a good tool to extract c/c++ code from .so file? There's no source code is .so. It's not an archive to be extracted. It's a shared library so you may need a disassembler type of tool. Not an easy

Re: [android-developers] Re: Career as an Andoid developer. Is there any point?

2011-05-25 Thread Francisco Dalla Rosa soares
That means that you don't expose your beliefs in the first place if you don't feel like arguing. That's what the it means. Keeping quiet you're contributing to peace and proving that yes, you think it's useless arguing about religion. If you come and say [iOS/Android/Catholic

Re: [android-developers] how to listen at ports for some network events?

2011-05-25 Thread Hitendrasinh Gohil
hi, i m using wowza server that sends the trackdetails to each of its clients that are connected to it when the track changes.so i just need to receive details sent by wowza server.there isnt any need to send response back to server. -- You received this message because you are subscribed to

[android-developers] Re: Toggling BT A2DP audio routing

2011-05-25 Thread Pent
I tell my users to go to the Bluetooth settings, long tap on their A2DP sink. There they can decide where/when the sound should be routed. Unfortunately, it's for an automation app, so I can't tell them to do it manually :-) Pent -- You received this message because you are subscribed to the

Re: [android-developers] how to extract .so file?

2011-05-25 Thread Hitendrasinh Gohil
can u suggest me any tool for that? -- Regards, Hitendrasinh Gohil -- 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: Updating row dynamically in ListView

2011-05-25 Thread pramod.deore
Ok using HashSet or TreeSet I know whether particular EmpId is exist or not. as TreeSet ts = new TreeSetString(); if (ts.add(tokens[5])) { //Here it will add this string into TreeSet only if it is not present. Means now I know whther EmpId is already exist or not in a list. But I can't

Re: [android-developers] Re: Updating row dynamically in ListView

2011-05-25 Thread Daniel Drozdzewski
Pramod, You have to look at few things: - List.contains() will tell you whether the reference to YourObject instance is held by the list - YourObject.equals() is used by List.contains() to answer *contains?* question In your code, you don't have YourObject, that holds the model. In your case it

[android-developers] About Google Maps Api without google add-on

2011-05-25 Thread j0nSn0w
Hi guys, I'm developing an application using galaxy tab emulator as build target. I'd like to use Google Maps library in my application; but following the instructions on Google Maps site, I will have to set the build target for my application to google add-on. In this way my application won't

Re: [android-developers] About Google Maps Api without google add-on

2011-05-25 Thread Ralph Bergmann
Am 25.05.11 12:07, schrieb j0nSn0w: I'm developing an application using galaxy tab emulator as build target. I'd like to use Google Maps library in my application; but following the instructions on Google Maps site, I will have to set the build target for my application to google add-on. In

[android-developers] Re: Need to create Android toggle button in Iphone style

2011-05-25 Thread Neilz
Although the original question perhaps wasn't asked in the best way, this is actually a good point, something that I'm looking into myself. It's a sad fact that in the Android world many clients are now asking for an app that does what the existing iPhone app does. And iPhone apps that I'm basing

[android-developers] Re: Updating row dynamically in ListView

2011-05-25 Thread pramod.deore
Daniel Thanks for your help. I will go with some tutorials. And if again suppose face problem I will be back. Anyway Thanks. On May 25, 3:06 pm, Daniel Drozdzewski daniel.drozdzew...@gmail.com wrote: Pramod, You have to look at few things: - List.contains() will tell you whether the

Re: [android-developers] Re: Need to create Android toggle button in Iphone style

2011-05-25 Thread Kostya Vasilyev
25.05.2011 14:37, Neilz пишет: Yes I know I could design a button which gets switched when pressed, but it still isn't the same. Anyone have any other examples or suggestions? The usual way of choosing between options in Android is Spinner, but I'm sure you already know that :) For two

[android-developers] Re: About Google Maps Api without google add-on

2011-05-25 Thread j0nSn0w
If I change the target for the galaxy tab emulator, it will not be a galaxy emulator any more. So, I do not. In this way, having the application google api as build target, it doesn't start in the galaxy tab emulator, but in a generic emulator which has google api as build target. The question is,

[android-developers] Reader/Transmitter for P2P on NFC

2011-05-25 Thread mduffy215
Has anyone found a reader/transmitter for P2P on NFC. Basically, I want to establish a communications channel between my Nexus S and my desktop using NFC. The ACR 122 U looks promising, but is not there yet:

Re: [android-developers] API Level weirdness

2011-05-25 Thread Mark Murphy
On Wed, May 25, 2011 at 5:49 AM, String sterling.ud...@googlemail.com wrote: Coincidentally(?), just this morning I've come across two examples of SDK features working in API levels where, according to the documentation, they really shouldn't. The first is Bitmap.setHasAlpha(), which the docs

[android-developers] Re: Career as an Andoid developer. Is there any point?

2011-05-25 Thread Ali Chousein
Kris, Take out the f word from my answer, and nothing else is indecent, or harsh, or rude or whatever. Sorry man, if someone comes and says x sucks and the only argument he gives is My 40+ years of experience bla, bla someone out there is going to use the f word. If someone claims that x sucks he

[android-developers] Re: NFC send Url p2p

2011-05-25 Thread arik...@hotmail.com
Thanks Adam, I will prove, I only have to change that in the example of nfcDemo? But this is a chat, what I want is that when you have a url bring you the option to send by NFC. do you know how to do that? you would make me a great favor -- You received this message because you are subscribed to

[android-developers] help: all threads have the same pid, tid, same priority

2011-05-25 Thread redmapleleaf
Hi all, I am having a strange problem where all my threads are having the same pid,tid (logcat would display (pid:0xtid)). beside the main activity that display the GUI, my application created two threads, one for pulling data from the webpage and one for performing text to speech. For the

Re: [android-developers] API Level weirdness

2011-05-25 Thread String
Fair point, Mark. I would say that both of these seem to be working as far as my app's functionality is concerned (it's not just that I don't get a VerifyError), but I hear what you're saying, that they may not be fully reliable in the unpublished API versions. String -- You received this

[android-developers] Re: Career as an Andoid developer. Is there any point?

2011-05-25 Thread DanH
You don't believe everyone else is talking religion? Look how people jumped on me. On May 24, 9:55 pm, Ady Y bho...@gmail.com wrote: So it is clear then that your reasons are religious and not technical, as you tried to had people think. -- You received this message because you are

Re: [android-developers] API Level weirdness

2011-05-25 Thread Mark Murphy
On Wed, May 25, 2011 at 7:55 AM, String sterling.ud...@googlemail.com wrote: Fair point, Mark. I would say that both of these seem to be working as far as my app's functionality is concerned (it's not just that I don't get a VerifyError), but I hear what you're saying, that they may not be

[android-developers] Re: NFC send Photo

2011-05-25 Thread arik...@hotmail.com
hi, I do not think I explained myself well. What I need is the code, so that when i take a photo with my mobile. it bring me the option to send the picture by nfc. thx On 13 mayo, 17:28, cg-dev charles.gorand@gmail.com wrote: Hi, As far as I know, I don't think you can put an image into

Re: [android-developers] how to write a code to read/write file operation that doesnt independent to processor or memory?

2011-05-25 Thread Hitendrasinh Gohil
Hi, - CPUs with or without floating point. - Different CPU speeds. - Older versions of the platform that don't have the Dalvik JIT. - Other recent optimizations to Dalvik that are not in older platforms. In spotify still i dont know which type of encryption scheme is used and there are

Re: [android-developers] Re: Career as an Andoid developer. Is there any point?

2011-05-25 Thread Francisco Dalla Rosa soares
We are in a forum and there's no way we can just agree with someone else on disagreeing with you. everyone ends up sending their own disagreeing messages. You say it doesn't have the legs. People disagree and wanna know why you think so. I don't see where religion is. 2011/5/25 DanH

[android-developers] system / hardware level Android hacking

2011-05-25 Thread hank
For those interested in hacking Android on a system level (e.g. native code) and/or hardware hacking like porting Android to non-phone devices, there is a budding community of Android hackers at the Melbourne HackerSpace: http://www.hackmelbourne.org/ 'Budding' means ~3 people for now, but

[android-developers] Re: system / hardware level Android hacking

2011-05-25 Thread hank
Oops this message was not for this forum, can I recall 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-developers@googlegroups.com To unsubscribe from this group, send email to

[android-developers] Re: Input transport and input dispatcher error on 2.3

2011-05-25 Thread wang
Hi, Thank you for your reply. I want to know how I avoid problem? I check the log, in the previous run program has occurred E/InputDispatcher( 83): channel '406f6928 com.android.test/ com.android.test.test1 (server)' ~ Consumer closed input channel or an error occurred. events=0x8

[android-developers] MapActivity, sub-Activities and timeout issue

2011-05-25 Thread Dani
Hi, my app works like this: I have a main MapActivity with some overlays, when a user click on one of these starts an sub-activity in a popup window that show an mpeg (progressive download) with media player. Basically it works well, but if I open and close repeatedly and quickly these

[android-developers] monkeyrunner - sending KEYCODE_ESCAPE

2011-05-25 Thread isildur
hi I have written the following command to instruct MonkeyRunner to send an escape keyevent to the emulator device.press(111, DOWN_AND_UP) But the escape never happens on the intended app.

[android-developers] Re: why cant send the string to the python server

2011-05-25 Thread ingy abbas
05-25 15:10:04.049: ERROR/ActivityManager(175): ANR in Demo.Chat (Demo.Chat/.Client) 05-25 15:10:04.049: ERROR/ActivityManager(175): Reason: keyDispatchingTimedOut 05-25 15:10:04.049: ERROR/ActivityManager(175): Load: 5.52 / 5.46 / 5.21 05-25 15:10:04.049: ERROR/ActivityManager(175): CPU usage

Re: [android-developers] Re: why cant send the string to the python server

2011-05-25 Thread Kostya Vasilyev
Don't run networking code on the UI thread. http://developer.android.com/guide/topics/fundamentals/processes-and-threads.html#Threads -- Kostya 25.05.2011 17:12, ingy abbas пишет: 05-25 15:10:04.049: ERROR/ActivityManager(175): ANR in Demo.Chat (Demo.Chat/.Client) -- Kostya Vasilyev --

[android-developers] Re: Career as an Andoid developer. Is there any point?

2011-05-25 Thread Ali Chousein
Dan, Religion says, My God is more good looking than your God. If you ask the person Why?, he/she would say Because my holy book says so. Well, you came and said Android has no legs and many people asked you what makes you say so. You kept on saying just two things: 1. My 40+ years experience in

Re: [android-developers] how to extract .so file?

2011-05-25 Thread Kristopher Micinski
This group isn't aimed at that even remotely. So if you want to know (it is not easy at all. You won't be able to recover the code in any workable form...) please go elsewhere. Is there an Android related application for this. On May 25, 2011 5:56 AM, Hitendrasinh Gohil

[android-developers] Re: why cant send the string to the python server

2011-05-25 Thread ingy abbas
SO how to solve it !! On May 25, 3:18 pm, Kostya Vasilyev kmans...@gmail.com wrote: Don't run networking code on the UI thread. http://developer.android.com/guide/topics/fundamentals/processes-and-... -- Kostya 25.05.2011 17:12, ingy abbas пишет: 05-25 15:10:04.049:

Re: [android-developers] how to listen at ports for some network events?

2011-05-25 Thread Kristopher Micinski
Then it sounds you want a client? Not a server... You should read about java networking in general if you can't destinguish between these, so have a good look at some of those links. On May 25, 2011 5:56 AM, Hitendrasinh Gohil hitendra.virtuei...@gmail.com wrote: hi, i m using wowza server that

[android-developers] Re: Career as an Andoid developer. Is there any point?

2011-05-25 Thread Jake Colman
D == DanH danhi...@ieee.org writes: D You don't believe everyone else is talking religion? Look how D people jumped on me. I think most people would just like to hear why you think this way. Clearly, since this is an Android forum, most people would probably disagree with your

Re: [android-developers] how to listen at ports for some network events?

2011-05-25 Thread Hitendrasinh Gohil
hi Kristopher Micinski, see this is my question that i have asked can anybody tell me how can i listen at particular ports for some network events? i.e when server send some data client is enable to procees it so does it asking about server? -- You received this message because you are

Re: [android-developers] how to extract .so file?

2011-05-25 Thread Hitendrasinh Gohil
hi Kristopher Micinski,, yes its an android application that has some part in native and else in java. -- 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

[android-developers] Assistance data injection

2011-05-25 Thread dep
Hi, I am trying to develop an application which uses GPS and I would like to inject XTRA data and time reference to the GPS in order to get a faster fix. My code is the following one: Bundle bundle = new Bundle(); boolean

[android-developers] Immediate need of Argo developers // Cincinnati,OH // 12-18 month long contract

2011-05-25 Thread Emraaz khan
Dear Professional, Hope you are doing well. I am a technical recruiter with Panzer Solutions LLC Software Implementing and IT consulting company located in CT. Please go through the Job Description and send me your updated resume with contact information. *Please reply at

Re: [android-developers] how to listen at ports for some network events?

2011-05-25 Thread Kristopher Micinski
Listening at a particular port for some network event, that's what a server does. But if you want to talk to a server, then you're not a server... i m using wowza server that sends the trackdetails to each of its clients that are connected to it when the track changes.so i just need to receive

[android-developers] Re: StackView getSelectedItemPosition() always returns 0

2011-05-25 Thread Streets Of Boston
What if you use the setOnItemClickListener? -- 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] how to extract .so file?

2011-05-25 Thread Kristopher Micinski
Great, Still... This is reverse engineering at best. But why you do you want to extract code from a .so file... Do you even know what a .so is? If you could, how would it help you? At best, I think you're trying to get at functionality you don't have headers for, at worst I think you're trying

Re: [android-developers] how to listen at ports for some network events?

2011-05-25 Thread Hitendrasinh Gohil
hi Kristopher Micinski, anyway thankx for replying and giving right way. -- 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: inflating xml and adding dynamically

2011-05-25 Thread imran ali
Thanks for reply, i also tried with null vale, in this case it has been show last one only, though my need to show all. Regards Imran ali On May 25, 2:35 pm, Nikolay Elenkov nikolay.elen...@gmail.com wrote: On Wed, May 25, 2011 at 6:29 PM, imran ali imran...@gmail.com wrote: Hi all, i have

Re: [android-developers] Re: why cant send the string to the python server

2011-05-25 Thread Kostya Vasilyev
Start by using AsyncTask, it's an easy way to get most of it right. Then as you learn more about how to use thread in Android, you can improve on that as necessary. -- Kostya 2011/5/25 ingy abbas ingy.abba...@gmail.com SO how to solve it !! On May 25, 3:18 pm, Kostya Vasilyev

[android-developers] Re: Need to create Android toggle button in Iphone style

2011-05-25 Thread Streets Of Boston
Best is to stay with the general design of the Android set of widget. This will create consistency across the apps on your users' devices. The Android standard ToggleButton does what the iPhone's counterpart does (although visually different, the user interaction is the same). I wonder who is

Re: [android-developers] Re: inflating xml and adding dynamically

2011-05-25 Thread Kostya Vasilyev
Instead of calling lL.addView(commentsView, i);, try just lL.addView(commentsView); -- Kostya 2011/5/25 imran ali imran...@gmail.com Thanks for reply, i also tried with null vale, in this case it has been show last one only, though my need to show all. Regards Imran ali On May 25, 2:35

[android-developers] Re: Keen to do Google TV apps but I am not in USA

2011-05-25 Thread Brill Pappin
Same problem for us, we're ready to get into Google TV development but we can't get the hardware. - Brill Pappin Sixgreen Labs -- 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] getBitmapFromURL

2011-05-25 Thread bob
I'm trying to use this function to get a bitmap from a URL: public static Bitmap getBitmapFromURL(String src) { try { URL url = new URL(src); HttpURLConnection connection = (HttpURLConnection) url.openConnection();

[android-developers] has ActivityGroup issue of overridePendingTransition(x,y);

2011-05-25 Thread imran ali
Hi All, in one of application i have been using TabView and inside that ActivityGruop, there i want to use overridePendingTransition( , ); onActivityResult(int requestCode, int resultCode, Intent data); both has not work for me, TabView--ActivityGroup--Activities. is there issue, or i am doing

Re: [android-developers] Re: Keen to do Google TV apps but I am not in USA

2011-05-25 Thread Mark Murphy
On Wed, May 25, 2011 at 9:54 AM, Brill Pappin bpap...@sixgreen.com wrote: Same problem for us, we're ready to get into Google TV development but we can't get the hardware. Well, at the moment, there is no hardware, at least that formally supports Google TV native app development. However, it

[android-developers] How to use ProgressDialog(Context,theme) ??

2011-05-25 Thread MOHIT SHARMA
Hi , Can someone show me how use ProgressDialog(Context,theme). With Regards Mohit Sharma -- 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 to block the Status Bar

2011-05-25 Thread jhonny
Hi all, So I'm trying to do an app, but I must to block the status bar, like when you are calling and you can't push down the bar. Does somebody know how can I do this. I read about the permission: String STATUS_BAR Allows an application to open, close, or disable the status bar and its

[android-developers] Attach jar to apk

2011-05-25 Thread Hank
So I want to use the DexClassLoader to load classes in my jar stored in my application's private space. So I want to know, how do I attach an a jar file with my apk? I don't want to attach my jar to the project but be able to have it in my applications private space and load it dynamically. --

[android-developers] How to Auto-Login?

2011-05-25 Thread Reptil
Hi have and application that allows the user to connect to his google docs account I want the application to keep the login information,and the next time the user start the application,the app automaticly do the login with the credentials used the first time i have been reading this:

[android-developers] Re: getBitmapFromURL

2011-05-25 Thread bob
The issue was that my manifest looks like this ?xml version=1.0 encoding=utf-8? manifest xmlns:android=http://schemas.android.com/apk/res/android; package=com.coolfone android:versionCode=1 android:versionName=1.0 application android:icon=@drawable/icon

Re: [android-developers] Re: Need to create Android toggle button in Iphone style

2011-05-25 Thread TreKing
On Wed, May 25, 2011 at 5:37 AM, Neilz neilhorn...@gmail.com wrote: The Android ToggleButton doesn't actually give the same behaviour - it's an On or Off state, which isn't the same as choosing between two different options. Wait - how is choosing between On and Off states not the same as

Re: [android-developers] Re: Showing Static directions on Google Map View in android

2011-05-25 Thread TreKing
On Wed, May 25, 2011 at 2:36 AM, SAM gulati...@gmail.com wrote: I am expecting the answer from someone from google MAPs team Yeah, that's not going to happen. Sorry. - TreKing

Re: [android-developers] Re: Total and Active Installs.

2011-05-25 Thread TreKing
On Wed, May 25, 2011 at 4:31 AM, String sterling.ud...@googlemail.comwrote: Given all of the above, the fact that these numbers have never been explained by Google As close as you'll get. Still leaves a lot of questions unanswered.

[android-developers] Immediate need of Oracle SOA Developer in Miami,FL

2011-05-25 Thread Emraaz khan
*Hello, Hope you are doing great, We have an immediate requirement of Oracle SOA Developer. Kindly review the below requirement and let us know your intrest. Please send me suitable profiles @ emr...@panzersolutions.com Title : Oracle SOA Developer Location : Miami,FL

[android-developers] Re: Career as an Andoid developer. Is there any point?

2011-05-25 Thread Chris Stratton
On Tuesday, May 24, 2011 11:29:03 AM UTC-4, DanH wrote: Additionally, Android, as it's currently designed, does not have legs. The process model and UI are both too restrictive to be extendable to the pads and other new paradigms of the future. While I would agree that there are some

[android-developers] Re: Android 2.1 WebKit and applicationCache

2011-05-25 Thread Rebecca Sliter
Agreed. Also having trouble with offline storage on 2.1 and would like to find documentation regarding why it's not working.. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

  1   2   3   >